Searched refs:Bp (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/rtadvd/
H A Dadvcap.c232 char *Np, *Bp; local
234 Bp = tbuf;
235 if (*Bp == '#')
238 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
240 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0))
242 while (*Bp && *Bp !
[all...]
/freebsd-12-stable/contrib/tcsh/
H A Dtc.printf.c54 const Char *Bp; local
270 Bp = va_arg(ap, Char *);
271 if (!Bp) {
275 f_width = f_width - Strlen(Bp);
281 for (i = 0; *Bp && i < prec; i++) {
285 if (fmt == 'Q' && *Bp & QUOTE) {
289 len = one_wctomb(cbuf, *Bp);
292 | (*Bp & ATTRIBUTES));
295 Bp++;

Completed in 72 milliseconds