Searched refs:tm (Results 151 - 175 of 520) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ldns/
H A Dstr2host.c61 struct tm tm; local
69 memset(&tm, 0, sizeof(tm));
72 sscanf(time, "%4d%2d%2d%2d%2d%2d", &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm
[all...]
/freebsd-10.0-release/usr.bin/csup/
H A Dmain.c102 struct tm tm; local
328 localtime_r(&nexttry, &tm);
330 tm.tm_hour, tm.tm_min, tm.tm_sec);
/freebsd-10.0-release/sys/kgssapi/krb5/
H A Dkrb5_mech.c861 struct mbuf *mlast, *mic, *tm; local
890 MGET(tm, M_WAITOK, MT_DATA);
891 tm->m_len = cklen;
892 mlast->m_next = tm;
896 bcopy(tm->m_data, p + 8, cklen);
899 m_free(tm);
1044 struct mbuf *mlast, *tm; local
1086 MGET(tm, M_WAITOK, MT_DATA);
1087 tm->m_len = cklen;
1088 mlast->m_next = tm;
1254 struct mbuf *m, *mlast, *tm, *cm, *pm; local
1405 struct mbuf *m, *mlast, *tm; local
[all...]
/freebsd-10.0-release/contrib/serf/buckets/
H A Dbuckets.c570 apr_time_exp_t tm; local
572 apr_time_exp_lt(&tm, apr_time_now());
574 1900 + tm.tm_year, 1 + tm.tm_mon, tm.tm_mday,
575 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec,
576 tm
[all...]
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dload.c75 struct tm tm; local
82 tm.tm_year = year - 1900;
83 tm.tm_mon = month - 1;
84 tm.tm_mday = date;
85 tm.tm_hour = hour;
86 tm.tm_min = minute;
87 tm.tm_sec = second;
88 tm.tm_isdst = 0;
89 *t = timegm(&tm);
[all...]
/freebsd-10.0-release/contrib/opie/
H A Dopiesu.c216 struct tm *tm; local
229 tm = localtime(&now);
237 tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min,
/freebsd-10.0-release/contrib/tcpdump/
H A Dutil.c163 struct tm *tm; local
213 tm = gmtime (&Time);
214 if (!tm)
218 tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday,
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_getdate.c748 struct tm *tm; local
752 tm = gmtime(&t);
754 now += DAY * ((DayNumber - tm->tm_wday + 7) % 7);
765 struct tm *tm; local
771 tm = localtime(&Start);
772 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;
776 Convert(Month, (time_t)tm
903 struct tm local, *tm; local
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Dutil.c465 strftime(char *buf, size_t len, const char *fmt, const struct tm *tm) argument
494 s = snprintf(buf, len, "%d", tm->tm_hour);
497 s = snprintf(buf, len, "%02d", tm->tm_min);
500 s = snprintf(buf, len, "%02d", tm->tm_sec);
503 if (tm->tm_mon >= 12)
505 s = snprintf(buf, len, "%s", months[tm->tm_mon]);
508 s = snprintf(buf, len, "%02d", tm->tm_mday);
511 s = snprintf(buf, len, "%d", 1900 + tm->tm_year);
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeDelaySlotFiller.cpp45 Filler(TargetMachine &tm) argument
46 : MachineFunctionPass(ID), TM(tm), TII(tm.getInstrInfo()) { }
251 FunctionPass *llvm::createMBlazeDelaySlotFillerPass(MBlazeTargetMachine &tm) { argument
252 return new Filler(tm);
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp45 Filler(TargetMachine &tm) argument
46 : MachineFunctionPass(ID), TM(tm), TII(tm.getInstrInfo()) { }
91 FunctionPass *llvm::createSparcDelaySlotFillerPass(TargetMachine &tm) { argument
92 return new Filler(tm);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_dumbclock.c71 struct tm ymd; /* struct tm for y/m/d only */
111 struct tm *tm_time_p;
246 struct tm *gmtp;
247 struct tm *lt_p;
249 struct tm asserted_tm; /* the struct tm of the same */
H A Dntp_loopfilter.c567 struct tm *tm = NULL;
609 tm = gmtime(&tstamp);
610 if (tm != NULL) {
611 if ((tm->tm_mon + 1 == 6 &&
612 tm->tm_mday == 30) || (tm->tm_mon +
613 1 == 12 && tm->tm_mday == 31)) {
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_filter.c42 ex_filter(SCR *sp, EXCMD *cmdp, MARK *fm, MARK *tm, MARK *rp, CHAR_T *cmd, enum filtertype ftype) argument
234 _exit(ex_writefp(sp, "filter", ifp, fm, tm, NULL, NULL, 1));
252 if (ex_readfp(sp, "filter", ofp, tm, &nread, 1))
264 (cut(sp, NULL, fm, tm, CUT_LINEMODE) ||
265 del(sp, fm, tm, 1))) {
/freebsd-10.0-release/contrib/unbound/
H A Dconfig.h796 struct tm *gmtime_r(const time_t *timep, struct tm *result);
848 struct tm;
849 char *strptime(const char *s, const char *format, struct tm *tm);
/freebsd-10.0-release/contrib/ldns/ldns/
H A Dconfig.h.in527 time_t timegm (struct tm *tm);
530 struct tm *gmtime_r(const time_t *timep, struct tm *result);
533 struct tm *localtime_r(const time_t *timep, struct tm *result);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp74 const TargetMachine &tm = mf.getTarget(); local
75 HazardRec = tm.getInstrInfo()->CreateTargetHazardRecognizer(&tm, this);
/freebsd-10.0-release/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c150 struct tm t, gm;
170 struct tm t;
190 struct tm t;
/freebsd-10.0-release/sys/kern/
H A Dsubr_fattime.c264 struct tm tm; local
278 gmtime_r(&ts.tv_sec, &tm);
279 strftime(buf, sizeof buf, "%Y %m %d %H %M %S", &tm);
297 gmtime_r(&ts.tv_sec, &tm);
298 strftime(buf, sizeof buf, "%Y %m %d %H %M %S", &tm);
/freebsd-10.0-release/usr.bin/logins/
H A Dlogins.c298 struct tm *tm; local
318 tm = gmtime(&pwd->pw_change);
319 strftime(cbuf, sizeof(cbuf), pwd->pw_change ? "%F" : "0", tm);
320 tm = gmtime(&pwd->pw_expire);
321 strftime(ebuf, sizeof(ebuf), pwd->pw_expire ? "%F" : "0", tm);
/freebsd-10.0-release/contrib/gcc/
H A Dmkconfig.sh23 # config.h, tconfig.h, bconfig.h, tm.h, and tm_p.h.
83 # If this is tm.h, now include insn-constants.h and insn-flags.h only
88 tm.h )
H A Dsys-types.h7 struct tm;
59 struct tm;
/freebsd-10.0-release/contrib/sendmail/src/
H A Darpadate.c50 #define TZ_TM_NAME 1 /* use tm->tm_name */
51 #define TZ_TM_ZONE 2 /* use tm->tm_zone */
63 register struct tm *lt;
65 struct tm gmt;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dgetdate.c128 apr_time_t tm,
139 date_ctx->time = tm;
124 svn_ra_serf__get_dated_revision(svn_ra_session_t *ra_session, svn_revnum_t *revision, apr_time_t tm, apr_pool_t *pool) argument
/freebsd-10.0-release/contrib/tzcode/stdtime/
H A Dprivate.h187 extern char * asctime_r(struct tm const *, char *);
298 char *asctime_r(struct tm const *, char *);

Completed in 208 milliseconds

1234567891011>>