/src/lib/libc/compat/time/ |
compat_difftime.c | 51 #define timespec timespec50 macro
|
compat_asctime.c | 30 #define timespec timespec50 macro
|
compat_localtime.c | 74 #define timespec timespec50 macro
|
/src/sys/sys/ |
timespec.h | 1 /* $NetBSD: timespec.h,v 1.1 2015/07/31 12:51:32 kamil Exp $ */ 47 struct timespec { struct
|
/src/sbin/sysctl/ |
sysctl.c | 2187 struct timespec timespec; local in function:kern_boottime 2192 sz = sizeof(timespec); 2193 rc = prog_sysctl(name, namelen, ×pec, &sz, NULL, 0); 2198 if (sz != sizeof(timespec)) 2201 boottime = timespec.tv_sec; 2203 display_struct(pnode, sname, ×pec, sz, 2211 printf("%lld.%9.9ld\n", (long long)timespec.tv_sec, 2212 timespec.tv_nsec);
|
/src/sys/coda/ |
coda.h | 84 struct timespec { struct 288 struct timespec va_atime; /* time of last access */ 289 struct timespec va_mtime; /* time of last modification */ 290 struct timespec va_ctime; /* time file changed */
|
/src/sbin/fsck_udf/ |
main.c | 228 struct timespec clock; 259 struct timespec timespec; local in function:udf_print_timestamp 261 udf_timestamp_to_timespec(timestamp, ×pec); 263 printtime(timespec.tv_sec); 271 struct timespec t1_tsp, t2_tsp;
|