HomeSort by: relevance | last modified time | path
    Searched defs:is_name (Results 1 - 9 of 9) sorted by relevancy

  /src/bin/sh/
syntax.h 87 #define is_name(c) (sh_ctype(c) & (ISUPPER|ISLOWER|ISUNDER)) macro
  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 2284 bool is_name,
2299 if (is_name)
3200 bool is_name,
3211 if (is_name)
3321 bool is_name;
3345 bool is_name,
3358 entry->is_name = is_name;
3360 if (is_name)
3426 bool is_name,
3317 bool is_name; member in struct:rsrc_entry
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 2272 bool is_name,
2287 if (is_name)
3190 bool is_name,
3201 if (is_name)
3311 bool is_name;
3335 bool is_name,
3348 entry->is_name = is_name;
3350 if (is_name)
3416 bool is_name,
3307 bool is_name; member in struct:rsrc_entry
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 2267 bool is_name,
2282 if (is_name)
3183 bool is_name,
3194 if (is_name)
3304 bool is_name;
3328 bool is_name,
3341 entry->is_name = is_name;
3343 if (is_name)
3409 bool is_name,
3300 bool is_name; member in struct:rsrc_entry
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
peXXigen.c 2278 bool is_name,
2293 if (is_name)
3196 bool is_name,
3207 if (is_name)
3317 bool is_name;
3341 bool is_name,
3354 entry->is_name = is_name;
3356 if (is_name)
3422 bool is_name,
3313 bool is_name; member in struct:rsrc_entry
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 271 char is_name; /* True iff data is a label */ member in struct:server_reply_item
1777 evdns_server_request_add_reply(struct evdns_server_request *req_, int section, const char *name, int type, int class, int ttl, int datalen, int is_name, const char *data)
1818 item->is_name = is_name != 0;
1822 if (item->is_name) {
1965 if (item->is_name) {
  /src/external/bsd/libevent/dist/
evdns.c 273 char is_name; /* True iff data is a label */ member in struct:server_reply_item
1782 evdns_server_request_add_reply(struct evdns_server_request *req_, int section, const char *name, int type, int class, int ttl, int datalen, int is_name, const char *data)
1823 item->is_name = is_name != 0;
1827 if (item->is_name) {
1970 if (item->is_name) {
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1662 bool is_name : 1; member in struct:gfc_omp_trait_property
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1613 bool is_name : 1; member in struct:gfc_omp_trait_property

Completed in 82 milliseconds