HomeSort by: relevance | last modified time | path
    Searched defs:bcp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rbootd/
parseconf.c 90 char *cp, *bcp; local in function:ParseConfig
115 * GETSTR positions `bcp' at the start of the current token,
120 bcp = cp; \
138 if (bcp == cp) /* all delimiters */
144 if ((addr = ParseAddr(bcp)) == NULL) {
147 linecnt, bcp);
158 * Otherwise, validate each file (`bcp') against the
162 if (bcp == cp) /* no files spec'd */
175 linecnt, bcp);
178 if (STREQN(BootFiles[j], bcp)) {
    [all...]
  /src/lib/libc/resolv/
res_debug.c 929 u_char *bcp; local in function:loc_aton
1021 bcp = binary;
1022 *bcp++ = (u_int8_t) 0; /*%< version byte */
1023 *bcp++ = siz;
1024 *bcp++ = hp;
1025 *bcp++ = vp;
1026 PUTLONG(latit,bcp);
1027 PUTLONG(longit,bcp);
1028 PUTLONG(alt,bcp);

Completed in 13 milliseconds