Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/rbootd/
H A Dparseconf.c90 char *cp, *bcp; in ParseConfig() local
120 bcp = cp; \ in ParseConfig()
138 if (bcp == cp) /* all delimiters */ in ParseConfig()
144 if ((addr = ParseAddr(bcp)) == NULL) { in ParseConfig()
147 linecnt, bcp); in ParseConfig()
162 if (bcp == cp) /* no files spec'd */ in ParseConfig()
175 linecnt, bcp); in ParseConfig()
178 if (STREQN(BootFiles[j], bcp)) { in ParseConfig()
184 linecnt, bcp); in ParseConfig()
189 } while (bcp != cp); in ParseConfig()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dbadcache.c112 dns_badcache_destroy(dns_badcache_t **bcp) { in dns_badcache_destroy()
113 REQUIRE(bcp != NULL && *bcp != NULL); in dns_badcache_destroy()
114 REQUIRE(VALID_BADCACHE(*bcp)); in dns_badcache_destroy()
116 dns_badcache_t *bc = *bcp; in dns_badcache_destroy()
117 *bcp = NULL; in dns_badcache_destroy()
72 dns_badcache_init(isc_mem_t * mctx,unsigned int size,dns_badcache_t ** bcp) dns_badcache_init() argument
102 dns_badcache_destroy(dns_badcache_t ** bcp) dns_badcache_destroy() argument
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dbadcache.c71 dns_badcache_init(isc_mem_t *mctx, unsigned int size, dns_badcache_t **bcp) { in dns_badcache_init() argument
75 REQUIRE(bcp != NULL && *bcp == NULL); in dns_badcache_init()
96 *bcp = bc; in dns_badcache_init()
101 dns_badcache_destroy(dns_badcache_t **bcp) { in dns_badcache_destroy() argument
105 REQUIRE(bcp != NULL && *bcp != NULL); in dns_badcache_destroy()
106 bc = *bcp; in dns_badcache_destroy()
107 *bcp = NULL; in dns_badcache_destroy()
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dbadcache.h65 * Allocate and initialize a badcache and store it in '*bcp'.
69 * \li bcp != NULL
70 * \li *bcp == NULL
74 dns_badcache_destroy(dns_badcache_t **bcp);
76 * Flush and then free badcache in 'bcp'. '*bcp' is set to NULL on return.
79 * \li '*bcp' to be a valid badcache
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dbadcache.h60 dns_badcache_init(isc_mem_t *mctx, unsigned int size, dns_badcache_t **bcp);
71 dns_badcache_destroy(dns_badcache_t **bcp);
/netbsd-src/lib/libc/resolv/
H A Dres_debug.c929 u_char *bcp; in loc_aton() local
1021 bcp = binary; in loc_aton()
1022 *bcp++ = (u_int8_t) 0; /*%< version byte */ in loc_aton()
1023 *bcp++ = siz; in loc_aton()
1024 *bcp++ = hp; in loc_aton()
1025 *bcp++ = vp; in loc_aton()
1026 PUTLONG(latit,bcp); in loc_aton()
1027 PUTLONG(longit,bcp); in loc_aton()
1028 PUTLONG(alt,bcp); in loc_aton()
/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dres_debug.c924 u_char *bcp; local
1016 bcp = binary;
1017 *bcp++ = (u_int8_t) 0; /*%< version byte */
1018 *bcp++ = siz;
1019 *bcp++ = hp;
1020 *bcp++ = vp;
1021 PUTLONG(latit,bcp);
1022 PUTLONG(longit,bcp);
1023 PUTLONG(alt,bcp);
/netbsd-src/sys/ufs/lfs/
H A Dlfs_inode.c724 daddr_t *rcountp, long *lastsegp, size_t *bcp) in lfs_indirtrunc() argument
813 lastsegp, bcp); in lfs_indirtrunc()
819 lfs_blkfree(fs, ip, nb, lfs_sb_getbsize(fs), lastsegp, bcp); in lfs_indirtrunc()
834 &rblkcount, lastsegp, bcp); in lfs_indirtrunc()
/netbsd-src/crypto/external/bsd/heimdal/dist/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);
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dkeystone-k2l-clocks.dtsi208 clock-output-names = "bcp";
H A Dkeystone-k2hk-clocks.dtsi387 clock-output-names = "bcp";
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c1503 void *bcp, in slap_sb_uri() argument
1508 slap_bindconf *bc = bcp; in slap_sb_uri()
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS29943 63a4540471c3712f0fe78571ba18c6fa gcc/testsuite/gcc.c-torture/execute/bcp-1.c
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS33730 63a4540471c3712f0fe78571ba18c6fa gcc/testsuite/gcc.c-torture/execute/bcp-1.c