Searched refs:ftime (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dgettod.c5 * that only have the System V ftime function.
27 ftime(&t);
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dgettod.c5 * that only have the System V ftime function.
27 ftime(&t);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dtimeb.h80 * [XSI] Structure whose address is passed as the first parameter to ftime()
92 int ftime(struct timeb *);
/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
H A Dftime.c32 static char rcsid[] = "$FreeBSD: /repoman/r/ncvs/src/lib/libcompat/4.1/ftime.c,v 1.5 1999/08/28 00:04:12 peter Exp $";
40 ftime(tbp) function
/macosx-10.10/shell_cmds-179/find/
H A Dls.c89 printtime(time_t ftime) argument
102 if (ftime + SIXMONTHS > lnow && ftime < lnow + SIXMONTHS)
108 strftime(longstring, sizeof(longstring), format, localtime(&ftime));
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_common.c2172 time_t ftime = 0; local
2253 if ((zone == 'J') || (zone == 'j')) ftime = mktime(&t);
2254 else ftime = timegm(&t);
2256 if (tp != NULL) *tp = ftime;
2268 time_t ftime; local
2292 ftime = 0;
2294 pstyle = _parse_stamp_style(stamp, flags, &seq, &ftime);
2327 x->ftime = ftime;
2337 x->ftime
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bf/
H A Dbfspeed.c161 ftime(&tstart);
166 ftime(&tend);
H A Dbf_opts.c188 ftime(&tstart);
193 ftime(&tend);
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbnspeed.c151 ftime(&tstart);
156 ftime(&tend);
H A Dexpspeed.c177 ftime(&tstart);
182 ftime(&tend);
/macosx-10.10/OpenSSL098-52/src/crypto/cast/
H A Dcast_spd.c161 ftime(&tstart);
166 ftime(&tend);
H A Dcastopts.c198 ftime(&tstart);
203 ftime(&tend);
/macosx-10.10/OpenSSL098-52/src/crypto/rc2/
H A Drc2speed.c161 ftime(&tstart);
166 ftime(&tend);
/macosx-10.10/OpenSSL098-52/src/crypto/rc4/
H A Drc4speed.c161 ftime(&tstart);
166 ftime(&tend);
/macosx-10.10/OpenSSL098-52/src/crypto/rc5/
H A Drc5speed.c161 ftime(&tstart);
166 ftime(&tend);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbnspeed.c169 ftime(&tstart);
174 ftime(&tend);
H A Dexpspeed.c169 ftime(&tstart);
174 ftime(&tend);
/macosx-10.10/curl-83.1.2/curl/tests/
H A Ddirectories.pm214 my $ftime = $file{'time'} ? sprintf("%10s", $file{'time'}) : "Jan 9 1933";
215 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
/macosx-10.10/uucp-11/uucp/unix/
H A Dproctm.c38 /* Prefer gettimeofday to ftime to times. */
136 (void) ftime (&stime);
138 /* On some systems, such as SCO 3.2.2, ftime can go backwards in
/macosx-10.10/file_cmds-242/ls/
H A Dprint.c605 printtime(time_t ftime) argument
622 if (ftime + SIXMONTHS > now && ftime <= now)
629 else if (ftime + SIXMONTHS > now && ftime < now + SIXMONTHS)
635 strftime(longstring, sizeof(longstring), format, localtime(&ftime));
/macosx-10.10/syslog-267/aslmanager.tproj/
H A Daslmanager.c463 struct tm ftime; local
472 memset(&ftime, 0, sizeof(struct tm));
473 ftime.tm_hour = 24;
478 ftime.tm_year = 1000 * (name[0] - '0');
481 ftime.tm_year += 100 * (name[1] - '0');
484 ftime.tm_year += 10 * (name[2] - '0');
487 ftime.tm_year += name[3] - '0';
488 ftime.tm_year -= 1900;
493 ftime.tm_mon = 10 * (name[5] - '0');
496 ftime
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Dspeed.c166 ftime(&tstart);
171 ftime(&tend);
/macosx-10.10/OpenSSL098-52/src/crypto/idea/
H A Didea_spd.c161 ftime(&tstart);
166 ftime(&tend);
/macosx-10.10/zlib-55/zlib/contrib/untgz/
H A Duntgz.c206 int setfiletime (char *fname,time_t ftime) argument
216 loctm = localtime(&ftime);
245 settime.actime = settime.modtime = ftime;
/macosx-10.10/OpenSSL098-52/src/crypto/
H A Dtmdiff.c185 ftime(&tm->ms_timeb);

Completed in 277 milliseconds

123