Searched defs:tp (Results 126 - 150 of 513) sorted by relevance

1234567891011>>

/freebsd-10-stable/tools/tools/mwl/mwldebug/
H A Dmwldebug.c138 const char *cp, *tp; local
/freebsd-10-stable/usr.bin/finger/
H A Dlprint.c104 struct tm *tp; local
[all...]
/freebsd-10-stable/usr.bin/systat/
H A Dconvtbl.c101 struct convtbl *tp; local
111 struct convtbl *tp; local
/freebsd-10-stable/usr.sbin/dumpcis/
H A Dreadcis.c124 struct tuple *tp; local
195 struct tuple *tp; local
249 struct tuple *tp, *last_tp = 0; local
346 struct tuple *tp; local
360 struct tuple_info *tp; local
371 struct tuple_info *tp; local
[all...]
/freebsd-10-stable/usr.sbin/ppp/
H A Dtimer.c65 timer_Stop(struct pppTimer *tp) argument
77 timer_Start(struct pppTimer *tp) argument
136 StopTimerNoBlock(struct pppTimer *tp) argument
192 struct pppTimer *tp, *exp, *next; local
[all...]
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Demit1.c88 outtype(type_t *tp) argument
158 ttos(type_t *tp) argument
[all...]
/freebsd-10-stable/sys/netipsec/
H A Dxform_ipip.c350 u_int8_t tp, otos; local
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_tt560.c162 time_freeze_reg_t *tp; local
[all...]
/freebsd-10-stable/sys/netinet/
H A Dtcp_sack.c157 tcp_update_sack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) argument
244 tcp_clean_sackreport(struct tcpcb *tp) argument
258 tcp_sackhole_alloc(struct tcpcb *tp, tcp_seq start, tcp_seq end) argument
286 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) argument
302 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, struct sackhole *after) argument
329 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) argument
353 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) argument
563 tcp_free_sackholes(struct tcpcb *tp) argument
586 tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th) argument
648 tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt) argument
673 tcp_sack_adjust(struct tcpcb *tp) argument
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c43 timer_t *tp; local
119 timer_t *tp; local
[all...]
/freebsd-10-stable/contrib/ntp/libntp/
H A Dauthreadkeys.c301 char *tp = token; local
/freebsd-10-stable/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_tty.c210 aju_handle_input(struct altera_jtag_uart_softc *sc, struct tty *tp) argument
241 aju_handle_output(struct altera_jtag_uart_softc *sc, struct tty *tp) argument
302 aju_outwakeup(struct tty *tp) argument
317 struct tty *tp = sc->ajus_ttyp; local
348 struct tty *tp = sc->ajus_ttyp; local
379 struct tty *tp = sc->ajus_ttyp; local
396 struct tty *tp; local
470 struct tty *tp = sc->ajus_ttyp; local
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dutf8.c68 char *tp; local
103 char *tp; /* Temporary pointer for dst. */ local
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_time.c209 struct timespec tp; local
[all...]
/freebsd-10-stable/contrib/amd/amd/
H A Dinfo_exec.c164 exec_parse_qanswer(mnt_map *m, int fd, char *map, char *key, char **pval, time_t *tp) argument
387 exec_init(mnt_map *m, char *map, time_t *tp) argument
398 exec_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp) argument
/freebsd-10-stable/contrib/bsnmp/snmpd/
H A Dtrans_udp.c105 udp_init_port(struct tport *tp) argument
206 udp_close_port(struct tport *tp) argument
219 udp_send(struct tport *tp, const u_char *buf, size_t len, argument
270 udp_recv(struct tport *tp, struct port_input *pi) argument
/freebsd-10-stable/contrib/gcc/
H A Dtree-stdarg.c252 find_va_list_reference (tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, argument
/freebsd-10-stable/contrib/ldns/drill/
H A Ddrill_util.c252 ldns_rr_type tp; local
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c176 const color_t *tp; local
389 const color_t *tp = hue_lightness_saturation ? hls_palette : cga_palette; local
[all...]
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c151 _nc_first_ext_name(TERMTYPE *tp, int token_type) argument
176 _nc_last_ext_name(TERMTYPE *tp, int token_type) argument
199 _nc_find_ext_name(TERMTYPE *tp, cha argument
218 _nc_ext_data_index(TERMTYPE *tp, int n, int token_type) argument
241 _nc_del_ext_name(TERMTYPE *tp, char *name, int token_type) argument
285 _nc_ins_ext_name(TERMTYPE *tp, char *name, int token_type) argument
[all...]
H A Dcomp_parse.c405 sanity_check2(TERMTYPE *tp, bool literal) argument
465 sanity_check(TERMTYPE *tp) argument
H A Dlib_setup.c357 grab_entry(const char *const tn, TERMTYPE *const tp) argument
H A Dread_entry.c514 _nc_read_entry(const char *const name, char *const filename, TERMTYPE *const tp) argument
396 _nc_read_tic_entry(char *filename, unsigned limit, const char *const path, const char *name, TERMTYPE *const tp) argument
H A Dtrim_sgr0.c50 set_attribute_9(TERMTYPE *tp, int flag) argument
227 _nc_trim_sgr0(TERMTYPE *tp) argument
/freebsd-10-stable/contrib/ngatm/sscop/
H A Dcommon.c446 sscop_stop_timer(struct sscop *sscop __unused, void *arg __unused, void *tp) argument

Completed in 245 milliseconds

1234567891011>>