Home
last modified time | relevance | path

Searched refs:Bp (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/rtadvd/
H A Dadvcap.c231 char *Np, *Bp; in tnamatch() local
233 Bp = tbuf; in tnamatch()
234 if (*Bp == '#') in tnamatch()
237 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) in tnamatch()
239 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) in tnamatch()
241 while (*Bp && *Bp != ':' && *Bp != '|') in tnamatch()
242 Bp++; in tnamatch()
243 if (*Bp == 0 || *Bp == ':') in tnamatch()
245 Bp++; in tnamatch()
/freebsd/contrib/tcsh/
H A Dtc.printf.c54 const Char *Bp; in doprnt() local
270 Bp = va_arg(ap, Char *); in doprnt()
271 if (!Bp) { in doprnt()
275 f_width = f_width - Strlen(Bp); in doprnt()
281 for (i = 0; *Bp && i < prec; i++) { in doprnt()
285 if (fmt == 'Q' && *Bp & QUOTE) { in doprnt()
289 len = one_wctomb(cbuf, *Bp); in doprnt()
292 | (*Bp & ATTRIBUTES)); in doprnt()
295 Bp++; in doprnt()
/freebsd/contrib/bc/tests/dc/scripts/
H A Dno_clamp.dc23 Bp