Searched refs:tp (Results 126 - 150 of 1220) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dp-exp.c2335 struct type_push *tp = tp_top;
2336 if (tp)
2338 current_type = tp->stored;
2339 tp_top = tp->next;
2340 xfree (tp);
2331 struct type_push *tp = tp_top; local
H A Dp-exp.y1010 struct type_push *tp = tp_top;
1011 if (tp)
1013 current_type = tp->stored;
1014 tp_top = tp->next;
1015 xfree (tp);
H A Dremote.c1855 remote_threads_extra_info (struct thread_info *tp)
1872 sprintf (bufp, "qThreadExtraInfo,%x", PIDGET (tp->ptid));
1888 int_to_threadref (&id, PIDGET (tp->ptid));
1851 remote_threads_extra_info(struct thread_info *tp) argument
H A Dthread-db.c702 struct thread_info *tp;
708 tp = add_thread (ptid);
709 tp->private = xmalloc (sizeof (struct private_thread_info));
710 memset (tp->private, 0, sizeof (struct private_thread_info));
696 struct thread_info *tp; local
H A Dthread.c72 struct thread_info *tp; local
77 for (tp = thread_list; tp; tp = tp->next)
78 if (tp->step_resume_breakpoint == *breakpointp)
79 tp->step_resume_breakpoint = NULL;
86 free_thread (struct thread_info *tp) argument
90 if (tp->step_resume_breakpoint)
91 delete_breakpoint (tp
104 struct thread_info *tp, *tpnext; local
125 struct thread_info *tp; local
139 struct thread_info *tp, *tpprev; local
161 struct thread_info *tp; local
174 struct thread_info *tp; local
201 struct thread_info *tp; local
213 struct thread_info *tp; local
225 struct thread_info *tp; local
247 struct thread_info *tp; local
261 struct thread_info *tp; local
309 struct thread_info *tp; local
355 struct thread_info *tp; local
382 thread_alive(struct thread_info *tp) argument
397 struct thread_info *tp, *next; local
417 struct thread_info *tp; local
538 struct thread_info *tp; local
600 struct thread_info *tp; local
683 struct thread_info *tp; local
[all...]
H A Dtracepoint.c433 trace_mention (struct tracepoint *tp) argument
435 printf_filtered ("Tracepoint %d", tp->number);
437 if (addressprint || (tp->source_file == NULL))
440 print_address_numeric (tp->address, 1, gdb_stdout);
442 if (tp->source_file)
444 tp->source_file, tp->line_number);
2265 struct tracepoint *tp; local
2287 ALL_TRACEPOINTS (tp)
2289 if (tp
[all...]
H A Duw-thread.c438 find_thread_lwp_callback (struct thread_info *tp, void *data) argument
442 if (!ISTID (tp->ptid))
444 if (!tp->private->stable)
446 if (lwpid != tp->private->lwpid)
/freebsd-11-stable/contrib/gperf/doc/
H A DMakefile.in80 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
82 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
94 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
96 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
144 $(RM) *~ *.aux *.toc *.cp *.fn *.ky *.pg *.tp *.vr *.my *.log *.cps core
/freebsd-11-stable/contrib/groff/doc/
H A DMakefile.in141 *.tp *.tps *.tr *.vr *.vrs
H A DMakefile.sub99 groff.st* groff.toc groff.tp groff.vr* \
H A Dtexinfo.tex1141 \newcodeindex{tp}%
5335 \doind{tp}{\code{#2}}%
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dindex.cpp361 tag *tp = indx->tags + tagno; local
362 const char *filename = indx->munge_filename(indx->pool + tp->filename_index);
377 indx->filename_id + tp->filename_index);
387 if (tp->start != 0 && fseek(fp, long(tp->start), 0) < 0)
390 int length = tp->length;
431 *ridp = reference_id(indx->filename_id + tp->filename_index,
432 tp->start);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp456 hunits *tp = current_tab ? &tab_width : &width_total; local
461 *tp += xx;
466 *tp += x;
3344 trie_node *tp; member in class:trie
3349 trie() : tp(0) {}
3465 delete_trie_node(tp);
3466 tp = 0;
3483 trie_node **p = &tp;
3501 trie_node *p = tp;
/freebsd-11-stable/contrib/ldns/compat/
H A Dinet_ntop.c123 char *tp, *ep; local
165 tp = tmp;
167 for (i = 0; i < (IN6ADDRSZ / INT16SZ) && tp < ep; i++) {
172 if (tp + 1 >= ep)
174 *tp++ = ':';
180 if (tp + 1 >= ep)
182 *tp++ = ':';
187 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))
189 tp
[all...]
H A Dinet_pton.c100 uint8_t tmp[NS_INADDRSZ], *tp; local
104 *(tp = tmp) = 0;
109 uint32_t new = *tp * 10 + (pch - digits);
113 *tp = new;
122 *++tp = 0;
154 uint8_t tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
159 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
160 endp = tp + NS_IN6ADDRSZ;
187 colonp = tp;
190 if (tp
[all...]
/freebsd-11-stable/contrib/ldns/drill/
H A Ddrill_util.c252 ldns_rr_type tp; local
255 tp = ldns_rr_get_type(ldns_rr_list_rr(rrlist, i));
256 if (i == 0 && tp != LDNS_RR_TYPE_RRSIG) {
261 switch(tp) {
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh5851 # -tp=* Portland pgcc target processor selection
5855 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
/freebsd-11-stable/contrib/libreadline/doc/
H A DMakefile.in171 $(RM) *.aux *.bak *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps \
/freebsd-11-stable/contrib/libreadline/
H A Dreadline.c977 char *t, **tp;
984 tp = environ = (char **)xmalloc ((c + 1) * sizeof (char *));
988 *tp++ = t;
991 *tp = 0;
H A Drltty.c412 # define OUTPUT_BEING_FLUSHED(tp) (tp->c_lflag & FLUSHO)
414 # define OUTPUT_BEING_FLUSHED(tp) 0
473 setopost(tp)
474 TIOTYPE *tp;
476 if ((tp->c_oflag & OPOST) == 0)
479 tp->c_oflag |= OPOST|ONLCR;
/freebsd-11-stable/contrib/libxo/encoder/cbor/
H A Denc_cbor.c45 char *bp, *tp; local
62 tp = text;
72 *tp++ = (isprint((int) *data) && *data >= ' ') ? *data : '.';
76 *tp = 0;
/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo_syslog.c493 char *tp = NULL, *ep = NULL; local
561 tp = v0_hdr;
565 tp += xo_snprintf(tp, ep - tp, "%s", xo_logtag);
567 tp += xo_snprintf(tp, ep - tp, "[%d]", my_pid);
569 tp += xo_snprintf(tp, e
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_term.c73 term_tbl(struct termp *tp, const struct tbl_span *sp) argument
84 tp->flags |= TERMP_NOSPACE | TERMP_NONOSPACE;
91 if (tp->tbl.cols == NULL) {
92 tp->tbl.len = term_tbl_len;
93 tp->tbl.slen = term_tbl_strlen;
94 tp->tbl.sulen = term_tbl_sulen;
95 tp->tbl.arg = tp;
97 tblcalc(&tp->tbl, sp, tp
458 tbl_hrule(struct termp *tp, const struct tbl_span *sp, int kind) argument
509 tbl_data(struct termp *tp, const struct tbl_opts *opts, const struct tbl_cell *cp, const struct tbl_dat *dp, const struct roffcol *col) argument
561 tbl_char(struct termp *tp, char c, size_t len) argument
576 tbl_literal(struct termp *tp, const struct tbl_dat *dp, const struct roffcol *col) argument
618 tbl_number(struct termp *tp, const struct tbl_opts *opts, const struct tbl_dat *dp, const struct roffcol *col) argument
663 tbl_word(struct termp *tp, const struct tbl_dat *dp) argument
[all...]
/freebsd-11-stable/contrib/mtree/
H A Dverify.c173 char *tp; local
271 for (tp = tail; *tp; ++tp)
273 *tp = '/';
274 miss(p->child, tp + 1);
275 *tp = '\0';
/freebsd-11-stable/contrib/ncurses/include/
H A Dterm_entry.h91 #define NUM_BOOLEANS(tp) (tp)->num_Booleans
92 #define NUM_NUMBERS(tp) (tp)->num_Numbers
93 #define NUM_STRINGS(tp) (tp)->num_Strings
94 #define EXT_NAMES(tp,i,limit,index,table) (i >= limit) ? tp->ext_Names[index] : table[i]
96 #define NUM_BOOLEANS(tp) BOOLCOUNT
97 #define NUM_NUMBERS(tp) NUMCOUN
[all...]

Completed in 303 milliseconds

1234567891011>>