Searched refs:bs1 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dcheck-der.c983 const heim_bit_string bs1 = { 8, "a" } , bs2 = { 7, "a" }; local
984 ret = der_heim_bit_string_cmp(&bs1, &bs2);
990 const heim_bit_string bs1 = { 7, "\x0f" } , bs2 = { 7, "\x02" }; local
991 ret = der_heim_bit_string_cmp(&bs1, &bs2);
998 heim_bmp_string bs1 = { 1, NULL } , bs2 = { 0, NULL }; local
999 bs1.data = &data;
1000 ret = der_heim_bmp_string_cmp(&bs1, &bs2);
/macosx-10.10/ntfs-84/kext/
H A Dntfs_vfsops.c266 NTFS_BOOT_SECTOR *bs1, *bs2; local
275 err = buf_map(primary, (caddr_t*)&bs1);
279 bs1 = NULL;
281 if (ntfs_boot_sector_is_valid(mp, bs1)) {
283 *bs = bs1;
292 bs1 = NULL;
297 if (bs1) {
350 if (bs1) {
367 if (bs1 && !NVolReadOnly(vol)) {
370 memcpy(bs1, bs
[all...]
/macosx-10.10/file-46/file/src/
H A Dapprentice.c103 private void bs1(struct magic *);
2346 bs1(&magic[i]);
2414 bs1(struct magic *m) function
/macosx-10.10/ruby-106/ruby/
H A Dregparse.c2047 BitSet bs1, bs2; local
2057 bitset_invert_to(bsr1, bs1);
2058 bsr1 = bs1;
2105 BitSet bs1, bs2; local
2115 bitset_invert_to(bsr1, bs1);
2116 bsr1 = bs1;

Completed in 120 milliseconds