Searched defs:tm (Results 201 - 225 of 262) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/unbound/util/
H A Dnetevent.c4147 struct internal_timer *tm = (struct internal_timer*)calloc(1, local
4204 struct comm_timer* tm = (struct comm_timer*)arg; local
[all...]
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c660 struct tm *tm; local
[all...]
/freebsd-13-stable/lib/libfetch/
H A Dhttp.c882 struct tm tm; local
[all...]
/freebsd-13-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c262 static struct tm tm; variable in typeref:struct:tm
[all...]
/freebsd-13-stable/contrib/ldns/
H A Dhost2str.c405 struct tm tm; local
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_string.c2723 int n, ret = 0, ts, tm; local
2938 int always_replace, n, n2, ret = 0, spair, ts, tm; local
3245 int always_replace, n, n2, ret = 0, spair, ts, tm; local
[all...]
H A Darchive_write_set_format_xar.c908 struct tm tm; local
H A Darchive_read_support_format_rar.c1712 struct tm tm; local
1728 struct tm *tm; local
[all...]
H A Darchive_read_support_format_xar.c1162 struct tm tm; local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp496 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format, __sanitizer_tm *tm) argument
501 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, __sanitizer_tm *tm, void *loc) argument
507 INTERCEPTOR(SIZE_T, __strftime_l, char *s, SIZE_T max, const char *format, __sanitizer_tm *tm, void *loc) argument
517 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format, __sanitizer_tm *tm) argument
522 INTERCEPTOR(SIZE_T, wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, __sanitizer_tm *tm, void *loc) argument
529 INTERCEPTOR(SIZE_T, __wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, __sanitizer_tm *tm, void *loc) argument
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c512 struct tm tm; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp572 TargetLoweringBase::TargetLoweringBase(const TargetMachine &tm) : TM(tm) { argument
/freebsd-13-stable/sys/dev/vt/
H A Dvt_core.c1087 vtterm_bell(struct terminal *tm) argument
1102 vtterm_beep(struct terminal *tm, u_int param) argument
1121 vtterm_cursor(struct terminal *tm, const term_pos_t *p) argument
1129 vtterm_putchar(struct terminal *tm, const term_pos_t *p, term_char_t c) argument
1137 vtterm_fill(struct terminal *tm, const term_rect_t *r, term_char_t c) argument
1145 vtterm_copy(struct terminal *tm, const term_rect_t *r, const term_pos_t *p) argument
1154 vtterm_param(struct terminal *tm, int cmd, unsigned int arg) argument
1407 vtterm_pre_input(struct terminal *tm) argument
1415 vtterm_post_input(struct terminal *tm) argument
1424 vtterm_done(struct terminal *tm) argument
1599 vtterm_cnprobe(struct terminal *tm, struct consdev *cp) argument
1677 vtterm_cngetc(struct terminal *tm) argument
1814 vtterm_cngrab(struct terminal *tm) argument
1833 vtterm_cnungrab(struct terminal *tm) argument
1852 vtterm_opened(struct terminal *tm, int opened) argument
1872 struct terminal *tm = vw->vw_terminal; local
2285 vtterm_mmap(struct terminal *tm, vm_ooffset_t offset, vm_paddr_t * paddr, int nprot, vm_memattr_t *memattr) argument
2299 vtterm_ioctl(struct terminal *tm, u_long cmd, caddr_t data, struct thread *td) argument
2871 struct terminal *tm; local
[all...]
/freebsd-13-stable/sys/kgssapi/krb5/
H A Dkrb5_mech.c863 struct mbuf *mlast, *mic, *tm; local
1046 struct mbuf *mlast, *tm; local
1256 struct mbuf *m, *mlast, *tm, *cm, *pm; local
1407 struct mbuf *m, *mlast, *tm; local
[all...]
/freebsd-13-stable/sys/vm/
H A Dvm_object.c1316 vm_page_t m, tm; local
2356 vm_page_t m, tm; local
[all...]
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi.c2476 int tm = mfi_polled_cmd_timeout * 1000; local
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_misc.c611 l_time_t tm; local
/freebsd-13-stable/crypto/openssh/
H A Dmisc.c1991 struct tm tm; local
2035 struct tm tm; local
[all...]
/freebsd-13-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c720 static void DbProfileHandler(void *cd, const char *zSql, sqlite_uint64 tm){ argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c738 svn_ra_local__get_dated_revision(svn_ra_session_t *session, svn_revnum_t *revision, apr_time_t tm, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c2359 svn_ra_svn__write_cmd_get_dated_rev(svn_ra_svn_conn_t *conn, apr_pool_t *pool, apr_time_t tm) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp449 CHECK_TYPE_SIZE(tm); variable
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp310 SelectionDAGISel::SelectionDAGISel(TargetMachine &tm, CodeGenOpt::Level OL) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp184 AsmPrinter::AsmPrinter(TargetMachine &tm, std::unique_ptr<MCStreamer> Streamer) argument
/freebsd-13-stable/contrib/ntp/include/
H A Dmbg_gps166.h493 TM_GPS tm; ///< time converted to %UTC and/or local time according to ::TZDL settings member in struct:__anon5209

Completed in 580 milliseconds

1234567891011