Searched refs:is_name (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | peXXigen.c | 2230 bool is_name, in rsrc_print_resource_entries() argument 2245 if (is_name) in rsrc_print_resource_entries() 3141 bool is_name, in rsrc_count_entries() argument 3152 if (is_name) in rsrc_count_entries() 3262 bool is_name; member 3286 bool is_name, in rsrc_parse_entry() argument 3299 entry->is_name = is_name; in rsrc_parse_entry() 3301 if (is_name) in rsrc_parse_entry() 3365 bool is_name, in rsrc_parse_entries() argument 3392 entry_end = rsrc_parse_entry (abfd, is_name, entry, datastart, in rsrc_parse_entries() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | peXXigen.c | 2248 bool is_name, in rsrc_print_resource_entries() argument 2263 if (is_name) in rsrc_print_resource_entries() 3163 bool is_name, in rsrc_count_entries() argument 3174 if (is_name) in rsrc_count_entries() 3284 bool is_name; member 3308 bool is_name, in rsrc_parse_entry() argument 3321 entry->is_name = is_name; in rsrc_parse_entry() 3323 if (is_name) in rsrc_parse_entry() 3389 bool is_name, in rsrc_parse_entries() argument 3416 entry_end = rsrc_parse_entry (abfd, is_name, entry, datastart, in rsrc_parse_entries() [all …]
|
/netbsd-src/bin/sh/ |
H A D | syntax.h | 85 #define is_name(c) (sh_ctype(c) & (ISUPPER|ISLOWER|ISUNDER)) macro
|
H A D | arith_token.c | 103 } else if (is_name(token)) { in arith_token()
|
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | dns.h | 670 …on, const char *name, int type, int dns_class, int ttl, int datalen, int is_name, const char *data…
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | evdns.c | 273 char is_name; /* True iff data is a label */ member 1779 …ection, const char *name, int type, int class, int ttl, int datalen, int is_name, const char *data) in evdns_server_request_add_reply() argument 1820 item->is_name = is_name != 0; in evdns_server_request_add_reply() 1824 if (item->is_name) { in evdns_server_request_add_reply() 1967 if (item->is_name) { in evdns_server_request_format_response()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | gfortran.h | 1613 bool is_name : 1; member
|
H A D | openmp.cc | 185 if (current->is_name) in gfc_free_omp_trait_property_list() 4807 otp->is_name = true; in gfc_match_omp_context_selector()
|
H A D | trans-openmp.cc | 7671 if (otp->is_name) in gfc_trans_omp_declare_variant()
|