Home
last modified time | relevance | path

Searched defs:t (Results 351 – 375 of 1863) sorted by relevance

1...<<11121314151617181920>>...75

/dragonfly/contrib/gcc-4.7/lto-plugin/
H A Dlto-plugin.c203 unsigned char t; in parse_table_entry() local
516 int t, i; in exec_lto_wrapper() local
668 int t; in cleanup_handler() local
746 resolve_conflicts (struct plugin_symtab *t, struct plugin_symtab *conflicts) in resolve_conflicts()
867 int lo, hi, t; in claim_file_handler() local
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dconfig_file.c746 #define STR(t) write_str(f, #t, ssid) in wpa_config_write_network() argument
747 #define INT(t) write_int(f, #t, ssid->t, 0) in wpa_config_write_network() argument
748 #define INTe(t) write_int(f, #t, ssid->eap.t, 0) in wpa_config_write_network() argument
749 #define INT_DEF(t, def) write_int(f, #t, ssid->t, def) in wpa_config_write_network() argument
750 #define INT_DEFe(t, def) write_int(f, #t, ssid->eap.t, def) in wpa_config_write_network() argument
/dragonfly/contrib/bmake/
H A Dcond.c638 Token t = TOK_ERROR; in CondParser_Comparison() local
756 Token t; in CondParser_ComparisonOrLeaf() local
799 Token t; in CondParser_Token() local
866 CondParser_Skip(CondParser *par, Token t) in CondParser_Skip()
890 Token t; in CondParser_Term() local
/dragonfly/contrib/diffutils/lib/
H A Dmktime.c259 long_int t, struct tm *tm) in convert_time()
272 long_int *t, struct tm *tp) in ranged_convert()
387 long_int t = t0, t1 = t0, t2 = t0; in __mktime_internal() local
H A Dtime_rz.c287 localtime_rz (timezone_t tz, time_t const *t, struct tm *tm) in localtime_rz()
330 time_t t = mktime (tm); in mktime_z() local
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dsystem.h229 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1)) argument
232 #define INTTYPE_MINIMUM(t) ((t) (INTTYPE_SIGNED (t) \ argument
234 #define INTTYPE_MAXIMUM(t) ((t) (~ (t) 0 - INTTYPE_MINIMUM (t))) argument
/dragonfly/stand/lib/
H A Dbswap.c28 u_int32_t t; in bswap64() local
/dragonfly/usr.bin/tset/
H A Dwrterm.c49 char *t, *sep; in wrtermcap() local
/dragonfly/contrib/openbsd_libm/src/
H A De_acoshf.c26 float t; in acoshf() local
H A De_acosh.c39 double t; in acosh() local
/dragonfly/games/backgammon/backgammon/
H A Dtext.c102 wrtext(const char *const *t) in wrtext()
/dragonfly/sys/crypto/
H A Dsha1.c55 #define K(t) _K[(t) / 20] argument
92 size_t t, s; in sha1_step() local
/dragonfly/contrib/mpfr/src/
H A Dexp_2.c259 mpz_t t, rr; in mpfr_exp2_aux() local
318 mpz_t t, *R, rr, tmp; in mpfr_exp2_aux2() local
H A Dui_pow.c28 mpfr_t t; in mpfr_ui_pow() local
/dragonfly/contrib/flex/src/
H A Dbuf.c73 char *t; in buf_prints() local
94 char *dst, *t; in buf_linedir() local
/dragonfly/contrib/ldns/
H A Dhigher.c271 ldns_rdf_type t; in ldns_getaddrinfo() local
308 ldns_nsec_type_check(const ldns_rr *nsec, ldns_rr_type t) in ldns_nsec_type_check()
/dragonfly/gnu/usr.bin/rcs/lib/
H A Dmaketime.c137 adjzone(t, seconds) in adjzone() argument
340 time_t t = str2time(buf, default_time, default_zone); local
/dragonfly/sys/net/altq/
H A Daltq_rmclass.c454 rm_class_t *t = cl, *p; in rmc_depth_compute() local
481 rm_class_t *p, *t; in rmc_depth_recompute() local
1268 #define NSEC_TO_USEC(t) (((t) >> 10) + ((t) >> 16) + ((t) >> 17)) argument
1486 int delay, t, extradelay; in rmc_delay_action() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-mudflap.c516 tree cond, t, u, v; in mf_build_check_statement_for() local
745 tree type, base, limit, addr, size, t; in mf_xform_derefs_1() local
1191 mf_mark (tree t) in mf_mark()
1205 mf_marked_p (tree t) in mf_marked_p()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dos_unix.c59 int os_get_time(struct os_time *t) in os_get_time()
70 int os_get_reltime(struct os_reltime *t) in os_get_reltime()
129 os_time_t *t) in os_mktime()
168 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
/dragonfly/sys/dev/sound/midi/
H A Dsequencer.c316 timer_start(struct seq_softc *t) in timer_start()
323 timer_continue(struct seq_softc *t) in timer_continue()
336 timer_stop(struct seq_softc *t) in timer_stop()
343 timer_setvals(struct seq_softc *t, int tempo, int timerbase) in timer_setvals()
350 timer_wait(struct seq_softc *t, int ticks, int wait_abs) in timer_wait()
408 timer_now(struct seq_softc *t) in timer_now()
/dragonfly/lib/libc/gen/
H A Dtimes.c49 struct timespec t; in times() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc-rich-location.c55 gcc_rich_location::maybe_add_expr (tree t) in maybe_add_expr()
H A Dtree-cfg.h37 #define label_to_block(t) (label_to_block_fn (cfun, t)) argument
/dragonfly/lib/libc/stdio/
H A Dfgets.c53 unsigned char *p, *t; in fgets() local

1...<<11121314151617181920>>...75