Searched refs:tm (Results 276 - 300 of 693) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/ntp-92/ntpd/
H A Dntp_util.c1206 struct tm * tm; local
1210 tm = gmtime(&unix_stamp);
1211 if (NULL != tm)
1214 tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday,
1215 tm->tm_hour, tm->tm_min);
H A Drefclock_jupiter.c720 struct tm *tm; local
807 tm = gmtime(&last_timecode);
808 cp = asctime(tm);
815 instance->peer->procptr->year = tm->tm_year + 1900;
816 instance->peer->procptr->day = tm->tm_yday + 1;
817 instance->peer->procptr->hour = tm->tm_hour;
818 instance->peer->procptr->minute = tm->tm_min;
819 instance->peer->procptr->second = tm->tm_sec;
844 struct tm *t local
[all...]
/macosx-10.10/system_cmds-643.1.1/at.tproj/
H A Dat.c468 struct tm runtime;
493 struct tm runtime;
686 struct tm *t;
926 struct tm *tm = localtime(&timer); local
927 fprintf(stderr, "%s\n", asctime(tm));
945 struct tm *tm = localtime(&timer); local
946 fprintf(stderr, "%s\n", asctime(tm));
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dfakemail.c76 /* Nonzero if TM_YEAR is a struct tm's tm_year value that causes
372 struct tm *tm;
383 tm = localtime (&idiotic_interface);
384 if (! (tm && TM_YEAR_IN_ASCTIME_RANGE (tm->tm_year)
385 && (the_date = asctime (tm))))
366 struct tm *tm; local
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Da_gentm.c210 struct tm *ts;
211 struct tm data;
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuTimeStr.cpp31 * time string, convert to a struct tm (in GMT/UTC). Returns nonzero on
37 struct tm *tmp)
127 /* in a tm, 0 to 11 */
186 struct tm utc;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuTimeStr.cpp31 * time string, convert to a struct tm (in GMT/UTC). Returns nonzero on
37 struct tm *tmp)
127 /* in a tm, 0 to 11 */
186 struct tm utc;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DtimeStr.cpp11 * time string, convert to a struct tm (in GMT/UTC). Returns nonzero on
17 struct tm *tmp)
101 /* in a tm, 0 to 11 */
155 struct tm utc;
/macosx-10.10/adv_cmds-158/finger/
H A Dsprint.c69 struct tm *lc;
168 struct tm *delta;
/macosx-10.10/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h173 struct tm;
175 int strftime(char *, int, char *, struct tm *);
/macosx-10.10/libpcap-48/libpcap/lbl/
H A Dos-sunos4.h173 struct tm;
175 int strftime(char *, int, char *, struct tm *);
/macosx-10.10/libstdcxx-104.1/src/
H A Dtime_members.cc45 const tm* __tm) const
127 const tm* __tm) const
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DPasses.h77 TargetPassConfig(TargetMachine *tm, PassManagerBase &pm);
481 FunctionPass *createDwarfEHPass(const TargetMachine *tm);
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJIT.h81 JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji,
212 TargetMachine &tm);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIntPlatDecls.h102 EXTERN struct tm * TclpLocaltime_unix(CONST time_t *clock);
107 EXTERN struct tm * TclpGmtime_unix(CONST time_t *clock);
320 EXTERN struct tm * TclpLocaltime_unix(CONST time_t *clock);
325 EXTERN struct tm * TclpGmtime_unix(CONST time_t *clock);
392 struct tm * (*tclpLocaltime_unix) (CONST time_t *clock); /* 11 */
393 struct tm * (*tclpGmtime_unix) (CONST time_t *clock); /* 12 */
441 struct tm * (*tclpLocaltime_unix) (CONST time_t *clock); /* 11 */
442 struct tm * (*tclpGmtime_unix) (CONST time_t *clock); /* 12 */
/macosx-10.10/tcpdump-61/tcpdump/lbl/
H A Dos-sunos4.h173 struct tm;
175 int strftime(char *, int, char *, struct tm *);
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dglobals.h27 struct tm ltm; /* BREW localtime structure */
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dcmds.c660 struct tm *tm; local
680 tm = gmtime(&mtime);
681 tm->tm_mon++;
682 tm->tm_year += 1900;
684 if ((tm->tm_year > yy) ||
685 (tm->tm_year == yy &&
686 tm->tm_mon > mo) ||
687 (tm->tm_mon == mo &&
688 tm
[all...]
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_time.h94 * a structure similar to ANSI struct tm with the following differences:
215 * @param tm The time to convert
219 apr_time_exp_t *tm);
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtmdata.c31 #include <tm.h>
H A Dtvsleep.c25 #include <tm.h>
/macosx-10.10/libresolv-57/
H A Dns_date.c60 struct tm time;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h57 explicit NVPTXDAGToDAGISel(NVPTXTargetMachine &tm,
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86RegisterInfo.h59 X86RegisterInfo(X86TargetMachine &tm, const TargetInstrInfo &tii);
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DNetMonitor.c34 #include <time.h> // For "struct tm" etc.
471 struct tm tm; local
476 localtime_r((time_t*)&tv.tv_sec, &tm);
477 mprintf("\n%d:%02d:%02d.%06d Interface %d/%s\n", tm.tm_hour, tm.tm_min, tm.tm_sec, tv.tv_usec, index, if_name);
817 struct tm tm; local
878 localtime_r((time_t*)&tv_start.tv_sec, &tm);
[all...]

Completed in 263 milliseconds

<<11121314151617181920>>