Searched refs:drive (Results 1 – 16 of 16) sorted by relevance
/PHP-5.3/ext/standard/tests/file/ |
H A D | bug41874.phpt | 14 The system cannot find the drive specified. 15 The system cannot find the drive specified.
|
H A D | bug41874_1.phpt | 16 The system cannot find the drive specified.
|
H A D | bug41874_3.phpt | 16 The system cannot find the drive specified.
|
H A D | bug41874_2.phpt | 17 The system cannot find the drive specified.
|
H A D | basename_variation1-win32.phpt | 14 // drive letters
|
H A D | basename_variation1.phpt | 14 // drive letters
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | apptype.c | 49 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.3/ext/standard/tests/file/windows_links/ |
H A D | bug48746.phpt | 27 $drive = substr(__DIR__, 0, 2); 29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
|
H A D | bug48746_2.phpt | 27 $drive = substr(__DIR__, 0, 2); 29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
|
H A D | bug48746_1.phpt | 27 $drive = substr(__DIR__, 0, 2); 29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
|
/PHP-5.3/ext/standard/ |
H A D | filestat.c | 186 char drive = path[0] & 95; 188 if (DosQueryFSInfo( drive ? drive - 64 : 0, FSIL_ALLOC, &fsinfo, sizeof( fsinfo ) ) == 0) { 318 char drive = path[0] & 95; 320 if (DosQueryFSInfo( drive ? drive - 64 : 0, FSIL_ALLOC, &fsinfo, sizeof( fsinfo ) ) == 0) {
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 5287 >>>>21 ubyte x \b, from drive 0x%x 5289 >>>>21 string x \b, from drive %s 5415 #If it is 0xFF, use a drive passed by BIOS 5416 >>>>0x40 ubyte <0xFF \b, boot drive 0x%x 5576 >>>>>271 string into\r\n\ the\ drive\ and\ 6078 #>>>>>>>36 ubyte 0 \b, physical drive 0x%x=0 (usual floppy) 6080 >>>>>>>>36 ubyte !0 \b, physical drive 0x%x 6113 >>>>>>>64 ubyte >0x80 \b, physical drive 0x%x 6115 >>>>>>>64 ubyte&0x7F >0 \b, physical drive 0x%x 6460 # xxxxx0xx Not Removable drive [all …]
|
/PHP-5.3/win32/ |
H A D | install.txt | 148 hard drive" in the drop-down menu for each item you can trigger whether 150 installed on local hard drive", you will be able to install all
|
/PHP-5.3/build/ |
H A D | libtool.m4 | 1486 # path with ; separators, and with drive letters. We can handle the 1487 # drive letters (cygwin fileutils understands them), so leave them,
|
/PHP-5.3/ |
H A D | INSTALL | 1332 drive:\\path\to\php\executable\php.exe -i
|
H A D | NEWS | 2396 - Improved readlink on Windows, suppress \??\ and use the drive syntax only.
|
Completed in 84 milliseconds