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

<<11121314151617181920>>

/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile25 # The list of headers to go into tm.h
150 GENSRCS+= tm.h
151 CLEANFILES+= cs-tm.h
156 HEADERS="${GCC_CPU}/${GCC_CPU}-protos.h tm-preds.h" \
336 tm-preds.h: genpreds
338 GENSRCS+= tm-preds.h
340 tm-constrs.h: genpreds
342 GENSRCS+= tm-constrs.h
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp208 ThreadMutex *tm = &lt->locked[lt->nlocked++]; local
209 tm->id = m->id;
211 tm->stk = cb->Unwind();
295 ThreadMutex *tm = &lt->locked[lt->nlocked++]; local
296 tm->id = m->id;
298 tm->stk = cb->Unwind();
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c1876 struct tm tm; local
1877 memset(&tm, 0, sizeof(tm));
1880 if(sscanf(str, "%4d%2d%2d%2d%2d%2d", &tm.tm_year, &tm.tm_mon,
1881 &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm
[all...]
H A Dlog.c228 struct tm tm; local
275 localtime_r(&now, &tm))%(sizeof(tmbuf)) != 0) {
/freebsd-11-stable/contrib/lua/src/
H A Dloslib.c211 ** Set all fields from structure 'tm' in the table on top of the stack
213 static void setallfields (lua_State *L, struct tm *stm) {
288 struct tm tmr, *stm;
330 struct tm ts;
/freebsd-11-stable/sbin/camcontrol/
H A Dtimestamp.c252 struct tm time_struct;
277 bzero(&time_struct, sizeof(struct tm));
467 const struct tm *restrict cur_time;
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_machine.h293 extern time_t timegm (struct tm *);
/freebsd-11-stable/sys/bsm/
H A Daudit_record.h206 token_t *au_to_file(const char *file, struct timeval tm);
209 struct timeval tm);
211 struct timeval tm, struct auditinfo_addr *aia);
213 struct timeval tm);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h188 struct tm *localtime(const time_t *);
/freebsd-11-stable/contrib/openbsm/sys/bsm/
H A Daudit_record.h194 token_t *au_to_file(const char *file, struct timeval tm);
197 struct timeval tm);
199 struct timeval tm, struct auditinfo_addr *aia);
201 struct timeval tm);
/freebsd-11-stable/usr.bin/leave/
H A Dleave.c68 struct tm *t;
116 /* Convert tm to 12 hr time (0:00...11:59) */
/freebsd-11-stable/usr.bin/rwall/
H A Drwall.c127 struct tm *lt;
/freebsd-11-stable/contrib/ntp/sntp/
H A Dutilities.c143 struct tm *p_tm_local;
147 * convert to struct tm in UTC, then intentionally feed
148 * that tm to mktime() which expects local time input, to
/freebsd-11-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c55 static struct tm utc;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp32 SystemZLDCleanup(const SystemZTargetMachine &tm) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h41 explicit NVPTXDAGToDAGISel(NVPTXTargetMachine &tm,
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c207 struct tm tm; member in struct:logtime
1026 PARSE_NUMBER(timestamp_remote.tm.tm_year, 4, 0, 9999);
1027 timestamp_remote.tm.tm_year -= 1900;
1029 PARSE_NUMBER(timestamp_remote.tm.tm_mon, 2, 1, 12);
1030 --timestamp_remote.tm.tm_mon;
1032 PARSE_NUMBER(timestamp_remote.tm.tm_mday, 2, 1, 31);
1034 PARSE_NUMBER(timestamp_remote.tm.tm_hour, 2, 0, 23);
1036 PARSE_NUMBER(timestamp_remote.tm.tm_min, 2, 0, 59);
1038 PARSE_NUMBER(timestamp_remote.tm
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_chronolog.c231 struct tm local;
232 struct tm *gmtp;
H A Dntp_leapsec.c1174 struct calendar tm; local
1178 if ( ! (ts->d_s.hi >= 0 && ntpcal_ntp64_to_date(&tm, ts) >= 0))
1182 tm.year, tm.month, tm.monthday,
1183 tm.hour, tm.minute, tm.second);
/freebsd-11-stable/include/
H A Dwchar.h109 struct tm;
148 const struct tm * __restrict);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_write.c285 ex_writefp(SCR *sp, char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, u_long *nch, int silent) argument
297 tline = tm->lno;
/freebsd-11-stable/bin/date/
H A Ddate.c88 struct tm *lt;
209 struct tm *lt;
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c148 struct tm tloc_tm;
311 struct tm tm_to_set;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11_shared.c635 struct os_tm tm; local
641 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
659 WPA_PUT_LE16(pos, tm.year); /* Year */
661 *pos++ = tm.month; /* Month */
662 *pos++ = tm.day; /* Day of month */
663 *pos++ = tm.hour; /* Hours */
664 *pos++ = tm.min; /* Minutes */
665 *pos++ = tm.sec; /* Seconds */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h35 explicit HexagonDAGToDAGISel(HexagonTargetMachine &tm, argument
37 : SelectionDAGISel(tm, OptLevel), HST(nullptr), HII(nullptr),

Completed in 540 milliseconds

<<11121314151617181920>>