drive              49 ext/fileinfo/libmagic/apptype.c 	char            path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR],
drive              61 ext/fileinfo/libmagic/apptype.c 	_splitpath(filename, drive, dir, fname, ext);
drive              62 ext/fileinfo/libmagic/apptype.c 	(void)sprintf(path, "%s%s%s%s", drive,
drive             185 ext/standard/filestat.c 	char drive = path[0] & 95;
drive             187 ext/standard/filestat.c 	if (DosQueryFSInfo( drive ? drive - 64 : 0, FSIL_ALLOC, &fsinfo, sizeof( fsinfo ) ) == 0) {
drive             317 ext/standard/filestat.c 	char drive = path[0] & 95;
drive             319 ext/standard/filestat.c 	if (DosQueryFSInfo( drive ? drive - 64 : 0, FSIL_ALLOC, &fsinfo, sizeof( fsinfo ) ) == 0) {