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

/freebsd-9.3-release/usr.bin/vgrind/
H A Dvgrindefs.c178 register char *Np, *Bp; local
180 Bp = tbuf;
181 if (*Bp == '#')
184 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
186 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0))
188 while (*Bp && *Bp !
[all...]
/freebsd-9.3-release/usr.sbin/rtadvd/
H A Dadvcap.c230 char *Np, *Bp; local
232 Bp = tbuf;
233 if (*Bp == '#')
236 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
238 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0))
240 while (*Bp && *Bp !
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.printf.c57 const Char *Bp; local
255 Bp = va_arg(ap, Char *);
256 if (!Bp) {
260 f_width = f_width - Strlen(Bp);
264 for (i = 0; *Bp && i < prec; i++) {
268 if (fmt == 'Q' && *Bp & QUOTE)
270 len = one_wctomb(cbuf, *Bp & CHAR);
273 | (*Bp & ATTRIBUTES));
274 Bp++;

Completed in 108 milliseconds