| /NextBSD/usr.bin/xlint/lint1/ |
| HD | decl.c | 868 type_t **tpp, *tp; in chktyp() local 870 tpp = &sym->s_type; in chktyp() 872 while ((tp = *tpp) != NULL) { in chktyp() 889 *tpp = incref(*tpp, PTR); in chktyp() 891 *tpp = incref((*tpp)->t_subt, PTR); in chktyp() 904 *tpp = gettyp(INT); in chktyp() 913 *tpp = gettyp(INT); in chktyp() 931 *tpp = gettyp(INT); in chktyp() 938 *tpp = gettyp(INT); in chktyp() 948 tpp = &tp->t_subt; in chktyp() [all …]
|
| HD | tree.c | 2204 mrgqual(type_t **tpp, type_t *tp1, type_t *tp2) in mrgqual() argument 2207 if ((*tpp)->t_tspec != PTR || in mrgqual() 2212 if ((*tpp)->t_subt->t_const == in mrgqual() 2214 (*tpp)->t_subt->t_volatile == in mrgqual() 2219 *tpp = tduptyp(*tpp); in mrgqual() 2220 (*tpp)->t_subt = tduptyp((*tpp)->t_subt); in mrgqual() 2221 (*tpp)->t_subt->t_const = in mrgqual() 2223 (*tpp)->t_subt->t_volatile = in mrgqual()
|
| /NextBSD/usr.bin/netstat/ |
| HD | main.c | 794 struct protox **tpp, *tp; in knownname() local 796 for (tpp = protoprotox; *tpp; tpp++) in knownname() 797 for (tp = *tpp; tp->pr_name; tp++) in knownname()
|
| /NextBSD/sys/dev/cxgbe/ |
| HD | t4_tracer.c | 328 struct trace_params tp, *tpp; in t4_set_tracer() local 345 tpp = NULL; in t4_set_tracer() 380 tpp = &tp; in t4_set_tracer() 383 rc = -t4_set_trace_filter(sc, tpp, t->idx, t->enabled); in t4_set_tracer()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | mdebugread.c | 1750 upgrade_type (int fd, struct type **tpp, int tq, union aux_ext *ax, int bigend, in upgrade_type() argument 1767 t = lookup_pointer_type (*tpp); in upgrade_type() 1768 *tpp = t; in upgrade_type() 1772 t = lookup_function_type (*tpp); in upgrade_type() 1773 *tpp = t; in upgrade_type() 1815 t = create_array_type ((struct type *) NULL, *tpp, range); in upgrade_type() 1833 if (TYPE_LENGTH (*tpp) == 0) in upgrade_type() 1838 *tpp = t; in upgrade_type() 4224 cross_ref (int fd, union aux_ext *ax, struct type **tpp, enum type_code type_code, /* Use to alloc … in cross_ref() argument 4236 *tpp = (struct type *) NULL; in cross_ref() [all …]
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | txg.c | 232 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) in txg_thread_exit() argument 234 ASSERT(*tpp != NULL); in txg_thread_exit() 235 *tpp = NULL; in txg_thread_exit()
|
| /NextBSD/sbin/ping6/ |
| HD | ping6.c | 1479 struct tv32 *tpp; in pr_pack() local 1524 tpp = (struct tv32 *)(icp + 1); in pr_pack() 1525 tp.tv_sec = ntohl(tpp->tv32_sec); in pr_pack() 1526 tp.tv_usec = ntohl(tpp->tv32_usec); in pr_pack()
|
| /NextBSD/contrib/nvi/ex/ |
| HD | ex_tag.c | 634 tag_copy(SCR *sp, TAG *otp, TAG **tpp) in tag_copy() argument 656 *tpp = tp; in tag_copy()
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 2326 #define TINFO_SETUP_TERM(tpp, name, fd, err, reuse) \ argument 2327 _nc_setupterm_ex(tpp, name, fd, err, reuse) 2334 #define TINFO_SETUP_TERM(tpp, name, fd, err, reuse) \ argument
|
| /NextBSD/sys/netinet/ |
| HD | sctp_output.c | 6935 struct sctp_tmit_chunk *tpp; in sctp_clean_up_datalist() local 6939 tpp = TAILQ_PREV(tp1, sctpchunk_listhead, sctp_next); in sctp_clean_up_datalist() 6940 if (tpp == NULL) { in sctp_clean_up_datalist() 6944 tp1 = tpp; in sctp_clean_up_datalist()
|