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

/freebsd-11-stable/libexec/rbootd/
H A Dparseconf.c88 char *cp, *bcp; local
113 * GETSTR positions `bcp' at the start of the current token,
118 bcp = cp; \
136 if (bcp == cp) /* all delimiters */
142 if ((addr = ParseAddr(bcp)) == NULL) {
145 linecnt, bcp);
156 * Otherwise, validate each file (`bcp') against the
160 if (bcp == cp) /* no files spec'd */
173 linecnt, bcp);
176 if (STREQN(BootFiles[j], bcp)) {
[all...]
/freebsd-11-stable/lib/libc/resolv/
H A Dres_debug.c913 u_char *bcp; local
1005 bcp = binary;
1006 *bcp++ = (u_int8_t) 0; /*%< version byte */
1007 *bcp++ = siz;
1008 *bcp++ = hp;
1009 *bcp++ = vp;
1010 PUTLONG(latit,bcp);
1011 PUTLONG(longit,bcp);
1012 PUTLONG(alt,bcp);

Completed in 69 milliseconds