Searched refs:tp (Results 1 - 25 of 1280) sorted by relevance

1234567891011>>

/freebsd-current/contrib/netbsd-tests/lib/semaphore/pthread/
H A Dt_sem_pth.c4 ATF_TP_ADD_TCS(tp)
7 ATF_TP_ADD_TC(tp, postwait);
8 ATF_TP_ADD_TC(tp, initvalue);
9 ATF_TP_ADD_TC(tp, destroy);
10 ATF_TP_ADD_TC(tp, busydestroy);
11 ATF_TP_ADD_TC(tp, blockwait);
12 ATF_TP_ADD_TC(tp, blocktimedwait);
13 ATF_TP_ADD_TC(tp, named);
14 ATF_TP_ADD_TC(tp, unlink);
/freebsd-current/sys/sys/
H A Dttyhook.h43 typedef int th_rint_t(struct tty *tp, char c, int flags);
44 typedef size_t th_rint_bypass_t(struct tty *tp, const void *buf, size_t len);
45 typedef void th_rint_done_t(struct tty *tp);
46 typedef size_t th_rint_poll_t(struct tty *tp);
48 typedef size_t th_getc_inject_t(struct tty *tp, void *buf, size_t len);
49 typedef void th_getc_capture_t(struct tty *tp, const void *buf, size_t len);
50 typedef size_t th_getc_poll_t(struct tty *tp);
52 typedef void th_close_t(struct tty *tp);
72 #define ttyhook_softc(tp) ((tp)
77 ttyhook_rint(struct tty *tp, char c, int flags) argument
86 ttyhook_rint_bypass(struct tty *tp, const void *buf, size_t len) argument
95 ttyhook_rint_done(struct tty *tp) argument
104 ttyhook_rint_poll(struct tty *tp) argument
113 ttyhook_getc_inject(struct tty *tp, void *buf, size_t len) argument
122 ttyhook_getc_capture(struct tty *tp, const void *buf, size_t len) argument
131 ttyhook_getc_poll(struct tty *tp) argument
140 ttyhook_close(struct tty *tp) argument
[all...]
H A Dttydevsw.h43 typedef int tsw_open_t(struct tty *tp);
44 typedef void tsw_close_t(struct tty *tp);
45 typedef void tsw_outwakeup_t(struct tty *tp);
46 typedef void tsw_inwakeup_t(struct tty *tp);
47 typedef int tsw_ioctl_t(struct tty *tp, u_long cmd, caddr_t data,
49 typedef int tsw_cioctl_t(struct tty *tp, int unit, u_long cmd, caddr_t data,
51 typedef int tsw_param_t(struct tty *tp, struct termios *t);
52 typedef int tsw_modem_t(struct tty *tp, int sigon, int sigoff);
53 typedef int tsw_mmap_t(struct tty *tp, vm_ooffset_t offset,
55 typedef void tsw_pktnotify_t(struct tty *tp, cha
84 ttydevsw_open(struct tty *tp) argument
94 ttydevsw_close(struct tty *tp) argument
104 ttydevsw_outwakeup(struct tty *tp) argument
118 ttydevsw_inwakeup(struct tty *tp) argument
132 ttydevsw_ioctl(struct tty *tp, u_long cmd, caddr_t data, struct thread *td) argument
142 ttydevsw_cioctl(struct tty *tp, int unit, u_long cmd, caddr_t data, struct thread *td) argument
153 ttydevsw_param(struct tty *tp, struct termios *t) argument
162 ttydevsw_modem(struct tty *tp, int sigon, int sigoff) argument
171 ttydevsw_mmap(struct tty *tp, vm_ooffset_t offset, vm_paddr_t *paddr, int nprot, vm_memattr_t *memattr) argument
181 ttydevsw_pktnotify(struct tty *tp, char event) argument
191 ttydevsw_free(struct tty *tp) argument
200 ttydevsw_busy(struct tty *tp) argument
[all...]
H A Dttydisc.h45 void ttydisc_open(struct tty *tp);
46 void ttydisc_close(struct tty *tp);
47 size_t ttydisc_bytesavail(struct tty *tp);
48 int ttydisc_read(struct tty *tp, struct uio *uio, int ioflag);
49 int ttydisc_write(struct tty *tp, struct uio *uio, int ioflag);
50 void ttydisc_canonicalize(struct tty *tp);
51 void ttydisc_optimize(struct tty *tp);
54 void ttydisc_modem(struct tty *tp, int open);
55 #define ttydisc_can_bypass(tp) ((tp)
72 ttydisc_read_poll(struct tty *tp) argument
81 ttydisc_write_poll(struct tty *tp) argument
[all...]
/freebsd-current/usr.sbin/dumpcis/
H A Dreadcis.h49 #define tpl32(tp) ((*((tp) + 3) << 24) | \
50 (*((tp) + 2) << 16) | \
51 (*((tp) + 1) << 8) | *(tp))
52 #define tpl24(tp) ((*((tp) + 2) << 16) | \
53 (*((tp) + 1) << 8) | *(tp))
54 #define tpl16(tp) ((*((t
[all...]
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dtrace_xnames.c42 _nc_trace_xnames(TERMTYPE *tp GCC_UNUSED)
46 int limit = tp->ext_Booleans + tp->ext_Numbers + tp->ext_Strings;
50 int begin_num = tp->ext_Booleans;
51 int begin_str = tp->ext_Booleans + tp->ext_Numbers;
54 tp->term_names,
56 tp->ext_Booleans, tp
[all...]
/freebsd-current/contrib/atf/atf-c/
H A Datf_c_test.c40 ATF_TP_ADD_TCS(tp)
43 ATF_TP_ADD_TC(tp, include);
/freebsd-current/sys/netinet/
H A Dtcp_timer.h39 * received. If an ACK is received which advances tp->snd_una,
140 #define TP_KEEPINIT(tp) ((tp)->t_keepinit ? (tp)->t_keepinit : tcp_keepinit)
141 #define TP_KEEPIDLE(tp) ((tp)->t_keepidle ? (tp)->t_keepidle : tcp_keepidle)
142 #define TP_KEEPINTVL(tp) ((tp)->t_keepintvl ? (tp)
[all...]
H A Dtcp_sack.c161 tcp_dsack_block_exists(struct tcpcb *tp) argument
164 if (tp->rcv_numsacks == 0)
166 if (SEQ_LEQ(tp->sackblks[0].end, tp->rcv_nxt))
176 tcp_update_dsack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) argument
182 INP_WLOCK_ASSERT(tptoinpcb(tp));
186 if (SEQ_LT(rcv_end, tp->rcv_nxt) ||
187 ((rcv_end == tp->rcv_nxt) &&
188 (tp->rcv_numsacks > 0 ) &&
189 (tp
272 tcp_update_sack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) argument
409 tcp_clean_dsack_blocks(struct tcpcb *tp) argument
451 tcp_clean_sackreport(struct tcpcb *tp) argument
465 tcp_sackhole_alloc(struct tcpcb *tp, tcp_seq start, tcp_seq end) argument
493 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) argument
509 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, struct sackhole *after) argument
536 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) argument
559 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) argument
901 tcp_free_sackholes(struct tcpcb *tp) argument
926 tcp_resend_sackholes(struct tcpcb *tp) argument
947 tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th, u_int *maxsegp) argument
1038 tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt) argument
1081 tcp_sack_adjust(struct tcpcb *tp) argument
1123 tcp_sack_lost_retransmission(struct tcpcb *tp, struct tcphdr *th) argument
[all...]
H A Dtcp_input.c252 tcp_is_sack_recovery(struct tcpcb *tp, struct tcpopt *to) argument
254 return ((tp->t_flags & TF_SACK_PERMIT) &&
256 (!TAILQ_EMPTY(&tp->snd_holes))));
264 hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to) argument
269 hhook_data.tp = tp;
274 &tp->t_osd);
283 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t nsegs, argument
290 INP_WLOCK_ASSERT(tptoinpcb(tp));
292 tp
354 cc_conn_init(struct tcpcb *tp) argument
409 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) argument
477 cc_post_recovery(struct tcpcb *tp, struct tcphdr *th) argument
513 cc_ecnpkt_handler_flags(struct tcpcb *tp, uint16_t flags, uint8_t iptos) argument
546 cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos) argument
610 struct tcpcb *tp = NULL; local
1473 tcp_autorcvbuf(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, int tlen) argument
1504 tcp_handle_wakeup(struct tcpcb *tp) argument
1519 tcp_do_segment(struct tcpcb *tp, struct mbuf *m, struct tcphdr *th, int drop_hdrlen, int tlen, uint8_t iptos) argument
3437 tcp_dropwithreset(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, int tlen, int rstreason) argument
3618 struct tcpcb *tp = sototcpcb(so); local
3643 tcp_xmit_timer(struct tcpcb *tp, int rtt) argument
3743 tcp_mss_update(struct tcpcb *tp, int offer, int mtuoffer, struct hc_metrics_lite *metricptr, struct tcp_ifcap *cap) argument
3903 tcp_mss(struct tcpcb *tp, int offer) argument
4028 tcp_do_prr_ack(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, sackstatus_t sack_changed, u_int *maxsegp) argument
4122 tcp_newreno_partial_ack(struct tcpcb *tp, struct tcphdr *th) argument
4155 tcp_compute_pipe(struct tcpcb *tp) argument
[all...]
H A Dtcp_timer.c292 tcp_output_locked(struct tcpcb *tp) argument
296 INP_WLOCK_ASSERT(tptoinpcb(tp));
298 if ((rv = tp->t_fb->tfb_tcp_output(tp)) < 0) {
299 KASSERT(tp->t_fb->tfb_flags & TCP_FUNC_OUTPUT_CANDROP,
301 tp->t_fb->tfb_tcp_block_name, tp));
302 tp = tcp_drop(tp, -rv);
305 return (tp !
309 tcp_timer_delack(struct tcpcb *tp) argument
331 tcp_timer_2msl(struct tcpcb *tp) argument
380 tcp_timer_keep(struct tcpcb *tp) argument
465 tcp_maxunacktime_check(struct tcpcb *tp) argument
486 tcp_timer_persist(struct tcpcb *tp) argument
551 tcp_timer_rexmt(struct tcpcb *tp) argument
823 tcp_bblog_timer(struct tcpcb *tp, tt_which which, tt_what what, uint32_t ticks) argument
852 tcp_timer_next(struct tcpcb *tp, sbintime_t *precision) argument
873 struct tcpcb *tp = xtp; local
909 tcp_timer_activate(struct tcpcb *tp, tt_which which, u_int delta) argument
942 tcp_timer_active(struct tcpcb *tp, tt_which which) argument
965 tcp_timer_stop(struct tcpcb *tp) argument
[all...]
H A Dtcp_offload.c113 tcp_offload_listen_start(struct tcpcb *tp) argument
116 INP_WLOCK_ASSERT(tptoinpcb(tp));
118 EVENTHANDLER_INVOKE(tcp_offload_listen_start, tp);
122 tcp_offload_listen_stop(struct tcpcb *tp) argument
125 INP_WLOCK_ASSERT(tptoinpcb(tp));
127 EVENTHANDLER_INVOKE(tcp_offload_listen_stop, tp);
131 tcp_offload_input(struct tcpcb *tp, struct mbuf *m) argument
133 struct toedev *tod = tp->tod;
135 KASSERT(tod != NULL, ("%s: tp->tod is NULL, tp
142 tcp_offload_output(struct tcpcb *tp) argument
167 tcp_offload_rcvd(struct tcpcb *tp) argument
178 tcp_offload_ctloutput(struct tcpcb *tp, int sopt_dir, int sopt_name) argument
189 tcp_offload_tcp_info(const struct tcpcb *tp, struct tcp_info *ti) argument
200 tcp_offload_alloc_tls_session(struct tcpcb *tp, struct ktls_session *tls, int direction) argument
212 tcp_offload_detach(struct tcpcb *tp) argument
223 tcp_offload_pmtu_update(struct tcpcb *tp, tcp_seq seq, int mtu) argument
[all...]
H A Dtcp_output.c144 #define TCP_XMIT_TIMER_ASSERT(tp, len, th_flags) \
146 tcp_timer_active((tp), TT_REXMT) || \
147 tcp_timer_active((tp), TT_PERSIST), \
155 hhook_run_tcp_est_out(struct tcpcb *tp, struct tcphdr *th, argument
161 hhook_data.tp = tp;
168 &tp->t_osd);
177 cc_after_idle(struct tcpcb *tp) argument
179 INP_WLOCK_ASSERT(tptoinpcb(tp));
181 if (CC_ALGO(tp)
189 tcp_default_output(struct tcpcb *tp) argument
1738 tcp_setpersist(struct tcpcb *tp) argument
2117 tcp_sndbuf_autoscale(struct tcpcb *tp, struct socket *so, uint32_t sendwin) argument
[all...]
/freebsd-current/usr.bin/mkuzip/
H A Dmkuz_time.c37 struct timespec tp; local
39 if (clock_gettime(CLOCK_MONOTONIC, &tp) == -1)
42 return timespec2dtime(&tp);
/freebsd-current/lib/libc/string/
H A Dmemccpy.c39 unsigned char *tp = t; local
43 if ((*tp++ = *fp++) == uc)
44 return (tp);
/freebsd-current/sys/kern/
H A Dtty_ttydisc.c61 #define CMP_CC(v,c) (tp->t_termios.c_cc[v] != _POSIX_VDISABLE && \
62 tp->t_termios.c_cc[v] == (c))
63 #define CMP_FLAG(field,opt) (tp->t_termios.c_ ## field ## flag & (opt))
92 ttydisc_open(struct tty *tp) argument
94 ttydisc_optimize(tp);
98 ttydisc_close(struct tty *tp) argument
102 tp->t_flags &= ~(TF_STOPPED|TF_HIWAT|TF_ZOMBIE);
103 tp->t_termios.c_lflag &= ~FLUSHO;
109 tty_flush(tp, FREAD | FWRITE);
111 if (ttyhook_hashook(tp, clos
120 ttydisc_read_break(struct tty *tp, char *breakc, size_t breaksz) argument
141 ttydisc_bytesavail(struct tty *tp) argument
170 ttydisc_canonicalize(struct tty *tp) argument
192 ttydisc_read_canonical(struct tty *tp, struct uio *uio, int ioflag) argument
267 ttydisc_read_raw_no_timer(struct tty *tp, struct uio *uio, int ioflag) argument
306 ttydisc_read_raw_read_timer(struct tty *tp, struct uio *uio, int ioflag, int oresid) argument
360 ttydisc_read_raw_interbyte_timer(struct tty *tp, struct uio *uio, int ioflag) argument
409 ttydisc_read(struct tty *tp, struct uio *uio, int ioflag) argument
452 ttydisc_write_oproc(struct tty *tp, char c) argument
538 ttydisc_write(struct tty *tp, struct uio *uio, int ioflag) argument
670 ttydisc_optimize(struct tty *tp) argument
690 ttydisc_modem(struct tty *tp, int open) argument
725 ttydisc_echo_force(struct tty *tp, char c, int quote) argument
764 ttydisc_echo(struct tty *tp, char c, int quote) argument
781 struct tty *tp = d; local
787 ttydisc_reprint(struct tty *tp) argument
802 struct tty *tp; member in struct:ttydisc_recalc_length
810 struct tty *tp = data->tp; local
823 ttydisc_recalc_linelength(struct tty *tp) argument
833 ttydisc_rubchar(struct tty *tp) argument
980 ttydisc_rubword(struct tty *tp) argument
1012 ttydisc_rint(struct tty *tp, char c, int flags) argument
1255 ttydisc_rint_simple(struct tty *tp, const void *buf, size_t len) argument
1271 ttydisc_rint_bypass(struct tty *tp, const void *buf, size_t len) argument
1293 ttydisc_rint_done(struct tty *tp) argument
1308 ttydisc_rint_poll(struct tty *tp) argument
1331 ttydisc_wakeup_watermark(struct tty *tp) argument
1352 ttydisc_getc(struct tty *tp, void *buf, size_t len) argument
1375 ttydisc_getc_uio(struct tty *tp, struct uio *uio) argument
1420 ttydisc_getc_poll(struct tty *tp) argument
1441 tty_putstrn(struct tty *tp, const char *p, size_t n) argument
1461 tty_putchar(struct tty *tp, char c) argument
[all...]
H A Dtty.c75 static void tty_rel_free(struct tty *tp);
99 #define TTY_CALLOUT(tp,d) (dev2unit(d) & TTYUNIT_CALLOUT)
124 tty_watermarks(struct tty *tp) argument
130 if (tp->t_termios.c_cflag & CREAD)
131 bs = MIN(tp->t_termios.c_ispeed / 5, TTYBUF_MAX);
132 error = ttyinq_setsize(&tp->t_inq, tp, bs);
137 tp->t_inlow = (ttyinq_getallocatedsize(&tp->t_inq) * 9) / 10;
140 bs = MIN(tp
152 tty_drain(struct tty *tp, int leaving) argument
214 ttydev_enter(struct tty *tp) argument
229 ttydev_leave(struct tty *tp) argument
272 struct tty *tp; local
372 struct tty *tp = dev->si_drv1; local
413 tty_is_ctty(struct tty *tp, struct proc *p) argument
422 tty_wait_background(struct tty *tp, struct thread *td, int sig) argument
504 struct tty *tp = dev->si_drv1; local
525 struct tty *tp = dev->si_drv1; local
565 struct tty *tp = dev->si_drv1; local
650 struct tty *tp = dev->si_drv1; local
688 struct tty *tp = dev->si_drv1; local
709 struct tty *tp = kn->kn_hook; local
717 struct tty *tp = kn->kn_hook; local
733 struct tty *tp = kn->kn_hook; local
741 struct tty *tp = kn->kn_hook; local
769 struct tty *tp = dev->si_drv1; local
818 struct tty *tp; local
851 struct tty *tp = dev->si_drv1; local
903 tty_init_termios(struct tty *tp) argument
919 tty_init_console(struct tty *tp, speed_t s) argument
1057 struct tty *tp; local
1111 struct tty *tp = arg; local
1142 tty_rel_free(struct tty *tp) argument
1173 tty_rel_pgrp(struct tty *tp, struct pgrp *pg) argument
1186 tty_rel_sess(struct tty *tp, struct session *sess) argument
1201 tty_rel_gone(struct tty *tp) argument
1220 tty_drop_ctty(struct tty *tp, struct proc *p) argument
1289 tty_to_xtty(struct tty *tp, struct xtty *xt) argument
1316 struct tty *tp; local
1367 tty_makedevf(struct tty *tp, struct ucred *cred, int flags, const char *fmt, ...) argument
1499 tty_signal_sessleader(struct tty *tp, int sig) argument
1526 tty_signal_pgrp(struct tty *tp, int sig) argument
1550 tty_wakeup(struct tty *tp, int flags) argument
1569 tty_wait(struct tty *tp, struct cv *cv) argument
1591 tty_timedwait(struct tty *tp, struct cv *cv, int hz) argument
1613 tty_flush(struct tty *tp, int flags) argument
1637 tty_set_winsize(struct tty *tp, const struct winsize *wsz) argument
1647 tty_generic_ioctl(struct tty *tp, u_long cmd, void *data, int fflag, struct thread *td) argument
2009 tty_ioctl(struct tty *tp, u_long cmd, void *data, int fflag, struct thread *td) argument
2026 tty_udev(struct tty *tp) argument
2036 tty_checkoutq(struct tty *tp) argument
2044 tty_hiwat_in_block(struct tty *tp) argument
2064 tty_hiwat_in_unblock(struct tty *tp) argument
2091 ttyhook_defrint(struct tty *tp, char c, int flags) argument
2104 struct tty *tp; local
2186 ttyhook_unregister(struct tty *tp) argument
2210 struct tty *tp; local
2390 struct tty *tp; local
2450 struct tty *tp; local
[all...]
/freebsd-current/contrib/nvi/ex/
H A Dex_txt.c57 TEXT ait, *ntp, *tp; local
71 tp = TAILQ_FIRST(tiqh);
72 if (TAILQ_NEXT(tp, q) != NULL || tp->lb_len < 32) {
76 tp->len = 0;
78 newtp: if ((tp = text_init(sp, NULL, 0, 32)) == NULL)
80 TAILQ_INSERT_HEAD(tiqh, tp, q);
84 tp->lno = sp->lno + 1;
104 if (v_txt_auto(sp, sp->lno, NULL, 0, tp))
107 txt_prompt(sp, tp, promp
352 txt_prompt(SCR *sp, TEXT *tp, ARG_CHAR_T prompt, u_int32_t flags) argument
376 txt_dent(SCR *sp, TEXT *tp) argument
[all...]
/freebsd-current/contrib/file/python/
H A Dexample.py7 tp = ms.file("/bin/ls") variable
8 print (tp)
14 tp = ms.buffer(buf) variable
15 print (tp)
/freebsd-current/libexec/tftpd/
H A Dtftp-transfer.h28 int tftp_send(int peer, uint16_t *block, struct tftp_stats *tp);
29 int tftp_receive(int peer, uint16_t *block, struct tftp_stats *tp,
/freebsd-current/contrib/lib9p/
H A Dthreadpool.c38 static void l9p_threadpool_rflush(struct l9p_threadpool *tp,
44 struct l9p_threadpool *tp; local
48 tp = worker->ltw_tp;
51 pthread_mutex_lock(&tp->ltp_mtx);
52 while (STAILQ_EMPTY(&tp->ltp_replyq) && !worker->ltw_exiting)
53 pthread_cond_wait(&tp->ltp_reply_cv, &tp->ltp_mtx);
55 pthread_mutex_unlock(&tp->ltp_mtx);
60 req = STAILQ_FIRST(&tp->ltp_replyq);
61 STAILQ_REMOVE_HEAD(&tp
81 struct l9p_threadpool *tp; local
123 l9p_threadpool_rflush(struct l9p_threadpool *tp, struct l9p_request *req) argument
156 l9p_threadpool_init(struct l9p_threadpool *tp, int size) argument
235 l9p_threadpool_run(struct l9p_threadpool *tp, struct l9p_request *req) argument
264 struct l9p_threadpool *tp; local
401 l9p_threadpool_shutdown(struct l9p_threadpool *tp) argument
[all...]
/freebsd-current/contrib/nvi/vi/
H A Dv_txt.c221 * Internally, we maintain tp->lno and tp->cno, externally, everyone uses
224 #define UPDATE_POSITION(sp, tp) do { \
225 (sp)->lno = (tp)->lno; \
226 (sp)->cno = (tp)->cno; \
251 TEXT *ntp, *tp; /* Input text structures. */ local
293 tp = TAILQ_FIRST(tiqh);
294 if (TAILQ_NEXT(tp, q) != NULL ||
295 tp->lb_len < (len + 32) * sizeof(CHAR_T)) {
299 tp
1439 txt_abbrev(SCR *sp, TEXT *tp, CHAR_T *pushcp, int isinfoline, int *didsubp, int *turnoffp) argument
1606 txt_unmap(SCR *sp, TEXT *tp, u_int32_t *ec_flagsp) argument
1646 txt_ai_resolve(SCR *sp, TEXT *tp, int *changedp) argument
1739 v_txt_auto(SCR *sp, recno_t lno, TEXT *aitp, size_t len, TEXT *tp) argument
1789 txt_backup(SCR *sp, TEXTH *tiqh, TEXT *tp, u_int32_t *flagsp) argument
1864 txt_dent(SCR *sp, TEXT *tp, int swopt, int isindent) argument
1968 txt_fc(SCR *sp, TEXT *tp, int *redrawp) argument
2243 txt_emark(SCR *sp, TEXT *tp, size_t cno) argument
2329 txt_hex(SCR *sp, TEXT *tp) argument
2409 txt_insch(SCR *sp, TEXT *tp, CHAR_T *chp, u_int flags) argument
2524 txt_isrch(SCR *sp, VICMD *vp, TEXT *tp, u_int8_t *is_flagsp) argument
2647 TEXT *tp; local
2698 txt_showmatch(SCR *sp, TEXT *tp) argument
2765 txt_margin(SCR *sp, TEXT *tp, TEXT *wmtp, int *didbreak, u_int32_t flags) argument
2841 txt_Rresolve(SCR *sp, TEXTH *tiqh, TEXT *tp, const size_t orig_len) argument
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dinet_pton.c86 unsigned char tmp[NS_INADDRSZ], *tp; local
90 *(tp = tmp) = 0;
95 size_t newv = *tp * 10 + (pch - digits);
97 if (saw_digit && *tp == 0)
101 *tp = (unsigned char)newv;
110 *++tp = 0;
138 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
143 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
144 endp = tp + NS_IN6ADDRSZ;
170 colonp = tp;
[all...]
/freebsd-current/sys/libkern/
H A Dinet_pton.c73 u_char tmp[NS_INADDRSZ], *tp; local
77 *(tp = tmp) = 0;
82 u_int new = *tp * 10 + (pch - digits);
84 if (saw_digit && *tp == 0)
88 *tp = new;
97 *++tp = 0;
128 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
133 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
134 endp = tp + NS_IN6ADDRSZ;
160 colonp = tp;
[all...]
/freebsd-current/lib/libc/inet/
H A Dinet_pton.c79 u_char tmp[NS_INADDRSZ], *tp; local
83 *(tp = tmp) = 0;
88 u_int new = *tp * 10 + (pch - digits);
90 if (saw_digit && *tp == 0)
94 *tp = new;
103 *++tp = 0;
132 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
137 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
138 endp = tp + NS_IN6ADDRSZ;
164 colonp = tp;
[all...]

Completed in 276 milliseconds

1234567891011>>