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

1234567891011>>

/freebsd-11-stable/crypto/openssl/ssl/
H A Dbio_ssl.c181 unsigned long tm; local
183 tm = (unsigned long)time(NULL);
184 if (tm > sb->last_time + sb->renegotiate_timeout) {
185 sb->last_time = tm;
254 unsigned long tm; local
256 tm = (unsigned long)time(NULL);
257 if (tm > bs->last_time + bs->renegotiate_timeout) {
258 bs->last_time = tm;
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas.h62 struct mps_command *tm; member in struct:mpssas_target
169 void mpssas_prepare_for_tm(struct mps_softc *sc, struct mps_command *tm,
/freebsd-11-stable/usr.bin/chpass/
H A Dutil.c68 struct tm *tp;
84 static struct tm *lt;
/freebsd-11-stable/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-11-stable/gnu/lib/libgcov/
H A DMakefile48 COMMONHDRS= tm.h tconfig.h gcov-iov.h options.h
49 CLEANFILES+= ${COMMONHDRS} cs-tm.h cs-tconfig.h options.h optionlist
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/lua/src/
H A Dlvm.c163 const TValue *tm; /* metamethod */ local
167 tm = luaT_gettmbyobj(L, t, TM_INDEX);
168 if (ttisnil(tm))
174 tm = fasttm(L, hvalue(t)->metatable, TM_INDEX); /* table's metamethod */
175 if (tm == NULL) { /* no metamethod? */
181 if (ttisfunction(tm)) { /* is metamethod a function? */
182 luaT_callTM(L, tm, t, key, val, 1); /* call it */
185 t = tm; /* else try to access 'tm[key]' */
207 const TValue *tm; /* '__newinde local
408 const TValue *tm; local
518 const TValue *tm; local
[all...]
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c654 au_to_file(const char *file, struct timeval tm) argument
669 timems = tm.tv_usec/1000;
672 ADD_U_INT32(dptr, tm.tv_sec);
1466 struct timeval tm)
1483 timems = tm.tv_usec/1000;
1485 ADD_U_INT32(dptr, tm.tv_sec);
1504 struct timeval tm, struct auditinfo_addr *aia)
1531 timems = tm.tv_usec/1000;
1533 ADD_U_INT32(dptr, tm.tv_sec);
1541 struct timeval tm)
1465 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm) argument
1503 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
1540 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm) argument
1571 struct timeval tm; local
1588 struct timeval tm; local
1599 struct timeval tm; local
[all...]
/freebsd-11-stable/sys/security/audit/
H A Dbsm_token.c581 au_to_file(const char *file, struct timeval tm) argument
594 timems = tm.tv_usec/1000;
597 ADD_U_INT32(dptr, tm.tv_sec);
1439 struct timeval tm)
1454 timems = tm.tv_usec/1000;
1456 ADD_U_INT32(dptr, tm.tv_sec);
1475 struct timeval tm, struct auditinfo_addr *aia)
1501 timems = tm.tv_usec/1000;
1503 ADD_U_INT32(dptr, tm.tv_sec);
1511 struct timeval tm)
1438 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm) argument
1474 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
1510 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm) argument
1539 struct timeval tm; local
1556 struct timeval tm; local
1567 struct timeval tm; local
[all...]
/freebsd-11-stable/contrib/ntp/libparse/
H A Dclk_sel240x.c134 struct tm ptime;
/freebsd-11-stable/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-11-stable/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-11-stable/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
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_locl.h120 struct tm *localtime(const time_t *);
/freebsd-11-stable/contrib/tnftp/src/
H A Dextern.h94 struct tm;
191 const char *rfc2822time(const struct tm *);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dstrptime.c189 set_week_number_sun (struct tm *timeptr, int wnum)
205 set_week_number_mon (struct tm *timeptr, int wnum)
221 set_week_number_mon4 (struct tm *timeptr, int wnum)
241 strptime (const char *buf, const char *format, struct tm *timeptr)
/freebsd-11-stable/gnu/usr.bin/gdb/arch/amd64/
H A Dconfig.h174 #define GDB_TM_FILE config/i386/tm-fbsd.h
/freebsd-11-stable/gnu/usr.bin/gdb/arch/i386/
H A Dconfig.h174 #define GDB_TM_FILE config/i386/tm-fbsd.h
/freebsd-11-stable/gnu/usr.bin/gdb/arch/mips/
H A Dconfig.h174 #define GDB_TM_FILE config/mips/tm-fbsd.h
/freebsd-11-stable/gnu/usr.bin/gdb/arch/powerpc/
H A Dconfig.h174 #define GDB_TM_FILE config/powerpc/tm-ppc-eabi.h
/freebsd-11-stable/gnu/usr.bin/gdb/arch/powerpc64/
H A Dconfig.h174 #define GDB_TM_FILE config/powerpc/tm-ppc-eabi.h
/freebsd-11-stable/gnu/usr.bin/gdb/arch/sparc64/
H A Dconfig.h174 #define GDB_TM_FILE config/sparc/tm-fbsd.h
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-ntp.c365 struct tm *tm; local
368 tm = localtime(&seconds);
369 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dexpspeed.c232 double tm; local
330 tm = Time_F(STOP);
351 sizes[i], sizes[i], sizes[i], tm * 1000.0 / num,
352 tm * mul_c[i] / num, num);

Completed in 331 milliseconds

1234567891011>>