Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dgetrusage.c42 FILETIME ctime, etime, stime, utime; in getrusage() local
50 if (!GetProcessTimes(proc, &ctime, &etime, &stime, &utime)) { in getrusage()
57 usage_to_timeval(&utime, &usage->ru_utime); in getrusage()
64 if (!GetThreadTimes(GetCurrentThread(), &ctime, &etime, &stime, &utime)) { in getrusage()
69 usage_to_timeval(&utime, &usage->ru_utime); in getrusage()
/PHP-7.4/ext/posix/tests/
H A Dposix_times.phpt24 ["utime"]=>
H A Dposix_times_basic.phpt28 ["utime"]=>
/PHP-7.4/ext/fileinfo/libmagic/
H A Dmagic.c186 (void) utime(name, &utbuf); /* don't care if loses */
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h331 # define VCWD_UTIME(path, time) utime(path, time)
H A Dzend_virtual_cwd.c1364 ret = utime(new_state.cwd, buf); in virtual_utime()
/PHP-7.4/
H A Dconfigure.ac463 utime.h \
648 utime \

Completed in 17 milliseconds