Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/minix/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dtp.c56 find_tc(const atf_tp_t *tp, const char *ident) in find_tc()
82 atf_tp_init(atf_tp_t *tp, const char *const *config) in atf_tp_init()
108 atf_tp_fini(atf_tp_t *tp) in atf_tp_fini()
128 atf_tp_get_config(const atf_tp_t *tp) in atf_tp_get_config()
134 atf_tp_has_tc(const atf_tp_t *tp, const char *id) in atf_tp_has_tc()
141 atf_tp_get_tc(const atf_tp_t *tp, const char *id) in atf_tp_get_tc()
149 atf_tp_get_tcs(const atf_tp_t *tp) in atf_tp_get_tcs()
182 atf_tp_add_tc(atf_tp_t *tp, atf_tc_t *tc) in atf_tp_add_tc()
200 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) in atf_tp_run()
211 atf_tp_cleanup(const atf_tp_t *tp, const char *tcname) in atf_tp_cleanup()
H A Datf_c_test.c46 ATF_TP_ADD_TCS(tp) in ATF_TP_ADD_TCS() argument
/minix/external/bsd/atf/dist/atf-c/
H A Dtp.c54 find_tc(const atf_tp_t *tp, const char *ident) in find_tc()
80 atf_tp_init(atf_tp_t *tp, const char *const *config) in atf_tp_init()
106 atf_tp_fini(atf_tp_t *tp) in atf_tp_fini()
126 atf_tp_get_config(const atf_tp_t *tp) in atf_tp_get_config()
132 atf_tp_has_tc(const atf_tp_t *tp, const char *id) in atf_tp_has_tc()
139 atf_tp_get_tc(const atf_tp_t *tp, const char *id) in atf_tp_get_tc()
147 atf_tp_get_tcs(const atf_tp_t *tp) in atf_tp_get_tcs()
180 atf_tp_add_tc(atf_tp_t *tp, atf_tc_t *tc) in atf_tp_add_tc()
198 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) in atf_tp_run()
209 atf_tp_cleanup(const atf_tp_t *tp, const char *tcname) in atf_tp_cleanup()
/minix/minix/drivers/tty/pty/
H A Dtty.c129 register tty_t *tp; in main() local
193 tty_t* tp; in line2tty() local
231 tty_t *tp; in do_read() local
300 tty_t *tp; in do_write() local
349 tty_t *tp; in tty_ioctl() local
464 tty_t *tp; in do_open() local
493 tty_t *tp; in do_close() local
519 tty_t *tp; in do_cancel() local
603 tty_t *tp; in do_select() local
637 void handle_events(tp) in handle_events() argument
[all …]
H A Dpty.c124 tty_t *tp; in get_free_pty() local
143 tty_t *tp; in pty_master_open() local
205 static void pty_reset(tty_t *tp) in pty_reset()
226 tty_t *tp; in pty_master_close() local
251 tty_t *tp; in pty_master_read() local
299 tty_t *tp; in pty_master_write() local
346 tty_t *tp; in pty_master_ioctl() local
417 tty_t *tp; in pty_master_cancel() local
473 void select_retry_pty(tty_t *tp) in select_retry_pty()
491 tty_t *tp; in pty_master_select() local
[all …]
/minix/minix/drivers/tty/tty/
H A Dtty.c154 register tty_t *tp; in main() local
252 reset_color(tty_t *tp) in reset_color()
268 tty_t* tp; in line2tty() local
396 tty_t *tp, rtp; in do_new_kmess() local
474 tty_t *tp; in do_read() local
543 tty_t *tp; in do_write() local
594 tty_t *tp; in do_ioctl() local
727 tty_t *tp; in do_open() local
757 tty_t *tp; in do_close() local
783 tty_t *tp; in do_cancel() local
[all …]
/minix/external/bsd/mdocml/dist/
H A Dtbl_term.c63 term_tbl(struct termp *tp, const struct tbl_span *sp) in term_tbl()
198 tbl_rulewidth(struct termp *tp, const struct tbl_head *hp) in tbl_rulewidth()
219 tbl_hrule(struct termp *tp, const struct tbl_span *sp) in tbl_hrule()
242 tbl_hframe(struct termp *tp, const struct tbl_span *sp, int outer) in tbl_hframe()
257 tbl_data(struct termp *tp, const struct tbl_opts *opts, in tbl_data()
315 tbl_vrule(struct termp *tp, const struct tbl_head *hp) in tbl_vrule()
326 tbl_char(struct termp *tp, char c, size_t len) in tbl_char()
341 tbl_literal(struct termp *tp, const struct tbl_dat *dp, in tbl_literal()
384 tbl_number(struct termp *tp, const struct tbl_opts *opts, in tbl_number()
/minix/external/bsd/file/dist/python/
H A Dexample.py7 tp = ms.file("/bin/ls") variable
14 tp = ms.buffer(buf) variable
/minix/bin/ksh/
H A Dtable.c33 tinit(tp, ap, tsize) in tinit() argument
46 texpand(tp, nsize) in texpand() argument
82 tsearch(tp, n, h) in tsearch() argument
105 tenter(tp, n, h) in tenter() argument
154 twalk(ts, tp) in twalk() argument
182 tsort(tp) in tsort() argument
206 tprintinfo(tp) in tprintinfo() argument
/minix/external/bsd/bind/dist/lib/isc/include/isc/
H A Drefcount.h111 #define isc_refcount_increment0(rp, tp) \ argument
120 #define isc_refcount_increment(rp, tp) \ argument
130 #define isc_refcount_decrement(rp, tp) \ argument
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A Duninit-const.c26 int* tp = &t; // expected-note {{'tp' initialized here}} in f_1() local
47 int* tp = p; // expected-note {{'tp' initialized here}} in f_2() local
64 int* tp = ta; // expected-note {{'tp' initialized here}} in f_5() local
77 int* tp = ta; in f_6() local
150 int* tp = &t; // expected-note {{'tp' initialized here}} in f_variadic_unp_unv() local
158 int* tp = &t; // expected-note {{'tp' initialized here}} in f_variadic_unp_inv() local
167 int* tp = &t; in f_variadic_inp_unv() local
176 int* tp = &t; in f_variadic_inp_inv() local
185 int *tp = &t; in f_variadic_inp_inp() local
194 int *tp = &t; // expected-note {{'tp' initialized here}} in f_variadic_unp_inp() local
[all …]
/minix/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgettimeofday.c43 gettimeofday (struct timeval *tp, void *ignore) in gettimeofday()
69 gettimeofday (struct timeval *tp, void *ignore) in gettimeofday()
/minix/minix/lib/libsys/
H A Dtimers.c26 init_timer(minix_timer_t * tp) in init_timer()
41 set_timer(minix_timer_t *tp, clock_t ticks, tmr_func_t watchdog, int arg) in set_timer()
65 cancel_timer(minix_timer_t * tp) in cancel_timer()
/minix/usr.bin/man/
H A Dmanconf.c102 TAG *tp; in config() local
226 TAG *tp; in gettag() local
254 addentry(TAG *tp, const char *newent, int ishead) in addentry()
/minix/external/bsd/nvi/dist/common/
H A Dcut.c246 TEXT *tp; in cut_line() local
310 TEXT *tp; in text_init() local
338 TEXT *tp; in text_lfree() local
353 text_free(TEXT *tp) in text_free()
/minix/sys/netinet/
H A Dtcp_timer.h150 #define TCP_TIMER_INIT(tp, timer) \ argument
158 #define TCP_TIMER_ARM(tp, timer, nticks) \ argument
162 #define TCP_TIMER_DISARM(tp, timer) \ argument
165 #define TCP_TIMER_ISARMED(tp, timer) \ argument
/minix/minix/include/minix/
H A Dtimers.h51 #define tmr_exp_time(tp) ((tp)->tmr_exp_time) argument
52 #define tmr_is_set(tp) ((tp)->tmr_func != NULL) argument
58 #define tmr_has_expired(tp,now) tmr_is_first((tp)->tmr_exp_time, (now)) argument
64 #define tmr_inittimer(tp) (void)((tp)->tmr_func = NULL, (tp)->tmr_next = NULL) argument
/minix/external/bsd/nvi/dist/vi/
H A Dv_txt.c235 #define UPDATE_POSITION(sp, tp) { \ argument
262 TEXT *ntp, *tp; /* Input text structures. */ in v_txt() local
1644 txt_unmap(SCR *sp, TEXT *tp, u_int32_t *ec_flagsp) in txt_unmap()
1684 txt_ai_resolve(SCR *sp, TEXT *tp, int *changedp) in txt_ai_resolve()
1900 txt_dent(SCR *sp, TEXT *tp, int isindent) in txt_dent()
1991 txt_fc(SCR *sp, TEXT *tp, int *redrawp) in txt_fc()
2265 txt_emark(SCR *sp, TEXT *tp, size_t cno) in txt_emark()
2349 txt_hex(SCR *sp, TEXT *tp) in txt_hex()
2429 txt_insch(SCR *sp, TEXT *tp, ARG_CHAR_T *chp, u_int flags) in txt_insch()
2665 TEXT *tp; in txt_resolve() local
[all …]
/minix/bin/stty/
H A Dgfmt.c62 gprint(struct termios *tp) in gprint()
74 gread(struct termios *tp, char *s) in gread()
/minix/external/bsd/less/dist/
H A Dtags.c78 #define TAG_INS(tp) \ argument
84 #define TAG_RM(tp) \ argument
94 register struct tag *tp; in cleantags() local
121 register struct tag *tp; local
282 struct tag *tp; local
480 struct tag *tp; local
611 struct tag *tp; in nextgtag() local
641 struct tag *tp; in prevgtag() local
/minix/external/bsd/nvi/dist/ex/
H A Dex_txt.c67 TEXT ait, *ntp, *tp; in ex_txt() local
361 txt_prompt(SCR *sp, TEXT *tp, ARG_CHAR_T prompt, u_int32_t flags) in txt_prompt()
389 txt_dent(SCR *sp, TEXT *tp) in txt_dent()
/minix/external/bsd/tcpdump/dist/
H A Daddrtoname.c330 struct enamemem *tp; in lookup_emem() local
362 struct enamemem *tp; in lookup_bytestring() local
409 struct enamemem *tp; in lookup_nsap() local
451 struct protoidmem *tp; in lookup_protoid() local
478 register struct enamemem *tp; in etheraddr_string() local
526 register struct enamemem *tp; in le64addr_string() local
553 register struct enamemem *tp; in linkaddr_string() local
586 register struct hnamemem *tp; in etherproto_string() local
641 register struct enamemem *tp; in isonsap_string() local
669 register struct hnamemem *tp; in tcpport_string() local
[all …]
/minix/minix/drivers/tty/tty/arch/earm/
H A Drs232.c203 rs_write(register tty_t *tp, int try) in rs_write()
290 rs_echo(tty_t *tp, int character) in rs_echo()
312 rs_ioctl(tty_t *tp, int UNUSED(dummy)) in rs_ioctl()
377 tty_t *tp = rs->tty; in rs_config() local
478 rs_init(tty_t *tp) in rs_init()
606 rs_icancel(tty_t *tp, int UNUSED(dummy)) in rs_icancel()
618 rs_ocancel(tty_t *tp, int UNUSED(dummy)) in rs_ocancel()
631 rs_read(tty_t *tp, int try) in rs_read()
680 rs_break_on(tty_t *tp, int UNUSED(dummy)) in rs_break_on()
704 rs_open(tty_t *tp, int UNUSED(dummy)) in rs_open()
[all …]
/minix/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dzero_tcs_helper.c34 ATF_TP_ADD_TCS(tp) in ATF_TP_ADD_TCS() argument
/minix/external/bsd/atf/dist/tools/
H A Dzero_tcs_helper.c32 ATF_TP_ADD_TCS(tp) in ATF_TP_ADD_TCS() argument

12345678910>>...29