Searched refs:bbp (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/
H A Dpubtypes.C53 B beta, *bbp; local
61 bbp = β refer (bbp);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dclass2.cc68 B beta, *bbp; local
78 bbp = β refer (bbp);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A DUpdatePoint91 bbp=0
141 bbp=1
149 # bbp=0
162 bbp=1
172 bbp=1
238 case "$bbp::$betapoint" in
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Drttid3.C70 B *bbp = &f; variable
107 if (vp != (void *)bbp) error(22);
113 if (vp != (void *)bbp) error(24);
H A Drttid2.C66 B *bbp = dp; variable
98 if (vp != (void *)bbp) error(22);
H A Drtti2.C64 B *bbp = dp; variable
87 if (typeid(*aap) == typeid(*bbp)) error(33);
H A Drtti3.C68 B *bbp = &f; variable
95 if (typeid(*aap) != typeid(*bbp)) error(37);
H A Drtti4.C63 B *bbp = (B *)dp; variable
85 if (typeid(*aap) != typeid(*bbp)) error(33);
H A Drttid4.C66 B *bbp = (B *)dp; variable
104 // if (vp == (void *)bbp) error(22);
110 if (vp == (void *)bbp) error(24);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Drttid3.C70 B *bbp = &f; variable
107 if (vp != (void *)bbp) error(22);
113 if (vp != (void *)bbp) error(24);
H A Drttid2.C66 B *bbp = dp; variable
98 if (vp != (void *)bbp) error(22);
H A Drtti2.C64 B *bbp = dp; variable
87 if (typeid(*aap) == typeid(*bbp)) error(33);
H A Drtti3.C68 B *bbp = &f; variable
95 if (typeid(*aap) != typeid(*bbp)) error(37);
H A Drtti4.C63 B *bbp = (B *)dp; variable
85 if (typeid(*aap) != typeid(*bbp)) error(33);
H A Drttid4.C66 B *bbp = (B *)dp; variable
104 // if (vp == (void *)bbp) error(22);
110 if (vp == (void *)bbp) error(24);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dhttpread.c407 char *bbp; /* pointer into body buffer */ local
547 bbp = h->body + h->body_nbytes;
554 if (bbp-cbp >= 2 && bbp[-2] == '\r' &&
555 bbp[-1] == '\n') {
567 bbp = cbp;
591 if (bbp[-1] == '\n' &&
592 bbp[-2] == '\r') {
596 bbp -= 2;
621 *bbp
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/flashctl/
H A Dflashctl.c152 struct flash_badblock_params bbp; local
166 bbp.bbp_addr = addr;
168 error = ioctl(fd, FLASH_BLOCK_ISBAD, &bbp);
174 if (bbp.bbp_isbad) {
/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs_alloc.c350 char *bbp; local
365 bbp = (char *)bp->b_data;
374 if (isclr(bbp, bpref)) {
391 if (bbp[loc] == 0) {
397 if (bbp[loc] == 0) {
403 bno = ext2fs_mapsearch(fs, bbp, bpref);
408 if (isset(bbp, (daddr_t)bno)) {
414 setbit(bbp, (daddr_t)bno);
501 char *bbp; local
520 bbp
592 ext2fs_mapsearch(struct m_ext2fs *fs, char *bbp, daddr_t bpref) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/xargs/
H A Dxargs.c76 static char *argp, *bbp, *ebp, *inpline, *p, *replstr; variable
267 if ((bbp = malloc((size_t)(nline + 1))) == NULL)
269 ebp = (argp = p = bbp) + nline - 1;
285 if (p == bbp) {
376 p = bbp;
422 (void)memcpy(bbp, argp, (size_t)cnt);
423 p = (argp = bbp) + cnt;
/netbsd-6-1-5-RELEASE/sys/dev/flash/
H A Dflash.c389 struct flash_badblock_params *bbp; local
429 bbp = data;
431 err = flash_block_isbad(sc->sc_dev, bbp->bbp_addr, &bad);
435 bbp->bbp_isbad = bad;
439 bbp = data;
441 err = flash_block_markbad(sc->sc_dev, bbp->bbp_addr);
/netbsd-6-1-5-RELEASE/sbin/newfs_ext2fs/
H A Dmke2fs.c1252 uint8_t *bbp; local
1261 bbp = malloc(sblock.e2fs_bsize);
1262 if (bbp == NULL)
1264 rdfs(fsbtodb(&sblock, gd[0].ext2bgd_b_bitmap), sblock.e2fs_bsize, bbp);
1271 if (bbp[loc] == 0) {
1278 loc = skpc(~0U, len, bbp);
1282 map = bbp[loc];
1291 if (isset(bbp, bno))
1294 setbit(bbp, bno);
1295 wtfs(fsbtodb(&sblock, gd[0].ext2bgd_b_bitmap), sblock.e2fs_bsize, bbp); local
[all...]

Completed in 148 milliseconds