/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);
|
/src/sys/ufs/lfs/ |
lfs_inode.c | 724 daddr_t *rcountp, long *lastsegp, size_t *bcp) 813 lastsegp, bcp); 819 lfs_blkfree(fs, ip, nb, lfs_sb_getbsize(fs), lastsegp, bcp); 834 &rblkcount, lastsegp, bcp);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
keystone-k2l-clocks.dtsi | 208 clock-output-names = "bcp";
|
keystone-k2hk-clocks.dtsi | 387 clock-output-names = "bcp";
|
/src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/ |
floatditf_test.h | [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/ |
floatditf_test.h | [all...] |