/freebsd/contrib/netbsd-tests/lib/libc/time/ |
H A D | t_mktime.c | 67 struct tm tms; in ATF_TC_BODY() local 70 (void)memset(&tms, 0, sizeof(tms)); in ATF_TC_BODY() 71 tms.tm_year = -1; in ATF_TC_BODY() 72 tms.tm_mday = 1; in ATF_TC_BODY() 75 t = mktime(&tms); in ATF_TC_BODY() 87 struct tm tms; in ATF_TC_BODY() local 91 (void)memset(&tms, 0, sizeof(tms)); in ATF_TC_BODY() 93 tms.tm_year = 1970 - 1900; in ATF_TC_BODY() 94 tms.tm_mday = 1; in ATF_TC_BODY() 95 t = timegm(&tms); in ATF_TC_BODY() [all …]
|
/freebsd/lib/libc/gen/ |
H A D | sem_new.c | 350 } tms; in usem_wait() local 359 tms.timeout._clockid = clock_id; in usem_wait() 360 tms.timeout._flags = (flags & TIMER_ABSTIME) ? UMTX_ABSTIME : 0; in usem_wait() 361 tms.timeout._timeout = *rqtp; in usem_wait() 362 tm_p = &tms; in usem_wait() 363 tm_size = sizeof(tms); in usem_wait() 368 *rmtp = tms.remain; in usem_wait()
|
H A D | times.c | 44 times(struct tms *tp) in times()
|
/freebsd/sys/sys/ |
H A D | times.h | 47 struct tms { struct 58 clock_t times(struct tms *);
|
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,apr.txt | 56 "tms/servreg", "msm/adsp/audio_pd". 57 "tms/servreg", "msm/modem/wlan_pd". 58 "tms/servreg", "msm/slpi/sensor_pd". 124 qcom,protection-domain = "tms/servreg", "msm/slpi/sensor_pd";
|
/freebsd/contrib/tcsh/ |
H A D | sh.decls.h | 426 extern void prusage (struct tms *, struct tms *, 429 extern void prusage (struct tms *, struct tms *,
|
H A D | sh.time.c | 46 struct tms times0; 127 struct tms times_dol; in dotime() 284 prusage(struct tms *bs, struct tms *es, time_t e, time_t b) in prusage() 287 prusage(struct tms *bs, struct tms *es, clock_t e, clock_t b) in prusage()
|
H A D | sh.proc.c | 106 static struct tms zru = {0, 0, 0, 0}, lru = {0, 0, 0, 0}; 108 static struct tms zru = {0L, 0L, 0L, 0L}, lru = {0L, 0L, 0L, 0L}; 162 struct tms proctimes; in pchild() 834 struct tms tmptimes; in palloc() 1282 struct tms zts, rts; in ptprint()
|
H A D | sh.h | 621 EXTERN struct tms shtimes; /* shell and child times for process timing */
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_macinfo.c | 111 Dwarf_MacroSet ms, tms; in _dwarf_macinfo_cleanup() local 116 STAILQ_FOREACH_SAFE(ms, &dbg->dbg_mslist, ms_next, tms) { in _dwarf_macinfo_cleanup()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | time.c | 10 struct tms before, after; in main()
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 426 struct l_times_argv tms; in linux_times() local 439 tms.tms_utime = CONVTCK(utime); in linux_times() 440 tms.tms_stime = CONVTCK(stime); in linux_times() 442 tms.tms_cutime = CONVTCK(cutime); in linux_times() 443 tms.tms_cstime = CONVTCK(cstime); in linux_times() 445 if ((error = copyout(&tms, args->buf, sizeof(tms)))) in linux_times()
|
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/ |
H A D | nuvoton-npcm750-runbmc-olympus.dts | 90 tms { 91 label = "tms";
|
H A D | nuvoton-npcm730-gbs.dts | 520 tms-gpios = <&gpio7 6 GPIO_ACTIVE_HIGH>;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cpp | 87 unsigned struct_tms_sz = sizeof(struct tms);
|
H A D | sanitizer_platform_limits_freebsd.cpp | 130 unsigned struct_tms_sz = sizeof(struct tms);
|
H A D | sanitizer_platform_limits_posix.cpp | 204 unsigned struct_tms_sz = sizeof(struct tms);
|
H A D | sanitizer_platform_limits_netbsd.cpp | 553 unsigned struct_tms_sz = sizeof(struct tms);
|
H A D | sanitizer_common_interceptors.inc | 5400 INTERCEPTOR(__sanitizer_clock_t, times, void *tms) { 5402 COMMON_INTERCEPTOR_ENTER(ctx, times, tms); 5406 __sanitizer_clock_t res = REAL(times)(tms); 5407 if (res != (__sanitizer_clock_t)-1 && tms) 5408 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tms, struct_tms_sz);
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | img,pistachio-pinctrl.txt | 146 tms
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | tty_update.c | 741 struct tms before, after; in TINFO_DOUPDATE()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstdmt_compress.c | 58 { struct tms junk; clock_t newTicks = (clock_t) times(&junk); in GetCurrentClockTimeMicroseconds()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Linux_util.cpp | 1820 struct tms buffer; in __kmp_read_cpu_time()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 2785 struct tms rus; in app_tminterval()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 2342 /// clock_t times(struct tms *buffer);
|