Home
last modified time | relevance | path

Searched refs:is_string (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/dtc/
HDfdtget.c73 int is_string; in show_data() local
80 is_string = (disp->type) == 's' || in show_data()
82 if (is_string) { in show_data()
/NextBSD/usr.bin/dtc/
HDchecking.hh180 return (p->begin() + 1 == p->end()) && p->begin()->is_string(); in check()
198 if (!(i->is_string() || i->is_string_list())) in check()
HDfdt.hh160 inline bool is_string() in is_string() function
/NextBSD/bin/expr/
HDexpr.y55 int is_string(struct val *);
227 is_string(struct val *vp) in is_string() function
339 if (is_string(a) || is_string(b)) { in compare_vals()
/NextBSD/crypto/openssl/crypto/x509v3/
HDv3_alt.c433 char is_string = 0; in a2i_GENERAL_NAME() local
455 is_string = 1; in a2i_GENERAL_NAME()
500 if (is_string) { in a2i_GENERAL_NAME()
/NextBSD/contrib/gcc/
HDggc-zone.c2168 bool is_string) in pch_bucket() argument
2177 if (is_string) in pch_bucket()
2188 size_t size, bool is_string, enum gt_types_enum type) in ggc_pch_count_object() argument
2194 d->d.type_totals[pch_bucket (x, type, is_string)] += size; in ggc_pch_count_object()
2244 size_t size, bool is_string, in ggc_pch_alloc_object() argument
2249 int bucket = pch_bucket (x, type, is_string); in ggc_pch_alloc_object()
2285 size_t size, bool is_string ATTRIBUTE_UNUSED) in ggc_pch_write_object()
HDggc-page.c2047 size_t size, bool is_string ATTRIBUTE_UNUSED, in ggc_pch_count_object()
2091 size_t size, bool is_string ATTRIBUTE_UNUSED, in ggc_pch_alloc_object()
2121 size_t size, bool is_string ATTRIBUTE_UNUSED) in ggc_pch_write_object()
/NextBSD/contrib/gdb/gdb/
HDstabsread.c1434 int is_string = 0; in read_type() local
1619 else if (type_size >= 0 || is_string) in read_type()
1802 is_string = 1; in read_type()
1910 if (is_string) in read_type()
1919 if (is_string) in read_type()