Searched refs:bcp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/libexec/rbootd/ |
| D | parseconf.c | 88 char *cp, *bcp; in ParseConfig() local 118 bcp = cp; \ in ParseConfig() 136 if (bcp == cp) /* all delimiters */ in ParseConfig() 142 if ((addr = ParseAddr(bcp)) == NULL) { in ParseConfig() 145 linecnt, bcp); in ParseConfig() 160 if (bcp == cp) /* no files spec'd */ in ParseConfig() 173 linecnt, bcp); in ParseConfig() 176 if (STREQN(BootFiles[j], bcp)) { in ParseConfig() 182 linecnt, bcp); in ParseConfig() 187 } while (bcp != cp); in ParseConfig()
|
| /freebsd-10-stable/lib/libc/resolv/ |
| D | res_debug.c | 920 u_char *bcp; local 1012 bcp = binary; 1013 *bcp++ = (u_int8_t) 0; /*%< version byte */ 1014 *bcp++ = siz; 1015 *bcp++ = hp; 1016 *bcp++ = vp; 1017 PUTLONG(latit,bcp); 1018 PUTLONG(longit,bcp); 1019 PUTLONG(alt,bcp);
|
| /freebsd-10-stable/crypto/heimdal/lib/wind/ |
| D | rfc3492.txt | 1385 /* flagged(bcp) tests whether a basic code point is flagged */ 1386 /* (uppercase). The behavior is undefined if bcp is not a */ 1389 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26) 1391 /* encode_basic(bcp,flag) forces a basic code point to lowercase */ 1394 /* is caseless. The behavior is undefined if bcp is not a basic */ 1397 static char encode_basic(punycode_uint bcp, int flag) 1407 bcp -= (bcp - 97 < 26) << 5; 1408 return bcp + ((!flag && (bcp - 65 < 26)) << 5);
|
| /freebsd-10-stable/sys/gnu/dts/arm/ |
| D | k2l-clocks.dtsi | 212 clock-output-names = "bcp";
|
| D | k2hk-clocks.dtsi | 391 clock-output-names = "bcp";
|