Home
last modified time | relevance | path

Searched defs:tr (Results 1 – 20 of 20) sorted by relevance

/mirbsd/src/lib/libc/stdlib/
Dradixsort.c87 const u_char *tr; in radixsort() local
99 const u_char *tr, **ta; in sradixsort() local
122 r_sort_a(const u_char **a, int n, int i, const u_char *tr, u_int endch) in r_sort_a()
209 r_sort_b(const u_char **a, const u_char **ta, int n, int i, const u_char *tr, in r_sort_b()
278 simplesort(const u_char **a, int n, int b, const u_char *tr, u_int endch) in simplesort()
/mirbsd/src/sys/arch/sparc/dev/
Dbe.c784 struct be_tregs *tr = sc->sc_tr; local
807 struct be_tregs *tr = sc->sc_tr; local
911 struct be_tregs *tr = sc->sc_tr; local
939 struct be_tregs *tr = sc->sc_tr; local
/mirbsd/src/sys/arch/i386/i386/
Ddb_interface.c154 uint16_t ldtr, tr; local
/mirbsd/src/lib/libncurses/src/ncurses/base/
Dlib_box.c63 chtype tl, chtype tr, in wborder()
/mirbsd/src/usr.bin/cdio/
Dmmc.c389 struct track_info *tr; in writetao() local
434 writetrack(struct track_info *tr, int track) in writetrack()
Dcdio.c589 struct track_info *tr; in tao() local
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dxtensa-relax.c478 append_condition (TransitionRule *tr, Precondition *cond) in append_condition()
503 append_value_condition (TransitionRule *tr, in append_value_condition()
519 append_constant_value_condition (TransitionRule *tr, in append_constant_value_condition()
535 append_build_insn (TransitionRule *tr, BuildInstr *bi) in append_build_insn()
1521 TransitionRule *tr = NULL; in build_transition() local
1824 TransitionRule *tr; in build_transition_table() local
/mirbsd/src/usr.bin/tail/
Dreverse.c187 BF *mark, *tr, *tl = NULL; local
/mirbsd/src/usr.bin/paste/
Dpaste.c230 tr(char *arg) in tr() function
/mirbsd/src/sys/dev/sbus/
Dbe.c1230 bus_space_handle_t tr = sc->sc_tr; in be_mii_sync() local
1248 bus_space_handle_t tr = sc->sc_tr; in be_pal_gate() local
1265 bus_space_handle_t tr = sc->sc_tr; in be_tcvr_read_bit() local
1293 bus_space_handle_t tr = sc->sc_tr; in be_tcvr_write_bit() local
/mirbsd/src/libexec/login_token/
Dtoken.c107 TOKENDB_Rec tr; in tokenchallenge() local
/mirbsd/src/sbin/isakmpd/
Dconf.c385 conf_load_defaults_mm(int tr, char *mme, char *mmh, char *mma, char *dhg, in conf_load_defaults_mm()
409 conf_load_defaults_qm(int tr, char *qme, char *qmh, char *dhg, char *qme_p, in conf_load_defaults_qm()
463 conf_load_defaults(int tr) in conf_load_defaults()
/mirbsd/src/usr.bin/sort/
Dfsort.c277 onepass(u_char **a, int depth, long n, long sizes[], u_char *tr, FILE *fp) in onepass()
/mirbsd/src/sys/dev/ic/
Dncr5380sbc.c2486 register struct trace_ent *tr; local
2514 struct trace_ent *tr; in ncr5380_show_trace() local
/mirbsd/src/usr.sbin/mtrace/
Dmtrace.c372 struct timeval tq, tr, tv; in send_recv() local
598 struct timeval tr; in passive_mode() local
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dlang.h50 ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw, enumerator
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dsparc-opc.c1076 #define tr(opcode, mask, lose, flags) \ macro
/mirbsd/src/lib/libssl/src/ssl/
Dkssl.c1999 time_t now, tl, tg, tr, tz_offset; in kssl_check_authent() local
/mirbsd/src/sys/net/
Dpf.c5229 struct pf_rule *a = NULL, *r = &pf_default_rule, *tr, *nr; in pf_test_eh() local
5551 struct pf_rule *a = NULL, *r = &pf_default_rule, *tr, *nr; in pf_test6_eh() local
/mirbsd/src/lib/libncurses/src/include/
Dcurses.h.in908 #define border(ls, rs, ts, bs, tl, tr, bl, br) wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br) argument