Home
last modified time | relevance | path

Searched refs:bstring (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dbcache.c37 struct bstring struct
40 struct bstring *next; argument
72 struct bstring **bucket; argument
146 struct bstring **new_buckets; in expand_hash_table()
167 new_buckets = (struct bstring **) xmalloc (new_size); in expand_hash_table()
178 struct bstring *s, *next; in expand_hash_table()
182 struct bstring **new_bucket; in expand_hash_table()
205 #define BSTRING_SIZE(n) (offsetof (struct bstring, d.data) + (n))
228 struct bstring *s; in bcache_full()
272 struct bstring *new in bcache_full()
[all …]
/dflybsd-src/contrib/binutils-2.34/bfd/
H A DpeXXigen.c3628 bfd_byte * bstring; in rsrc_cmp() local
3637 bstring = b->name_id.name.string; in rsrc_cmp()
3653 res = rscpcmp ((const wchar_t *) astring, (const wchar_t *) bstring, in rsrc_cmp()
3661 for (i = min (alen, blen); i--; astring += 2, bstring += 2) in rsrc_cmp()
3674 unsigned int Blen = u16_mbtouc (& bwc, (const unsigned short *) bstring, 2); in rsrc_cmp()
3693 res = memcmp (astring, bstring, min (alen, blen) * 2); in rsrc_cmp()
3810 bfd_byte * bstring; in rsrc_merge_string_entries() local
3819 bstring = b->value.leaf->data; in rsrc_merge_string_entries()
3824 unsigned int blen = bstring[0] + (bstring[1] << 8); in rsrc_merge_string_entries()
3838 else if (memcmp (astring + 2, bstring + 2, alen * 2) != 0) in rsrc_merge_string_entries()
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A DpeXXigen.c3592 bfd_byte * bstring; in rsrc_cmp() local
3601 bstring = b->name_id.name.string; in rsrc_cmp()
3617 res = rscpcmp ((const wchar_t *) astring, (const wchar_t *) bstring, in rsrc_cmp()
3625 for (i = min (alen, blen); i--; astring += 2, bstring += 2) in rsrc_cmp()
3638 unsigned int Blen = u16_mbtouc (& bwc, (const unsigned short *) bstring, 2); in rsrc_cmp()
3657 res = memcmp (astring, bstring, min (alen, blen) * 2); in rsrc_cmp()
3774 bfd_byte * bstring; in rsrc_merge_string_entries() local
3783 bstring = b->value.leaf->data; in rsrc_merge_string_entries()
3788 unsigned int blen = bstring[0] + (bstring[1] << 8); in rsrc_merge_string_entries()
3802 else if (memcmp (astring + 2, bstring + 2, alen * 2) != 0) in rsrc_merge_string_entries()
[all …]
/dflybsd-src/lib/libc/string/
H A DMakefile.inc33 MAN+= bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
/dflybsd-src/crypto/openssh/
H A Dconfig.h.in270 /* Define to 1 if you have the <bstring.h> header file. */
H A Dconfig.log1394 configure:10870: checking for bstring.h
1396 conftest.c:53:10: fatal error: bstring.h: No such file or directory
1397 #include <bstring.h>
1454 | #include <bstring.h>
H A Dconfigure.ac461 bstring.h \