Home
last modified time | relevance | path

Searched refs:bcp (Results 1 – 7 of 7) sorted by relevance

/src/libexec/rbootd/
H A Dparseconf.c80 char *cp, *bcp; in ParseConfig() local
110 bcp = cp; \ in ParseConfig()
128 if (bcp == cp) /* all delimiters */ in ParseConfig()
134 if ((addr = ParseAddr(bcp)) == NULL) { in ParseConfig()
137 linecnt, bcp); in ParseConfig()
152 if (bcp == cp) /* no files spec'd */ in ParseConfig()
165 linecnt, bcp); in ParseConfig()
168 if (STREQN(BootFiles[j], bcp)) { in ParseConfig()
174 linecnt, bcp); in ParseConfig()
179 } while (bcp != cp); in ParseConfig()
/src/lib/libc/resolv/
H A Dres_debug.c908 u_char *bcp; in loc_aton() local
1000 bcp = binary; in loc_aton()
1001 *bcp++ = (u_int8_t) 0; /*%< version byte */ in loc_aton()
1002 *bcp++ = siz; in loc_aton()
1003 *bcp++ = hp; in loc_aton()
1004 *bcp++ = vp; in loc_aton()
1005 PUTLONG(latit,bcp); in loc_aton()
1006 PUTLONG(longit,bcp); in loc_aton()
1007 PUTLONG(alt,bcp); in loc_aton()
/src/crypto/heimdal/lib/wind/
H A Drfc3492.txt1385 /* 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);
/src/sys/contrib/device-tree/src/arm/ti/keystone/
H A Dkeystone-k2l-clocks.dtsi208 clock-output-names = "bcp";
H A Dkeystone-k2hk-clocks.dtsi387 clock-output-names = "bcp";
/src/contrib/arm-optimized-routines/math/test/traces/
H A Dsincosf.txt2086 0x1.3095bcp-8
2179 0x1.3287bcp-6
5186 0x1.9790bcp-10
7010 -0x1.7884bcp-7
7059 -0x1.7136bcp-6
7472 0x1.324bcp-6
8868 0x1.1369bcp-2
8926 0x1.4233bcp-7
9359 -0x1.9190bcp+1
9685 -0x1.9190bcp+1
[all …]
/src/contrib/tcpdump/
H A DCHANGES824 omit length for bcp, print-tcp uses it