Home
last modified time | relevance | path

Searched refs:utime (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/win32/
H A Dgetrusage.c40 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.2/ext/posix/tests/
H A Dposix_times.phpt19 ["utime"]=>
H A Dposix_times_basic.phpt26 ["utime"]=>
/PHP-8.2/Zend/
H A Dzend_virtual_cwd.h330 # define VCWD_UTIME(path, time) utime(path, time)
H A Dzend_virtual_cwd.c1369 ret = utime(new_state.cwd, buf); in virtual_utime()
/PHP-8.2/
H A Dconfigure.ac437 utime.h \
629 utime \
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch2707 - (void) utime(name, &utbuf); /* don't care if loses */

Completed in 27 milliseconds