Searched refs:utime (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | tty_info.c | 280 struct timeval rtime, utime, stime; in tty_info() local 384 rufetchcalc(p, &ru, &utime, &stime); in tty_info() 394 (long)utime.tv_sec, utime.tv_usec / 10000, in tty_info()
|
| /f-stack/freebsd/security/mac_bsdextended/ |
| H A D | ugidfw_internal.h | 109 struct timespec utime);
|
| H A D | ugidfw_vnode.c | 270 struct label *vplabel, struct timespec atime, struct timespec utime) in ugidfw_vnode_check_setutimes() argument
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/ |
| H A D | ctime.c | 211 if (utime(pfile, NULL) == -1) { in do_utime()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | debug.c | 534 long long utime = dtime*1000000; in debugCommand() local 537 tv.tv_sec = utime / 1000000; in debugCommand() 538 tv.tv_nsec = (utime % 1000000) * 1000; in debugCommand()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | util.c | 187 res += utime(filename, &timebuf); in UTIL_setFileStat()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | ChangeLog | 1069 - emulate utime() for WIN32 in contrib/untgz (Gilles Vollant)
|