/external/e2fsprogs/tests/f_pre_1970_date_encoding/ |
D | expect | 2 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
|
/external/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 …]
|
/external/lisa/libs/wlgen/wlgen/ |
D | perf_bench.py | 101 ctime = float(self.getCompletionTime()) 102 perf = 1.0 / ctime 104 "ctime" : ctime, 109 'PerfBench', ctime, perf) 188 ctime = float(self.getCompletionTime()) 192 perf = 1.0 / ctime 194 "ctime" : ctime, 201 'PerfBench', ctime, perf)
|
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/ |
D | ext4_nsec_timestamps_test.sh | 54 ctime=`ext4_file_time mnt_point/tmp_file ctime nsec` 56 if [ $atime -ne 0 -o $mtime -ne 0 -o $ctime -ne 0 ]; then 58 $mtime, ctime: $ctime)" 102 sec_ctime=`ext4_file_time mnt_point/tmp_file ctime sec` 105 nsec_ctime=`ext4_file_time mnt_point/tmp_file ctime nsec`
|
/external/google-breakpad/src/common/linux/ |
D | google_crashdump_uploader.cc | 47 const string& ctime, in GoogleCrashdumpUploader() argument 59 ctime, in GoogleCrashdumpUploader() 73 const string& ctime, in GoogleCrashdumpUploader() argument 85 ctime, in GoogleCrashdumpUploader() 99 const string& ctime, in Init() argument 111 ctime_ = ctime; in Init()
|
D | google_crashdump_uploader.h | 49 const string& ctime, 61 const string& ctime, 74 const string& ctime,
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-call-cast-target.ll | 8 ; CHECK: %[[call:.*]] = call i7* @ctime(i999* null) 12 %tmp = call i32 bitcast (i7* (i999*)* @ctime to i32 (i99*)*)( i99* null ) 16 define i7* @ctime(i999*) { 17 ; CHECK-LABEL: define i7* @ctime(
|
/external/libcxx/include/ |
D | ctime | 2 //===---------------------------- ctime -----------------------------------===// 15 ctime synopsis 37 char* ctime(const time_t* timer); 66 using ::ctime;
|
/external/e2fsprogs/tests/d_inline_dump/ |
D | expect | 8 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
|
/external/openssh/ |
D | logintest.c | 144 strlcpy(s_t0, ctime(&t0), sizeof(s_t0)); in testAPI() 146 strlcpy(s_t1, ctime(&t1), sizeof(s_t1)); in testAPI() 155 strlcpy(s_logintime, ctime(&logintime), sizeof(s_logintime)); in testAPI() 171 strlcpy(s_logouttime, ctime(&logouttime), sizeof(s_logouttime)); in testAPI() 186 strlcpy(s_t2, ctime(&t2), sizeof(s_t2)); in testAPI()
|
D | moduli.c | 343 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start), in gen_candidates() 416 ctime(&time_stop), largetries, (long) (time_stop - time_start)); in gen_candidates() 443 logit("%.24s Found %u candidates", ctime(&time_stop), r); in gen_candidates() 555 logit("%.24s processed %lu in %s", ctime(&time_now), in print_progress() 563 ctime(&time_now), processed, num_to_process, percent, in print_progress() 607 ctime(&time_start), trials, generator_wanted); in prime_test() 802 ctime(&time_stop), count_out, count_possible, in prime_test()
|
/external/e2fsprogs/tests/d_special_files/ |
D | expect | 11 ctime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013 23 ctime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013 48 ctime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013 61 ctime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013 73 ctime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013
|
/external/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()
|
/external/e2fsprogs/lib/support/ |
D | plausible.c | 108 ctime(&tm)); in print_ext2_info() 110 printf(_("\tlast mounted on %s"), ctime(&tm)); in print_ext2_info() 113 printf(_("\tcreated on %s"), ctime(&tm)); in print_ext2_info() 116 printf(_("\tlast modified on %s"), ctime(&tm)); in print_ext2_info()
|
/external/toybox/toys/posix/ |
D | who.c | 40 times = ctime(&time); in who_main() 43 time_size, time_size, ctime(&time), entry->ut_host); in who_main()
|
/external/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()
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | call-cast-target.ll | 9 …%tmp = call i32 bitcast (i8* (i32*)* @ctime to i32 (i32*)*)( i32* null ) ; <i32> [#uses=1] 13 declare i8* @ctime(i32*)
|
D | apint-call-cast-target.ll | 9 %tmp = call i32 bitcast (i7* (i999*)* @ctime to i32 (i99*)*)( i99* null ) 13 define i7* @ctime(i999*) {
|
/external/e2fsprogs/tests/f_badcluster/ |
D | expect | 122 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014 134 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014 146 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014 158 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014 169 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014 181 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014 193 ctime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014
|
/external/syslinux/core/lwip/src/netif/ |
D | etharp.c | 106 u8_t ctime; member 187 arp_table[i].ctime = 0; in free_entry() 216 arp_table[i].ctime++; in etharp_tmr() 217 if ((arp_table[i].ctime >= ARP_MAXAGE) || in etharp_tmr() 219 (arp_table[i].ctime >= ARP_MAXPENDING))) { in etharp_tmr() 303 if (arp_table[i].ctime >= age_queue) { in find_entry() 305 age_queue = arp_table[i].ctime; in find_entry() 310 if (arp_table[i].ctime >= age_pending) { in find_entry() 312 age_pending = arp_table[i].ctime; in find_entry() 323 if (arp_table[i].ctime >= age_stable) { in find_entry() [all …]
|
/external/e2fsprogs/ext2ed/ |
D | super_com.c | 48 …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()
|
/external/python/cpython2/Demo/scripts/ |
D | script.py | 39 script.write('Script started on %s\n' % time.ctime(time.time())) 41 script.write('Script done on %s\n' % time.ctime(time.time()))
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 316 fprintf(f, "Filesystem created: %s", ctime(&tm)); in list_super2() 320 sb->s_mtime ? ctime(&tm) : "n/a\n"); in list_super2() 322 fprintf(f, "Last write time: %s", ctime(&tm)); in list_super2() 326 fprintf(f, "Last checked: %s", ctime(&tm)); in list_super2() 334 fprintf(f, "Next check after: %s", ctime(&next)); in list_super2() 421 fprintf(f, "First error time: %s", ctime(&tm)); in list_super2() 435 fprintf(f, "Last error time: %s", ctime(&tm)); in list_super2()
|
/external/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 272 printf("Last file access: %s", ctime(&sb.st_atime)); in main() 273 printf("Last file modification: %s", ctime(&sb.st_mtime)); in main() 274 printf("Last status change: %s", ctime(&sb.st_ctime)); in main()
|
/external/python/cpython2/Lib/test/ |
D | test_time.py | 22 self.assertTrue(time.ctime(self.t) 214 for func in time.ctime, time.gmtime, time.localtime: 222 time.ctime() 223 time.ctime(None)
|