Searched refs:Bp (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/vgrind/ |
H A D | vgrindefs.c | 163 char *Np, *Bp; local 165 Bp = tbuf; 166 if (*Bp == '#') 169 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) 171 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) 173 while (*Bp && *Bp ! [all...] |
/illumos-gate/usr/src/cmd/truss/ |
H A D | fcall.c | 86 struct bkpt *Bp; local 100 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL) 101 Bp->flags |= BPT_TD_CREATE; 113 struct bkpt *Bp; local 120 while ((Bp = *Bpp) != NULL) { 121 if (Bp->addr < base || Bp->addr >= base + size) { 122 Bpp = &Bp->next; 125 *Bpp = Bp->next; 126 if (Bp 156 struct bkpt *Bp; local 414 struct bkpt *Bp; local 433 struct bkpt *Bp; local 475 struct bkpt *Bp; local 500 struct bkpt *Bp; local 575 struct bkpt *Bp; local 1067 struct bkpt *Bp; local 1123 struct bkpt *Bp; local 1160 struct bkpt *Bp; local 1177 show_function_call(private_t *pri, struct callstack *Stk, struct dynlib *Dp, struct bkpt *Bp) argument 1208 show_function_return(private_t *pri, long rval, int stret, struct callstack *Stk, struct dynlib *Dp, struct bkpt *Bp) argument 1251 struct bkpt *Bp; local 1443 function_entry(private_t *pri, struct bkpt *Bp, struct callstack *Stk) argument 1564 struct bkpt *Bp; local 1780 struct bkpt *Bp; local [all...] |
/illumos-gate/usr/src/cmd/captoinfo/ |
H A D | otermcap.c | 263 char *Np, *Bp; local 265 Bp = tbuf; 266 if (*Bp == '#') 269 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) 271 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) 273 while (*Bp && *Bp ! [all...] |
/illumos-gate/usr/src/cmd/tip/ |
H A D | remcap.c | 273 char *Np, *Bp; local 275 Bp = tbuf; 276 if (*Bp == '#') 279 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) 281 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) 283 while (*Bp && *Bp ! [all...] |
/illumos-gate/usr/src/ucblib/libtermcap/ |
H A D | termcap.c | 211 char *Np, *Bp; local 213 Bp = tbuf; 214 if (*Bp == '#') 217 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) 219 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) 221 while (*Bp && *Bp ! [all...] |
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | bucket.c | 49 static bucket_t *Bp; variable 594 return (Bp = (bucket_t *)l); 600 return (Bp = Bp->b_parent);
|
Completed in 127 milliseconds