Searched refs:ctime (Results 1 - 25 of 247) sorted by relevance

12345678910

/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dctime.pl0 ;# ctime.pl is a simple Perl emulation for the well known ctime(3C) function.
9 # Suggested alternative: the POSIX ctime function
14 ;# $RCSfile: ctime.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:23:47 $
20 ;# #include <ctime.pl> # see the -P and -I option in perl.man
21 ;# $Date = &ctime(time);
24 package ctime; package
31 sub ctime { subroutine
32 package ctime; package
H A Dlook.pl15 local($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
/macosx-10.10.1/apache-793/httpd/support/
H A Dphf_abuse_log.cgi.in29 require "ctime.pl";
30 $when = &ctime(time);
/macosx-10.10.1/ntp-92/sntp/
H A Dlog.c13 char *timestamp = ctime(&cur_time);
40 char *timestamp = ctime(&cur_time);
/macosx-10.10.1/BerkeleyDB-21/db/os/
H A Dos_ctime.c28 * ctime. However, it was implemented in three different ways (with
44 (void)strncpy(time_buf, ctime(tod), CTIME_BUFLEN - 1);
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dmail.c37 #ifndef ctime
38 extern char *ctime ();
111 /* Remember that ctime includes a \n, so this skips a line. */
113 ctime (&itime));
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dtar.h143 char ctime[12]; /* 357 Incr. archive: ctime of the file */ member in struct:oldgnu_header
214 char ctime[12]; /* 488 */ member in struct:star_header
232 char ctime[12]; /* 488 */ member in struct:star_in_header
297 struct timespec ctime;
296 struct timespec ctime; member in struct:tar_stat_info
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dmail_stream.h45 struct timeval ctime; /* creation time */ member in struct:MAIL_STREAM
/macosx-10.10.1/sudo-73/src/
H A Dtimestr.c37 * Uses strftime() if available, else falls back to ctime().
62 s = ctime(&tstamp) + 4; /* skip day of the week */
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dtime_.h113 # undef ctime macro
114 # define ctime eschew_ctime macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsane_time.c120 vstream_printf("real: %s", ctime(&now));
122 vstream_printf("fake: %s\n", ctime(&now));
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dlogintest.c95 char s_logintime[64], s_logouttime[64]; /* ctime() strings */
144 strlcpy(s_t0, ctime(&t0), sizeof(s_t0));
146 strlcpy(s_t1, ctime(&t1), sizeof(s_t1));
155 strlcpy(s_logintime, ctime(&logintime), sizeof(s_logintime));
171 strlcpy(s_logouttime, ctime(&logouttime), sizeof(s_logouttime));
186 strlcpy(s_t2, ctime(&t2), sizeof(s_t2));
/macosx-10.10.1/IOATAPIProtocolTransport-350.0.3/ATAPILogger/
H A DATAPILogger.cpp769 &( ctime ( &currentTime )[11] ),
806 &( ctime ( &currentTime )[11] ),
848 &( ctime ( &currentTime )[11] ),
861 &( ctime ( &currentTime )[11] ),
890 printf ( "%-8.8s ", &( ctime ( &currentTime )[11] ) );
901 printf ( "%-8.8s ", &( ctime ( &currentTime )[11] ) );
913 printf ( "%-8.8s ", &( ctime ( &currentTime )[11] ) );
924 printf ( "%-8.8s ", &( ctime ( &currentTime )[11] ) );
938 printf ( "%-8.8s ", &( ctime ( &currentTime )[11] ) );
950 printf ( "%-8.8s ", &( ctime (
[all...]
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dbin2c.c31 argv[1], ctime(&now));
/macosx-10.10.1/ntp-92/util/
H A Dtestrs6000.c29 printf("Starting: %s", ctime(&curtime));
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Drd_rep.c89 if ((*repl)->ctime != auth_context->authenticator->ctime ||
H A Dbuild_auth.c126 krb5_us_timeofday (context, &auth.ctime, &auth.cusec);
183 auth_context->authenticator->ctime = auth.ctime;
H A Dmk_rep.c54 body.ctime = auth_context->authenticator->ctime;
H A Dmk_error.c61 msg.ctime = client_time;
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dpriority.c99 uint64_t ctime; local
122 ctime = mach_absolute_time();
130 thread->last_run_time = ctime;
133 commpage_update_mach_approximate_time(ctime);
143 new_computation = ctime - thread->computation_epoch;
149 thread->safe_release = ctime + sched_safe_duration;
185 ctime, local
188 ctime, local
192 processor->quantum_end = ctime + thread->quantum_remaining;
205 sched_traditional_consider_maintenance(ctime);
[all...]
/macosx-10.10.1/IOFireWireSerialBusProtocolTransport-251.0.1/SBP2DiskLogger/
H A DSBP2DiskLogger.cpp745 &( ctime ( &currentTime )[11] ),
816 &( ctime ( &currentTime )[11] ), ( unsigned int ) gTraceBuffer[index].arg2, ( int ) (gTraceBuffer[index].arg3 >> 8) & 0xFF, ( int ) gTraceBuffer[index].arg3 & 0xFF, entry->senseKey, entry->ASC, entry->ASCQ );
842 printf ( "%-8.8s ", &( ctime ( &currentTime )[11] ) );
891 printf ( "%-8.8s ", &( ctime ( &currentTime )[11] ) );
900 printf ( "%-8.8s ", &( ctime ( &currentTime )[11] ) );
918 printf ( "%-8.8s ", &( ctime ( &currentTime )[11] ) );
927 printf ( "%-8.8s ", &( ctime ( &currentTime )[11] ) );
936 printf ( "%-8.8s ", &( ctime ( &currentTime )[11] ) );
945 printf ( "%-8.8s ", &( ctime ( &currentTime )[11] ) );
954 printf ( "%-8.8s ", &( ctime (
[all...]
/macosx-10.10.1/adv_cmds-158/last/
H A Dlast.c171 ct = ctime(&bp->ut_tv.tv_sec);
184 ct = ctime(&bp->ut_tv.tv_sec);
207 ct = ctime(&bp->ut_tv.tv_sec);
222 ctime(&T->logout)+11);
240 ct = ctime(prev ? &prev->ut_tv.tv_sec : &now);
414 ct = ctime(prev ? &prev->ut_tv.tv_sec : &now);
/macosx-10.10.1/apr-32/apr/apr/file_io/unix/
H A Dfilestat.c102 finfo->ctime += info->st_atime_n / APR_TIME_C(1000);
111 finfo->ctime += info->st_mtime_n / APR_TIME_C(1000);
114 apr_time_ansi_put(&finfo->ctime, info->st_ctime);
116 finfo->ctime += info->st_ctim.tv_nsec / APR_TIME_C(1000);
118 finfo->ctime += info->st_ctimensec / APR_TIME_C(1000);
120 finfo->ctime += info->st_ctime_n / APR_TIME_C(1000);
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dftpgetinfo.c72 printf("filetime %s: %s", filename, ctime(&file_time));
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DFindBugs.cpp22 #include <ctime>

Completed in 473 milliseconds

12345678910