HomeSort by relevance Sort by last modified time
    Searched defs:is_name (Results 1 - 4 of 4) sorted by null

  /system/core/sh/
syntax.h 74 #define is_name(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && ((c) == '_' || isalpha((unsigned char)(c)))) macro
  /external/elfutils/src/
objdump.c 112 bool is_name; member in struct:section_list
206 newp->is_name = false;
210 newp->is_name = true;
520 if (runp->is_name)
  /external/dnsmasq/src/
rfc2131.c 1420 int is_ip, is_name, i; local
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 252 char is_name; /* True iff data is a label */ member in struct:server_reply_item
    [all...]

Completed in 46 milliseconds