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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbcache.c39 struct bstring struct
42 struct bstring *next;
74 struct bstring **bucket;
138 struct bstring **new_buckets;
158 new_buckets = (struct bstring **) xmalloc (new_size);
169 struct bstring *s, *next;
173 struct bstring **new_bucket;
194 /* The number of bytes needed to allocate a struct bstring whose data
196 #define BSTRING_SIZE(n) (offsetof (struct bstring, d.data) + (n))
207 struct bstring *
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_string.h17 # include <bstring.h>
/freebsd-9.3-release/crypto/openssh/
H A Dincludes.h32 # include <bstring.h>
H A Dconfigure6569 bstring.h \
/freebsd-9.3-release/sbin/routed/
H A Ddefs.h72 #include <bstring.h>
/freebsd-9.3-release/sbin/routed/rtquery/
H A Drtquery.c49 #include <bstring.h>
/freebsd-9.3-release/contrib/ntp/
H A Dconfigure29613 for ac_header in bstring.h
29615 ac_fn_c_check_header_mongrel "$LINENO" "bstring.h" "ac_cv_header_bstring_h" "$ac_includes_default"
[all...]

Completed in 127 milliseconds