Searched refs:tm (Results 126 - 150 of 520) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.bin/calendar/
H A Dcalendar.h156 extern const struct tm tm0;
158 void settimes(time_t,int before, int after, int friday, struct tm *tp1, struct tm *tp2);
184 void generatedates(struct tm *tp1, struct tm *tp2);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-i386.c118 template tm; member in struct:_i386_insn
1358 pte (&x->tm);
1779 && (i.tm.base_opcode & 0xfffffde0) == 0xdce0)
1780 i.tm.base_opcode ^= Opcode_FloatR;
1785 if ((i.tm.base_opcode & ~9) == 0x0fb6)
1789 && (~i.tm.opcode_modifier
1796 as_bad (_("ambiguous operand size for `%s'"), i.tm.name);
1802 if (i.tm.opcode_modifier & FWait)
1807 if ((i.tm.opcode_modifier & IsString) != 0 && i.mem_operands != 0)
1830 if (i.tm
[all...]
/freebsd-10.0-release/contrib/ldns/ldns/
H A Dutil.h.in268 * \param[in] tm a struct tm* with the date
271 time_t ldns_mktime_from_utc(const struct tm *tm);
273 time_t mktime_from_utc(const struct tm *tm);
289 struct tm * ldns_serial_arithmitics_gmtime_r(int32_t time, time_t now, struct tm *result);
H A Dutil.h268 * \param[in] tm a struct tm* with the date
271 time_t ldns_mktime_from_utc(const struct tm *tm);
273 time_t mktime_from_utc(const struct tm *tm);
289 struct tm * ldns_serial_arithmitics_gmtime_r(int32_t time, time_t now, struct tm *result);
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600RegisterInfo.cpp23 R600RegisterInfo::R600RegisterInfo(AMDGPUTargetMachine &tm, argument
25 : AMDGPURegisterInfo(tm, tii),
26 TM(tm),
H A DAMDGPURegisterInfo.h36 AMDGPURegisterInfo(TargetMachine &tm, const TargetInstrInfo &tii);
H A DAMDILIntrinsicInfo.cpp28 AMDGPUIntrinsicInfo::AMDGPUIntrinsicInfo(TargetMachine *tm) argument
/freebsd-10.0-release/contrib/sendmail/libmilter/
H A Dmonitor.c53 ** tm -- maximum execution time for a thread
60 smfi_set_max_exec_time(tm)
61 unsigned int tm;
63 Mon_exec_time = tm;
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dutil.c180 struct tm tm, tm2; local
182 memset (&tm, 0, sizeof (tm));
207 p = strptime (str, "%Y-%m-%d", &tm);
218 tm.tm_hour = tm2.tm_hour;
219 tm.tm_min = tm2.tm_min;
220 tm.tm_sec = tm2.tm_sec;
223 tm.tm_hour = 23;
224 tm
[all...]
/freebsd-10.0-release/lib/libutil/
H A Dlogin_cap.h147 struct tm;
151 int in_ltm(const login_time_t *, struct tm *, time_t *);
152 int in_ltms(const login_time_t *, struct tm *, time_t *);
H A Dlogin_times.c110 in_ltm(const login_time_t *ltm, struct tm *tt, time_t *ends)
145 in_ltms(const login_time_t *ltm, struct tm *tm, time_t *t) argument
150 if (in_ltm(ltm + i, tm, t))
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dtime.h48 using std::tm;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp46 DwarfEHPrepare(const TargetMachine *tm) : argument
47 FunctionPass(ID), TM(tm), TLI(TM->getTargetLowering()),
64 FunctionPass *llvm::createDwarfEHPass(const TargetMachine *tm) { argument
65 return new DwarfEHPrepare(tm);
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DFPMover.cpp38 explicit FPMover(TargetMachine &tm) argument
39 : MachineFunctionPass(ID), TM(tm) { }
54 FunctionPass *llvm::createSparcFPMoverPass(TargetMachine &tm) { argument
55 return new FPMover(tm);
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.h31 explicit X86JITInfo(X86TargetMachine &tm);
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_move.c38 MARK fm1, fm2, m, tm; local
62 tm.lno = cmdp->lineno;
63 tm.cno = 0;
64 if (put(sp, &cb, NULL, &tm, &m, 1))
/freebsd-10.0-release/gnu/lib/csu/
H A DMakefile13 SRCS= crtstuff.c tconfig.h tm.h options.h
74 CLEANFILES+= tm.h tconfig.h options.h optionlist cs-tconfig.h cs-tm.h
75 tm.h tconfig.h options.h: ${CCDIR}/cc_tools/Makefile
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-cn3010-evb-hs5.c81 static int validate_tm_struct(struct tm * tms)
110 struct tm tms;
114 memset(&tms, 0, sizeof(struct tm));
156 struct tm tms;
/freebsd-10.0-release/usr.sbin/pw/
H A Dpw_log.c51 struct tm *t = localtime(&now);
/freebsd-10.0-release/contrib/ntp/util/
H A Dtg.c259 struct tm *tm = NULL; /* structure returned by gmtime */ local
353 tm = gmtime(&tv.tv_sec);
354 minute = tm->tm_min;
355 hour = tm->tm_hour;
356 day = tm->tm_yday + 1;
357 year = tm->tm_year % 100;
358 second = tm->tm_sec;
/freebsd-10.0-release/gnu/usr.bin/gdb/arch/amd64/
H A DMakefile15 tm.h:
16 echo '#include "i386/tm-fbsd.h"' > ${.TARGET}
/freebsd-10.0-release/gnu/usr.bin/gdb/arch/i386/
H A DMakefile14 tm.h:
15 echo '#include "i386/tm-fbsd.h"' > ${.TARGET}
/freebsd-10.0-release/lib/libc/locale/
H A Dwcsftime.c57 const wchar_t * __restrict format, const struct tm * __restrict timeptr,
119 const wchar_t * __restrict format, const struct tm * __restrict timeptr)
/freebsd-10.0-release/usr.bin/csup/
H A Dmisc.h108 struct tm;
114 int rcsdatetotm(const char *, struct tm *);
/freebsd-10.0-release/contrib/file/
H A Dprint.c223 struct tm *tm; local
234 struct tm *tm1;
245 tm = gmtime(&t);
246 if (tm == NULL)
248 pp = asctime(tm);

Completed in 279 milliseconds

1234567891011>>