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             173 ext/standard/filestat.c 	char drive = path[0] & 95;
drive             175 ext/standard/filestat.c 	if (DosQueryFSInfo( drive ? drive - 64 : 0, FSIL_ALLOC, &fsinfo, sizeof( fsinfo ) ) == 0) {
drive             305 ext/standard/filestat.c 	char drive = path[0] & 95;
drive             307 ext/standard/filestat.c 	if (DosQueryFSInfo( drive ? drive - 64 : 0, FSIL_ALLOC, &fsinfo, sizeof( fsinfo ) ) == 0) {