Searched refs:utime (Results 1 – 9 of 9) sorted by relevance
/PHP-7.3/win32/ |
H A D | getrusage.c | 42 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.3/TSRM/ |
H A D | configure.ac | 26 utime.h \
|
/PHP-7.3/ext/posix/tests/ |
H A D | posix_times.phpt | 24 ["utime"]=>
|
H A D | posix_times_basic.phpt | 28 ["utime"]=>
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | magic.c | 188 (void) utime(name, &utbuf); /* don't care if loses */ in close_and_restore()
|
/PHP-7.3/Zend/ |
H A D | zend_virtual_cwd.h | 309 # define VCWD_UTIME(path, time) utime(path, time)
|
H A D | zend_virtual_cwd.c | 1602 ret = utime(new_state.cwd, buf); in virtual_utime()
|
/PHP-7.3/ |
H A D | configure.ac | 477 utime.h \ 704 utime \
|
/PHP-7.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 34780 utime(zLockFile, NULL);
|
Completed in 727 milliseconds