/third_party/toybox/toys/pending/ |
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() 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(&buf.shm_atime) + 4 : "Not set"); in shm_array() 217 ? ctime(&buf.shm_dtime) + 4 : "Not set"); in shm_array() [all …]
|
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()
|
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()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
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/ |
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/ |
D | truthinessCallExpressionCoercion.types | 190 console.log(`[Directory] ${stats.ctime}`) 191 >console.log(`[Directory] ${stats.ctime}`) : void 195 >`[Directory] ${stats.ctime}` : string 196 >stats.ctime : number 198 >ctime : number 243 ctime: number; 244 >ctime : number
|
D | truthinessCallExpressionCoercion.symbols | 165 console.log(`[Directory] ${stats.ctime}`) 169 >stats.ctime : Symbol(StatsBase.ctime, Decl(truthinessCallExpressionCoercion.ts, 90, 27)) 171 >ctime : Symbol(StatsBase.ctime, Decl(truthinessCallExpressionCoercion.ts, 90, 27)) 219 ctime: number; 220 >ctime : Symbol(StatsBase.ctime, Decl(truthinessCallExpressionCoercion.ts, 90, 27))
|
D | truthinessCallExpressionCoercion.js | 78 console.log(`[Directory] ${stats.ctime}`) 93 ctime: number; 162 console.log("[Directory] ".concat(stats.ctime));
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | pax.js | 10 this.ctime = obj.ctime || null 59 ctime: this.ctime || null, property
|
D | write-entry.js | 447 this.ctime = this.portable ? null : readEntry.ctime 480 ctime: this.portable ? null : this.ctime, property 493 ctime: this.portable ? null : this.ctime, property
|
D | read-entry.js | 62 this.ctime = header.ctime
|
D | header.js | 35 this.ctime = null 100 this.ctime = decDate(buf, off + 488, 12) 144 const prefixSize = this.ctime || this.atime ? 130 : 155 169 this.needPax = encDate(buf, off + 488, 12, this.ctime) || this.needPax
|
/third_party/skia/third_party/externals/zlib/contrib/bench/ |
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/ |
D | 1-1.c | 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/ |
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/typescript/tests/cases/compiler/ |
D | truthinessCallExpressionCoercion.ts | 79 console.log(`[Directory] ${stats.ctime}`) 94 ctime: number; property
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | private.h | 258 # undef ctime 259 # define ctime tz_ctime macro 281 char *ctime(time_t const *);
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | private.h | 258 # undef ctime 259 # define ctime tz_ctime macro 281 char *ctime(time_t const *);
|
/third_party/tzdata/ |
D | newctime.3.txt | 4 asctime, ctime, difftime, gmtime, localtime, mktime - convert date and 12 [[deprecated]] char *ctime(time_t const *clock); 45 The ctime function converts a long integer, pointed to by clock, and 65 The ctime function is deprecated starting in C23. Callers can use 159 The return values of asctime, ctime, gmtime, and localtime point to 167 The asctime, asctime_r, ctime, and ctime_r functions behave strangely
|
/third_party/libevdev/libevdev/ |
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() 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/python/Lib/test/ |
D | test_time.py | 148 self.assertEqual(time.ctime(self.t), 307 self.assertEqual(time.ctime(t), 'Sun Sep 16 01:03:52 1973') 309 self.assertEqual(time.ctime(t), 'Sat Jan 1 00:00:00 2000') 318 self.assertEqual(time.ctime(testval)[20:], str(year)) 400 for func in time.ctime, time.gmtime, time.localtime: 408 time.ctime() 409 time.ctime(None) 541 self.assertRaises(OSError, time.ctime, invalid_time_t) 545 self.assertRaises(ValueError, time.ctime, float("nan"))
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 61 char *ctime (const time_t *); 140 __REDIR(ctime, __ctime64);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 60 char *ctime (const time_t *); 139 __REDIR(ctime, __ctime64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 61 char *ctime (const time_t *); 140 __REDIR(ctime, __ctime64);
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 60 char *ctime (const time_t *); 137 __REDIR(ctime, __ctime64);
|