Home
last modified time | relevance | path

Searched refs:ctime (Results 1 – 25 of 189) sorted by relevance

12345678

/third_party/e2fsprogs/tests/f_pre_1970_date_encoding/
Dexpect2 ctime: 0x8e475440:00000003
7 ctime: 0x11db6940:00000000
12 ctime: 0x82a37b40:00000001
17 ctime: 0x3e9b9940:00000001
22 ctime: 0x8e475440:00000000
27 ctime: 0x11db6940:00000000
32 ctime: 0x82a37b40:00000001
37 ctime: 0x3e9b9940:00000001
42 ctime: 0x8e475440:00000003
/third_party/toybox/toys/pending/
Dipcs.c70 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 …]
/third_party/boost/libs/iostreams/test/
Dlarge_file_test.cpp126 tm ctime; in large_file_exists() local
127 ctime.tm_year = stime.wYear - 1900; in large_file_exists()
128 ctime.tm_mon = stime.wMonth - 1; in large_file_exists()
129 ctime.tm_mday = stime.wDay; in large_file_exists()
130 ctime.tm_hour = stime.wHour; in large_file_exists()
131 ctime.tm_min = stime.wMinute; in large_file_exists()
132 ctime.tm_sec = stime.wSecond; in large_file_exists()
133 ctime.tm_isdst = 0; in large_file_exists()
134 last_mod = mktime(&ctime); in large_file_exists()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dtcdrain.c66 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/e2fsprogs/tests/d_inline_dump/
Dexpect8 ctime: 0x53cec6b4:c72e3c00 -- Tue Jul 22 20:16:52 2014
24 ctime: 0x53cec6b4:cafecc00 -- Tue Jul 22 20:16:52 2014
41 ctime: 0x53cec6e3:27eac000 -- Tue Jul 22 20:17:39 2014
57 ctime: 0x53cec6b4:ca0aa800 -- Tue Jul 22 20:16:52 2014
74 ctime: 0x53cec47f:724db800 -- Tue Jul 22 20:07:27 2014
89 ctime: 0x53cec44c:a1fcc000 -- Tue Jul 22 20:06:36 2014
/third_party/e2fsprogs/tests/d_special_files/
Dexpect11 ctime: 0x50f560e0:00000000 -- Tue Jan 15 14:00:00 2013
25 ctime: 0x50f560e0:00000000 -- Tue Jan 15 14:00:00 2013
48 ctime: 0x50f560e0:00000000 -- Tue Jan 15 14:00:00 2013
63 ctime: 0x50f560e0:00000000 -- Tue Jan 15 14:00:00 2013
77 ctime: 0x50f560e0:00000000 -- Tue Jan 15 14:00:00 2013
/third_party/typescript/tests/baselines/reference/
DtruthinessCallExpressionCoercion.types190 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
DtruthinessCallExpressionCoercion.js78 console.log(`[Directory] ${stats.ctime}`)
93 ctime: number;
162 console.log("[Directory] " + stats.ctime);
DtruthinessCallExpressionCoercion.symbols165 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))
/third_party/lwip/src/core/ipv4/
Detharp.c101 u16_t ctime; member
183 arp_table[i].ctime = 0; in etharp_free_entry()
210 arp_table[i].ctime++; in etharp_tmr()
211 if ((arp_table[i].ctime >= ARP_MAXAGE) || in etharp_tmr()
213 (arp_table[i].ctime >= ARP_MAXPENDING))) { in etharp_tmr()
307 if (arp_table[i].ctime >= age_queue) { in etharp_find_entry()
309 age_queue = arp_table[i].ctime; in etharp_find_entry()
314 if (arp_table[i].ctime >= age_pending) { in etharp_find_entry()
316 age_pending = arp_table[i].ctime; in etharp_find_entry()
327 if (arp_table[i].ctime >= age_stable) { in etharp_find_entry()
[all …]
/third_party/node/deps/npm/node_modules/tar/lib/
Dpax.js11 this.ctime = obj.ctime || null
59 ctime: this.ctime || null property
Dwrite-entry.js428 this.ctime = this.portable ? null : readEntry.ctime
462 ctime: this.portable ? null : this.ctime property
468 ctime: this.portable ? null : this.ctime, property
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/ctime/
D1-1.c23 result = ctime(&current_time); in main()
30 ctime(&current_time)); in main()
/third_party/flutter/skia/third_party/externals/zlib/contrib/bench/
Dzlib_bench.cc221 double ctime[runs]; in zlib_file() local
236 ctime[run] = std::chrono::duration<double>(now() - start).count(); in zlib_file()
264 std::sort(ctime, ctime + runs); in zlib_file()
267 double deflate_rate_med = length * repeats / mega_byte / ctime[runs / 2]; in zlib_file()
269 double deflate_rate_max = length * repeats / mega_byte / ctime[0]; in zlib_file()
/third_party/e2fsprogs/lib/support/
Dplausible.c120 EXT2_LEN_STR(sb->s_last_mounted), ctime(&tm)); in print_ext2_info()
122 printf(_("\tlast mounted on %s"), ctime(&tm)); in print_ext2_info()
125 printf(_("\tcreated on %s"), ctime(&tm)); in print_ext2_info()
128 printf(_("\tlast modified on %s"), ctime(&tm)); in print_ext2_info()
/third_party/e2fsprogs/tests/f_badcluster/
Dexpect118 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014
130 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014
142 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014
154 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014
165 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014
177 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014
189 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014
/third_party/skia/third_party/externals/zlib/contrib/bench/
Dzlib_bench.cc236 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/definitions/sys/shm_h/
D6-1-buildonly.c32 time_t atime = 0, dtime = 0, ctime = 0; in dummyfcn() local
41 t.shm_ctime = ctime; in dummyfcn()
/third_party/e2fsprogs/ext2ed/
Dsuper_com.c48 …wmove (show_pad,11,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_… in type_ext2_super_block___show()
49 …wmove (show_pad,12,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_… in type_ext2_super_block___show()
50 …wmove (show_pad,19,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_… in type_ext2_super_block___show()
/third_party/e2fsprogs/lib/e2p/
Dls.c318 fprintf(f, "Filesystem created: %s", ctime(&tm)); in list_super2()
322 sb->s_mtime ? ctime(&tm) : "n/a\n"); in list_super2()
324 fprintf(f, "Last write time: %s", ctime(&tm)); in list_super2()
328 fprintf(f, "Last checked: %s", ctime(&tm)); in list_super2()
336 fprintf(f, "Next check after: %s", ctime(&next)); in list_super2()
424 fprintf(f, "First error time: %s", ctime(&tm)); in list_super2()
441 fprintf(f, "Last error time: %s", ctime(&tm)); in list_super2()
/third_party/typescript/tests/cases/compiler/
DtruthinessCallExpressionCoercion.ts79 console.log(`[Directory] ${stats.ctime}`)
94 ctime: number; property
/third_party/boost/libs/config/tools/
Dgenerate.cpp80 ofs << "// This file was automatically generated on " << std::ctime(&t); in write_config_test()
99 "# This file was automatically generated on " << std::ctime(&t); in write_jamfile_v2()
133 ofs << "// This file was automatically generated on " << std::ctime(&t); in write_test_file()
190 ofs << "// This file was automatically generated on " << std::ctime(&t); in write_build_tests()
202 "# This file was automatically generated on " << std::ctime(&t); in write_build_check_jamfile()
311 ofs << "// This file was automatically generated on " << std::ctime(&t); in write_std_check()
/third_party/icu/icu4c/source/tools/tzcode/
Dprivate.h258 # undef ctime
259 # define ctime tz_ctime macro
281 char *ctime(time_t const *);
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h258 # undef ctime
259 # define ctime tz_ctime macro
281 char *ctime(time_t const *);
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h258 # undef ctime
259 # define ctime tz_ctime macro
281 char *ctime(time_t const *);

12345678