/third_party/toybox/toys/pending/ |
H A D | ipcs.c | 70 buf.msg_stime ? ctime(&buf.msg_stime) : "Not set", in show_msg_id() 71 buf.msg_rtime ? ctime(&buf.msg_rtime) : "Not set", in show_msg_id() 72 buf.msg_ctime ? ctime(&buf.msg_ctime) : "Not set"); in show_msg_id() 98 buf.sem_otime ? ctime(&buf.sem_otime) : "Not set"); in show_sem_id() 99 printf("ctime = %-26.24s\n" in show_sem_id() 101 ctime(&buf.sem_ctime), in show_sem_id() 140 buf.shm_atime ? ctime(&buf.shm_atime) : "Not set"); in show_shm_id() 142 buf.shm_dtime ? ctime(&buf.shm_dtime) : "Not set"); in show_shm_id() 143 printf("change_time=%-26.24s\n\n", ctime(&buf.shm_ctime)); in show_shm_id() 215 ? ctime( in shm_array() [all...] |
H A D | crond.c | 586 static void schedule_jobs(time_t ctime, time_t ptime) in schedule_jobs() argument 590 for (; tm <= ctime; tm += 60) { in schedule_jobs() 630 time_t ctime, ptime; in crond_main() local 659 ctime = time(NULL); in crond_main() 664 ptime = ctime; in crond_main() 666 tdiff =(long) ((ctime = time(NULL)) - ptime); in crond_main() 678 schedule_jobs(ctime, ptime); in crond_main()
|
H A D | last.c | 79 strncpy(toybuf, ctime(&tm0), 16); // Login Time. in seize_duration() 80 snprintf(toybuf+18, 8, "- %s", ctime(&tm1) + 11); // Logout Time. in seize_duration() 195 xprintf("\n%s begins %-24.24s\n", basename(file), ctime(tm)); in last_main()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
H A D | tcdrain.c | 66 printf("child has written to tty, tcdrain() started at %s", ctime(&T)); in tcdrain_0100() 73 printf("tcdrain() returned at %s", ctime(&T)); in tcdrain_0100() 78 printf("parent is starting nap at %s", ctime(&T)); in tcdrain_0100() 81 printf("parent is done with nap at %s", ctime(&T)); in tcdrain_0100()
|
/third_party/lwip/src/core/ipv4/ |
H A D | etharp.c | 101 u16_t ctime; member 183 arp_table[i].ctime = 0; in etharp_free_entry() 210 time = (u32_t)ARP_MAXAGE - arp_table[i].ctime; in etharp_tmr_tick() 239 arp_table[i].ctime++; in etharp_tmr() 240 if ((arp_table[i].ctime >= ARP_MAXAGE) || in etharp_tmr() 242 (arp_table[i].ctime >= ARP_MAXPENDING))) { in etharp_tmr() 336 if (arp_table[i].ctime >= age_queue) { in etharp_find_entry() 338 age_queue = arp_table[i].ctime; in etharp_find_entry() 343 if (arp_table[i].ctime >= age_pending) { in etharp_find_entry() 345 age_pending = arp_table[i].ctime; in etharp_find_entry() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | truthinessCallExpressionCoercion.js | 78 console.log(`[Directory] ${stats.ctime}`) 93 ctime: number; 162 console.log("[Directory] ".concat(stats.ctime));
|
/third_party/skia/third_party/externals/zlib/contrib/bench/ |
H A D | zlib_bench.cc | 236 double ctime[runs]; in zlib_file() local 250 ctime[run] = std::chrono::duration<double>(now() - start).count(); in zlib_file() 277 std::sort(ctime, ctime + runs); in zlib_file() 280 double deflate_rate_med = length * repeats / mega_byte / ctime[runs / 2]; in zlib_file() 282 double deflate_rate_max = length * repeats / mega_byte / ctime[0]; in zlib_file()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/ctime/ |
H A D | 1-1.c | 9 * This test case checks if the return value of the ctime call is 23 result = ctime(¤t_time); in main() 30 ctime(¤t_time)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
H A D | 6-1-buildonly.c | 32 time_t atime = 0, dtime = 0, ctime = 0; in dummyfcn() local 41 t.shm_ctime = ctime; in dummyfcn()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | private.h | 258 # undef ctime macro 259 # define ctime tz_ctime macro 281 char *ctime(time_t const *);
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | private.h | 258 # undef ctime macro 259 # define ctime tz_ctime macro 281 char *ctime(time_t const *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | time.h | 61 char *ctime (const time_t *); 140 __REDIR(ctime, __ctime64);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | time.h | 60 char *ctime (const time_t *); 139 __REDIR(ctime, __ctime64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | time.h | 61 char *ctime (const time_t *); 140 __REDIR(ctime, __ctime64);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | time.h | 65 char *ctime (const time_t *); 155 __REDIR(ctime, __ctime64);
|
/third_party/musl/include/ |
H A D | time.h | 62 char *ctime (const time_t *); 142 __REDIR(ctime, __ctime64);
|
/third_party/libevdev/libevdev/ |
H A D | libevdev-uinput-int.h | 12 time_t ctime[2]; /**< before/after UI_DEV_CREATE */ member
|
H A D | libevdev-uinput.c | 267 st.st_ctime < uinput_dev->ctime[0] || in fetch_syspath_and_devnode() 268 st.st_ctime > uinput_dev->ctime[1]) { in fetch_syspath_and_devnode() 402 /* ctime notes time before/after ioctl to help us filter out devices in libevdev_uinput_create_from_device() 406 this is in seconds, so ctime[0]/[1] will almost always be in libevdev_uinput_create_from_device() 407 identical but /sys doesn't give us sub-second ctime so... in libevdev_uinput_create_from_device() 409 new_device->ctime[0] = time(NULL); in libevdev_uinput_create_from_device() 415 new_device->ctime[1] = time(NULL); in libevdev_uinput_create_from_device()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
H A D | 16-1-buildonly.c | 9 char *ctime(const time_t *); 20 dummyvar = ctime; in dummyfcn()
|
/third_party/musl/compat/time32/ |
H A D | ctime32.c | 6 return ctime(&(time_t){*t}); in __ctime32()
|
/third_party/python/Lib/test/ |
H A D | test_time.py | 152 self.assertEqual(time.ctime(self.t), 321 self.assertEqual(time.ctime(t), 'Sun Sep 16 01:03:52 1973') 323 self.assertEqual(time.ctime(t), 'Sat Jan 1 00:00:00 2000') 328 # If mktime fails, ctime will fail too. This may happen 332 self.assertEqual(time.ctime(testval)[20:], str(year)) 414 for func in time.ctime, time.gmtime, time.localtime: 422 time.ctime() 423 time.ctime(None) 558 self.assertRaises(OSError, time.ctime, invalid_time_t) 562 self.assertRaises(ValueError, time.ctime, floa [all...] |
/third_party/musl/src/time/ |
H A D | ctime.c | 3 char *ctime(const time_t *t) in ctime() function
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | ctime.c | 3 char *ctime(const time_t *t) in ctime() function
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | ctime.c | 3 char *ctime(const time_t *t) in ctime() function
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | ctime.c | 3 char *ctime(const time_t *t) in ctime() function
|