Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dbcache.c39 struct bstring struct
42 struct bstring *next; argument
74 struct bstring **bucket; argument
136 struct bstring **new_buckets; in expand_hash_table()
156 new_buckets = (struct bstring **) xmalloc (new_size); in expand_hash_table()
167 struct bstring *s, *next; in expand_hash_table()
171 struct bstring **new_bucket; in expand_hash_table()
193 #define BSTRING_SIZE(n) (offsetof (struct bstring, d.data) + (n))
204 struct bstring *s; in bcache_data()
234 struct bstring *new in bcache_data()
[all …]
H A DChangeLog-20026661 (struct bstring, struct bcache): Move definition to "bcache.c".
6667 (struct bstring, struct bcache): Moved to here from "bcache.h".
H A DChangeLog-20031278 * bcache.c (struct bstring): Make "length" an unsigned short, add
/openbsd-src/regress/lib/libutil/ber/
H A Dber_test_int_i.c528 void *bstring = NULL; in test_read_elements() local
623 void *bstring = NULL; in test_printf_elements() local
H A Dber_test.c330 void *bstring = NULL; in test() local
408 if (ober_get_bitstring(elm, &bstring, &len) == -1) { in test()