| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| i386-mpx-sigsegv.c | 33 bp2 (int value) function 57 bp2 (value);
|
| /src/sys/fs/cd9660/ |
| cd9660_node.c | 150 struct buf *bp2 = NULL; local 170 NULL, &bp2); 171 bp = bp2; 200 if (bp2) 201 brelse(bp2, 0); 211 struct buf *bp2 = NULL; local 220 NULL, &bp2); 221 bp = bp2; 241 if (bp2) 242 brelse(bp2, 0) [all...] |
| cd9660_vfsops.c | 842 struct buf *bp2; local 846 NULL, &bp2); 848 bp2 = NULL; 849 cd9660_defattr(isodir, ip, bp2); 850 cd9660_deftstamp(isodir, ip, bp2); 851 if (bp2) 852 brelse(bp2, 0);
|
| /src/sbin/brconfig/ |
| brconfig.c | 350 struct ifbrparam bp1, bp2; local 370 if (do_cmd(sock, bridge, BRDGGTO, &bp2, sizeof(bp2), 0) < 0) 374 bp1.ifbrp_csize, bp2.ifbrp_ctime);
|
| /src/bin/csh/ |
| func.c | 78 struct biltins *bp, *bp1, *bp2; local 97 * Binary search Bp1 is the beginning of the current search range. Bp2 is 100 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) { 103 bp = bp1 + ((bp2 - bp1) >> 1); 108 bp2 = bp;
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| oakley.c | 863 char *p, *bp2; local 911 bp2 = (sw == GENERATE ? 914 bp2 = (sw == GENERATE ? 917 memcpy(p, bp2, bl); 921 bp2 = (sw == GENERATE ? 924 bp2 = (sw == GENERATE ? 927 memcpy(p, bp2, bl);
|