Searched refs:utime (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/win32/ |
H A D | getrusage.c | 40 FILETIME ctime, etime, stime, utime; in getrusage() local 48 if (!GetProcessTimes(proc, &ctime, &etime, &stime, &utime)) { in getrusage() 55 usage_to_timeval(&utime, &usage->ru_utime); in getrusage() 62 if (!GetThreadTimes(GetCurrentThread(), &ctime, &etime, &stime, &utime)) { in getrusage() 67 usage_to_timeval(&utime, &usage->ru_utime); in getrusage()
|
/PHP-8.1/ext/posix/tests/ |
H A D | posix_times.phpt | 19 ["utime"]=>
|
H A D | posix_times_basic.phpt | 26 ["utime"]=>
|
/PHP-8.1/Zend/ |
H A D | zend_virtual_cwd.h | 330 # define VCWD_UTIME(path, time) utime(path, time)
|
H A D | zend_virtual_cwd.c | 1362 ret = utime(new_state.cwd, buf); in virtual_utime()
|
/PHP-8.1/ |
H A D | configure.ac | 425 utime.h \ 615 utime \
|
/PHP-8.1/ext/fileinfo/ |
H A D | libmagic.patch | 2680 - (void) utime(name, &utbuf); /* don't care if loses */
|
Completed in 39 milliseconds