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

1234567891011>>

/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dutil.c182 struct tm tm, tm2; local
184 memset (&tm, 0, sizeof (tm));
197 p = strptime (str, "%Y-%m-%d", &tm);
208 tm.tm_hour = tm2.tm_hour;
209 tm.tm_min = tm2.tm_min;
210 tm.tm_sec = tm2.tm_sec;
213 tm.tm_hour = 23;
214 tm
[all...]
H A Dload.c77 struct tm tm; local
84 tm.tm_year = year - 1900;
85 tm.tm_mon = month - 1;
86 tm.tm_mday = date;
87 tm.tm_hour = hour;
88 tm.tm_min = minute;
89 tm.tm_sec = second;
90 tm.tm_isdst = 0;
91 *t = timegm(&tm);
[all...]
/freebsd-9.3-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-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dtime.h48 using std::tm;
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPURegisterInfo.h35 AMDGPURegisterInfo(TargetMachine &tm);
H A DAMDILIntrinsicInfo.cpp27 AMDGPUIntrinsicInfo::AMDGPUIntrinsicInfo(TargetMachine *tm) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h40 SystemZRegisterInfo(SystemZTargetMachine &tm);
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.h31 explicit X86JITInfo(X86TargetMachine &tm);
/freebsd-9.3-release/gnu/lib/csu/
H A DMakefile13 SRCS= crtstuff.c tconfig.h tm.h options.h
70 CLEANFILES+= tm.h tconfig.h options.h optionlist cs-tconfig.h cs-tm.h
71 tm.h tconfig.h options.h: ${CCDIR}/cc_tools/Makefile
/freebsd-9.3-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-9.3-release/usr.sbin/pw/
H A Dpw_log.c52 struct tm *t = localtime(&now);
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/amd64/
H A DMakefile15 tm.h:
16 echo '#include "i386/tm-fbsd.h"' > ${.TARGET}
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/i386/
H A DMakefile14 tm.h:
15 echo '#include "i386/tm-fbsd.h"' > ${.TARGET}
/freebsd-9.3-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-9.3-release/usr.bin/csup/
H A Dmisc.h108 struct tm;
114 int rcsdatetotm(const char *, struct tm *);
H A Dmain.c102 struct tm tm; local
328 localtime_r(&nexttry, &tm);
330 tm.tm_hour, tm.tm_min, tm.tm_sec);
/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/asn1/
H A Da_time.c103 struct tm *ts;
104 struct tm data;
/freebsd-9.3-release/contrib/file/src/
H A Dprint.c235 struct tm *tm; local
252 struct tm *tm1;
263 tm = gmtime(&t);
264 if (tm == NULL)
266 pp = asctime_r(tm, buf);
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/ntp/ntpd/
H A Drefclock_bancomm.c104 struct stfp_tm tm; member in struct:stfp_time
344 struct tm *tadr;
514 struct tm maj;
537 time_vme->day = stfp->tm.tm_yday+1;
538 time_vme->hr = stfp->tm.tm_hour;
539 time_vme->mn = stfp->tm.tm_min;
540 time_vme->sec = stfp->tm.tm_sec;
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dgetdate.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...]

Completed in 1293 milliseconds

1234567891011>>