Searched refs:Bp (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/truss/ |
H A D | fcall.c | 86 struct bkpt *Bp; in setup_thread_agent() local 100 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL) in setup_thread_agent() 101 Bp->flags |= BPT_TD_CREATE; in setup_thread_agent() 113 struct bkpt *Bp; in delete_breakpoints() local 120 while ((Bp = *Bpp) != NULL) { in delete_breakpoints() 121 if (Bp->addr < base || Bp->addr >= base + size) { in delete_breakpoints() 122 Bpp = &Bp->next; in delete_breakpoints() 125 *Bpp = Bp->next; in delete_breakpoints() 126 if (Bp->sym_name) in delete_breakpoints() 127 free(Bp->sym_name); in delete_breakpoints() [all …]
|
/titanic_44/usr/src/cmd/vgrind/ |
H A D | vgrindefs.c | 163 char *Np, *Bp; in tnamatch() local 165 Bp = tbuf; in tnamatch() 166 if (*Bp == '#') in tnamatch() 169 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) in tnamatch() 171 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) in tnamatch() 173 while (*Bp && *Bp != ':' && *Bp != '|') in tnamatch() 174 Bp++; in tnamatch() 175 if (*Bp == 0 || *Bp == ':') in tnamatch() 177 Bp++; in tnamatch()
|
/titanic_44/usr/src/cmd/captoinfo/ |
H A D | otermcap.c | 263 char *Np, *Bp; in otnamatch() local 265 Bp = tbuf; in otnamatch() 266 if (*Bp == '#') in otnamatch() 269 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) in otnamatch() 271 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) in otnamatch() 273 while (*Bp && *Bp != ':' && *Bp != '|') in otnamatch() 274 Bp++; in otnamatch() 275 if (*Bp == 0 || *Bp == ':') in otnamatch() 277 Bp++; in otnamatch()
|
/titanic_44/usr/src/ucblib/libtermcap/ |
H A D | termcap.c | 211 char *Np, *Bp; in tnamatch() local 213 Bp = tbuf; in tnamatch() 214 if (*Bp == '#') in tnamatch() 217 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) in tnamatch() 219 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) in tnamatch() 221 while (*Bp && *Bp != ':' && *Bp != '|') in tnamatch() 222 Bp++; in tnamatch() 223 if (*Bp == 0 || *Bp == ':') in tnamatch() 225 Bp++; in tnamatch()
|
/titanic_44/usr/src/cmd/tip/ |
H A D | remcap.c | 273 char *Np, *Bp; in tnamatch() local 275 Bp = tbuf; in tnamatch() 276 if (*Bp == '#') in tnamatch() 279 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) in tnamatch() 281 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) in tnamatch() 283 while (*Bp && *Bp != ':' && *Bp != '|') in tnamatch() 284 Bp++; in tnamatch() 285 if (*Bp == 0 || *Bp == ':') in tnamatch() 287 Bp++; in tnamatch()
|
/titanic_44/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | bucket.c | 49 static bucket_t *Bp; variable 594 return (Bp = (bucket_t *)l); in first_from_list() 600 return (Bp = Bp->b_parent); in next_from_list()
|