Home
last modified time | relevance | path

Searched refs:drive (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/standard/tests/file/
H A Dbug41874.phpt14 The system cannot find the drive specified.
15 The system cannot find the drive specified.
H A Dbug41874_1.phpt16 The system cannot find the drive specified.
H A Dbug41874_3.phpt16 The system cannot find the drive specified.
H A Dbug41874_2.phpt17 The system cannot find the drive specified.
H A Dbasename_bug66395_variation2-win32.phpt2 basename bug #66395 check drive traversing and NTFS streams
H A Dbasename_variation1-win32.phpt14 // drive letters
H A Dbasename_variation1.phpt14 // drive letters
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
61 _splitpath(filename, drive, dir, fname, ext); in file_os2_apptype()
62 (void)sprintf(path, "%s%s%s%s", drive, in file_os2_apptype()
/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt27 $drive = substr(__DIR__, 0, 2);
29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
H A Dbug48746_2.phpt27 $drive = substr(__DIR__, 0, 2);
29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
H A Dbug48746_1.phpt27 $drive = substr(__DIR__, 0, 2);
29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
/PHP-5.5/ext/standard/
H A Dfilestat.c185 char drive = path[0] & 95;
187 if (DosQueryFSInfo( drive ? drive - 64 : 0, FSIL_ALLOC, &fsinfo, sizeof( fsinfo ) ) == 0) {
317 char drive = path[0] & 95;
319 if (DosQueryFSInfo( drive ? drive - 64 : 0, FSIL_ALLOC, &fsinfo, sizeof( fsinfo ) ) == 0) {
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5831 >>>>21 ubyte x \b, from drive 0x%x
5833 >>>>21 string x \b, from drive %s
6002 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive
6096 #If it is 0xFF, use a drive passed by BIOS
6097 >>>>0x40 ubyte <0xFF \b, boot drive 0x%x
6270 >>>>>271 string into\r\n\ the\ drive\ and\
6882 #>>>>>(0x1BC.s+13) ubyte 0x80 \b,drive 0x%x
6884 >>>>>(0x1BC.s+13) ubyte !0x80 \b,drive 0x%x
7062 >>>>>>>64 ubyte >0 \b, physical drive 0x%x
7390 # xxxxx0xx Not Removable drive
[all …]
/PHP-5.5/build/
H A Dlibtool.m41492 # path with ; separators, and with drive letters. We can handle the
1493 # drive letters (cygwin fileutils understands them), so leave them,
/PHP-5.5/
H A DINSTALL1332 drive:\\path\to\php\executable\php.exe -i
H A DNEWS1366 . Fixed bug #66395 (basename function doesn't remove drive letter). (Anatol)
5446 - Improved readlink on Windows, suppress \??\ and use the drive syntax only.

Completed in 110 milliseconds