Searched refs:tm (Results 176 - 200 of 520) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dieee802_11_shared.c384 struct os_tm tm; local
390 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
408 WPA_PUT_LE16(pos, tm.year); /* Year */
410 *pos++ = tm.month; /* Month */
411 *pos++ = tm.day; /* Day of month */
412 *pos++ = tm.hour; /* Hours */
413 *pos++ = tm.min; /* Minutes */
414 *pos++ = tm.sec; /* Seconds */
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h92 char *strptime(const char *buf, const char *fmt, struct tm *tm);
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Da_time.c109 struct tm *ts;
110 struct tm data;
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dbio_ssl.c187 unsigned long tm; local
189 tm=(unsigned long)time(NULL);
190 if (tm > sb->last_time+sb->renegotiate_timeout)
192 sb->last_time=tm;
262 unsigned long tm; local
264 tm=(unsigned long)time(NULL);
265 if (tm > bs->last_time+bs->renegotiate_timeout)
267 bs->last_time=tm;
/freebsd-10.0-release/gnu/lib/libgcov/
H A DMakefile44 COMMONHDRS= tm.h tconfig.h gcov-iov.h options.h
45 CLEANFILES+= ${COMMONHDRS} cs-tm.h cs-tconfig.h options.h optionlist
/freebsd-10.0-release/lib/libc/stdtime/
H A Dstrftime.c50 static char * _fmt(const char *, const struct tm *, char *, const char *,
91 const struct tm * __restrict t, locale_t loc)
124 const struct tm * __restrict t)
132 const struct tm * const t;
314 struct tm tm; local
319 tm = *t;
320 mkt = mktime(&tm);
/freebsd-10.0-release/lib/libfetch/
H A Dftp.c404 struct tm tm; local
456 &tm.tm_year, &tm.tm_mon, &tm.tm_mday,
457 &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6) {
461 tm.tm_mon--;
462 tm
[all...]
/freebsd-10.0-release/sys/dev/mps/
H A Dmps_sas.h62 struct mps_command *tm; member in struct:mpssas_target
159 void mpssas_free_tm(struct mps_softc *sc, struct mps_command *tm);
/freebsd-10.0-release/usr.bin/chpass/
H A Dutil.c68 struct tm *tp;
84 static struct tm *lt;
/freebsd-10.0-release/usr.bin/csup/
H A Dmisc.c216 rcsdatetotm(const char *revdate, struct tm *tm) argument
226 cp = strptime(revdate, "%Y.%m.%d.%H.%M.%S", tm);
228 cp = strptime(revdate, "%y.%m.%d.%H.%M.%S", tm);
239 struct tm tm; local
243 error = rcsdatetotm(revdate, &tm);
246 t = timegm(&tm);
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_snmp.h67 struct tm;
318 /* Make an SNMP DateAndTime from a struct tm. */
319 int make_date_time(u_char *, const struct tm *, u_int);
/freebsd-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_token.c656 au_to_file(const char *file, struct timeval tm) argument
671 timems = tm.tv_usec/1000;
674 ADD_U_INT32(dptr, tm.tv_sec);
1468 struct timeval tm)
1485 timems = tm.tv_usec/1000;
1487 ADD_U_INT32(dptr, tm.tv_sec);
1506 struct timeval tm, struct auditinfo_addr *aia)
1533 timems = tm.tv_usec/1000;
1535 ADD_U_INT32(dptr, tm.tv_sec);
1543 struct timeval tm)
1467 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm) argument
1505 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm, struct auditinfo_addr *aia) argument
1542 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm) argument
1573 struct timeval tm; local
1590 struct timeval tm; local
1601 struct timeval tm; local
[all...]
/freebsd-10.0-release/sys/security/audit/
H A Dbsm_token.c583 au_to_file(const char *file, struct timeval tm) argument
596 timems = tm.tv_usec/1000;
599 ADD_U_INT32(dptr, tm.tv_sec);
1441 struct timeval tm)
1456 timems = tm.tv_usec/1000;
1458 ADD_U_INT32(dptr, tm.tv_sec);
1477 struct timeval tm, struct auditinfo_addr *aia)
1503 timems = tm.tv_usec/1000;
1505 ADD_U_INT32(dptr, tm.tv_sec);
1513 struct timeval tm)
1440 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm) argument
1476 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm, struct auditinfo_addr *aia) argument
1512 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm) argument
1541 struct timeval tm; local
1558 struct timeval tm; local
1569 struct timeval tm; local
[all...]
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_portable.h83 typedef struct tm apr_os_exp_time_t;
104 typedef struct tm apr_os_exp_time_t;
117 typedef struct tm apr_os_exp_time_t;
158 typedef struct tm apr_os_exp_time_t; /**< native tm */
/freebsd-10.0-release/contrib/diff/lib/
H A Dstrftime.c276 tm_diff (const struct tm *a, const struct tm *b)
378 const struct tm *tp extra_args_spec LOCALE_PARAM_PROTO)
388 expressions might not be valid in every situation. The `struct tm'
1041 struct tm ltm;
1251 struct tm gtm;
1252 struct tm ltm;
1263 struct tm tm; local
1265 if (! __localtime_r (&lt, &tm)
[all...]
/freebsd-10.0-release/contrib/libstdc++/scripts/
H A Dmake_graph.py169 tm = tick_mark.square
172 tm = tick_mark.dia
175 tm = tick_mark.tri
178 tm = tick_mark.dtri
181 tm = tick_mark.star
184 tm = tick_mark.plus5
195 tm = tick_mark.x5
197 tm = tick_mark.gray70dia
200 tm = tick_mark.dia
202 tm
[all...]
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h28 MCJIT(Module *M, TargetMachine *tm, RTDyldMemoryManager *MemMgr,
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp57 explicit MBlazeDAGToDAGISel(MBlazeTargetMachine &tm) : argument
58 SelectionDAGISel(tm),
59 TM(tm), Subtarget(tm.getSubtarget<MBlazeSubtarget>()) {}
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIInsertWaits.cpp98 SIInsertWaits(TargetMachine &tm) : argument
100 TII(static_cast<const SIInstrInfo*>(tm.getInstrInfo())),
118 FunctionPass *llvm::createSIInsertWaits(TargetMachine &tm) { argument
119 return new SIInsertWaits(tm);
H A DSIInstrInfo.h29 explicit SIInstrInfo(AMDGPUTargetMachine &tm);
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp38 explicit SparcDAGToDAGISel(SparcTargetMachine &tm) argument
39 : SelectionDAGISel(tm),
40 Subtarget(tm.getSubtarget<SparcSubtarget>()),
41 TM(tm) {
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h29 SystemZFrameLowering(const SystemZTargetMachine &tm,
H A DSystemZRegisterInfo.h41 SystemZRegisterInfo(SystemZTargetMachine &tm, const SystemZInstrInfo &tii);
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86RegisterInfo.h59 X86RegisterInfo(X86TargetMachine &tm, const TargetInstrInfo &tii);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dcat.c128 apr_time_t tm;
132 SVN_ERR(svn_wc__node_get_changed_info(&changed_rev, &tm, &author, wc_ctx,
154 SVN_ERR(svn_io_file_affected_time(&tm, local_abspath,
164 repos_root_url, tm, author,
126 apr_time_t tm; local

Completed in 153 milliseconds

1234567891011>>