/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 …]
|
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 | 583 static void schedule_jobs(time_t ctime, time_t ptime) in schedule_jobs() argument 587 for (; tm <= ctime; tm += 60) { in schedule_jobs() 627 time_t ctime, ptime; in crond_main() local 656 ctime = time(NULL); in crond_main() 661 ptime = ctime; in crond_main() 663 tdiff =(long) ((ctime = time(NULL)) - ptime); in crond_main() 675 schedule_jobs(ctime, ptime); in crond_main()
|
/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(
|
D | call-cast-target.ll | 8 ; CHECK: %[[call:.*]] = call i8* @ctime(i32* null) 12 …%tmp = call i32 bitcast (i8* (i32*)* @ctime to i32 (i32*)*)( i32* null ) ; <i32> [#uses=1] 16 declare i8* @ctime(i32*)
|
/external/libcxx/include/ |
D | ctime | 2 //===---------------------------- ctime -----------------------------------===// 15 ctime synopsis 37 char* ctime(const time_t* timer); 66 using ::ctime;
|
/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 | 344 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start), in gen_candidates() 417 ctime(&time_stop), largetries, (long) (time_stop - time_start)); in gen_candidates() 444 logit("%.24s Found %u candidates", ctime(&time_stop), r); in gen_candidates() 556 logit("%.24s processed %lu in %s", ctime(&time_now), in print_progress() 564 ctime(&time_now), processed, num_to_process, percent, in print_progress() 608 ctime(&time_start), trials, generator_wanted); in prime_test() 803 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/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/e2fsprogs/lib/e2p/ |
D | ls.c | 289 fprintf(f, "Filesystem created: %s", ctime(&tm)); in list_super2() 293 sb->s_mtime ? ctime(&tm) : "n/a\n"); in list_super2() 295 fprintf(f, "Last write time: %s", ctime(&tm)); in list_super2() 299 fprintf(f, "Last checked: %s", ctime(&tm)); in list_super2() 307 fprintf(f, "Next check after: %s", ctime(&next)); in list_super2() 386 fprintf(f, "First error time: %s", ctime(&tm)); in list_super2() 400 fprintf(f, "Last error time: %s", ctime(&tm)); in list_super2()
|
/external/e2fsprogs/ext2ed/ |
D | super_com.c | 47 …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() 48 …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() 49 …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()
|
D | inode_com.c | 164 wmove (show_pad,3,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_atime)); in type_ext2_inode___show() 165 wmove (show_pad,4,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_ctime)); in type_ext2_inode___show() 166 wmove (show_pad,5,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_mtime)); in type_ext2_inode___show() 167 wmove (show_pad,6,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_dtime)); in type_ext2_inode___show()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 258 # undef ctime 259 # define ctime tz_ctime macro 281 char *ctime(time_t const *);
|
/external/libedit/examples/ |
D | fileman.c | 370 printf ("Inode Last Change at: %s", ctime (&finfo.st_ctime)); in com_stat() 371 printf (" Last access at: %s", ctime (&finfo.st_atime)); in com_stat() 372 printf (" Last modified at: %s", ctime (&finfo.st_mtime)); in com_stat()
|
/external/iptables/iptables/ |
D | ip6tables-save.c | 81 IPTABLES_VERSION, ctime(&now)); in do_output() 116 printf("# Completed on %s", ctime(&now)); in do_output()
|
D | iptables-save.c | 79 IPTABLES_VERSION, ctime(&now)); in do_output() 114 printf("# Completed on %s", ctime(&now)); in do_output()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
D | d3d11x11main.cpp | 101 double ctime = get_time() - start_time; in main() local 103 app->draw(ctx, rtv, width, height, ctime); in main()
|
D | d3d11winmain.cpp | 159 double ctime = (double)ctime_li.QuadPart * period - start_time; in main() local 161 app->draw(ctx, rtv, width, height, ctime); in main()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
D | d3d10x11main.cpp | 141 double ctime = get_time() - start_time; in main() local 143 app->draw(ctx, rtv, width, height, ctime); in main()
|
/external/v8/build/ |
D | landmines.py | 70 old_date = time.ctime(os.stat(landmines_path).st_ctime) 73 fromfiledate=old_date, tofiledate=time.ctime(), n=0)
|
/external/libcxx/test/std/utilities/date.time/ |
D | ctime.thread-unsafe.fail.cpp | 17 std::ctime(&t); in main()
|
/external/compiler-rt/test/asan/TestCases/ |
D | time_interceptor.cc | 16 printf("Time: %s\n", ctime(&t)); // NOLINT in main()
|