Searched refs:tm (Results 251 - 275 of 520) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/unbound/
H A Dconfig.h.in795 struct tm *gmtime_r(const time_t *timep, struct tm *result);
847 struct tm;
848 char *strptime(const char *s, const char *format, struct tm *tm);
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_sigcrypt.c1107 struct tm tm; local
1118 memset(&tm, 0, sizeof(tm));
1119 if(gmtime_r(&te, &tm) && strftime(expi_buf, 15, "%Y%m%d%H%M%S", &tm)
1120 &&gmtime_r(&ti, &tm) && strftime(incep_buf, 15, "%Y%m%d%H%M%S", &tm)
1121 &&gmtime_r(&tn, &tm) && strftime(now_buf, 15, "%Y%m%d%H%M%S", &tm)) {
[all...]
/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lposix72 char *(asctime)(const struct tm *timeptr);
166 struct tm *(gmtime)(const time_t *timer);
185 struct tm *(localtime)(const time_t *timer);
201 time_t (mktime)(struct tm *timeptr);
268 const struct tm *timeptr);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp130 const TargetMachine *tm; member in class:__anon2203::RegAllocPBQP
322 const TargetMachine &tm = mf->getTarget(); local
323 CoalescerPair cp(*tm.getRegisterInfo());
542 tm = &mf->getTarget();
543 tri = tm->getRegisterInfo();
544 tii = tm->getInstrInfo();
H A DCallingConvLower.cpp27 const TargetMachine &tm, SmallVector<CCValAssign, 16> &locs,
29 : CallingConv(CC), IsVarArg(isVarArg), MF(mf), TM(tm),
26 CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, const TargetMachine &tm, SmallVector<CCValAssign, 16> &locs, LLVMContext &C) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp25 SIInstrInfo::SIInstrInfo(AMDGPUTargetMachine &tm) argument
26 : AMDGPUInstrInfo(tm),
27 RI(tm, *this)
H A DAMDGPUAsmPrinter.cpp38 static AsmPrinter *createAMDGPUAsmPrinterPass(TargetMachine &tm, argument
40 return new AMDGPUAsmPrinter(tm, Streamer);
/freebsd-10.0-release/contrib/unbound/util/
H A Dlog.c173 struct tm tm; local
218 localtime_r(&now, &tm))%(sizeof(tmbuf)) != 0) {
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp67 MipsCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce) argument
69 II((const MipsInstrInfo *) tm.getInstrInfo()), TD(tm.getDataLayout()),
70 TM(tm), MCE(mce), MCPEs(0), MJTEs(0),
H A DMipsInstrInfo.cpp30 MipsInstrInfo::MipsInstrInfo(MipsTargetMachine &tm, unsigned UncondBr) argument
32 TM(tm), UncondBrOpc(UncondBr) {}
/freebsd-10.0-release/contrib/openbsm/sys/bsm/
H A Daudit_record.h196 token_t *au_to_file(const char *file, struct timeval tm);
199 struct timeval tm);
201 struct timeval tm, struct auditinfo_addr *aia);
203 struct timeval tm);
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h188 struct tm *localtime(const time_t *);
/freebsd-10.0-release/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c954 struct tm *tm = NULL; local
963 if (!(tm = gmtime(&time_sec)))
975 tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday,
976 tm->tm_hour, tm->tm_min, tm->tm_sec);
/freebsd-10.0-release/gnu/usr.bin/cc/doc/
H A DMakefile28 rtl.texi md.texi tm.texi hostconfig.texi fragments.texi \
/freebsd-10.0-release/sys/bsm/
H A Daudit_record.h200 token_t *au_to_file(const char *file, struct timeval tm);
203 struct timeval tm);
205 struct timeval tm, struct auditinfo_addr *aia);
207 struct timeval tm);
/freebsd-10.0-release/usr.bin/csup/
H A Dkeyword.c460 struct tm tm; local
464 error = rcsdatetotm(di->di_revdate, &tm);
467 if (strftime(cvsdate, sizeof(cvsdate), "%Y/%m/%d %H:%M:%S", &tm) == 0)
/freebsd-10.0-release/usr.bin/leave/
H A Dleave.c68 struct tm *t;
116 /* Convert tm to 12 hr time (0:00...11:59) */
/freebsd-10.0-release/usr.bin/rwall/
H A Drwall.c127 struct tm *lt;
/freebsd-10.0-release/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c53 static struct tm utc;
/freebsd-10.0-release/usr.sbin/newsyslog/
H A Dnewsyslog.c1452 * tm if this is the case; otherwise return false.
1456 struct tm *tm)
1495 timefnamefmt, tm)) == NULL) {
1531 struct tm tm; local
1561 if (validate_old_timelog(dir_fd, dp, logfname, &tm) == 0)
1568 if ((oldlogs[logcnt].t = timegm(&tm)) == -1)
1729 struct tm tm; local
1455 validate_old_timelog(int fd, const struct dirent *dp, const char *logfname, struct tm *tm) argument
2297 struct tm tm; local
[all...]
/freebsd-10.0-release/bin/date/
H A Ddate.c85 struct tm lt;
185 struct tm *lt;
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.cpp27 const TargetMachine &tm,
30 : CallingConv(CC), IsVarArg(isVarArg), TM(tm),
26 Hexagon_CCState(CallingConv::ID CC, bool isVarArg, const TargetMachine &tm, SmallVector<CCValAssign, 16> &locs, LLVMContext &c) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp35 MSP430RegisterInfo::MSP430RegisterInfo(MSP430TargetMachine &tm, argument
37 : MSP430GenRegisterInfo(MSP430::PCW), TM(tm), TII(tii) {
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp29 NVPTXInstrInfo::NVPTXInstrInfo(NVPTXTargetMachine &tm) argument
30 : NVPTXGenInstrInfo(), TM(tm), RegInfo(*this, *TM.getSubtargetImpl()) {}
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp47 PPCCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce) argument
48 : MachineFunctionPass(ID), TM(tm), MCE(mce) {}

Completed in 182 milliseconds

<<11121314151617181920>>