HomeSort by relevance Sort by last modified time
    Searched defs:is_name (Results 1 - 6 of 6) 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/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute.cc 468 bool is_name = false; // Is this test for header name? local
471 is_name = true;
474 is_name = true;
477 is_name = true;
480 is_name = true;
497 is_name ? &name_match : &value_match;
505 StringMatchTest::Create(*it, match_type, !is_name).release());
511 StringMatchTest::Create(content, match_type, !is_name).release());
  /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...]
  /external/chromium_org/third_party/libevent/
evdns.c 252 char is_name; /* True iff data is a label */ member in struct:server_reply_item
    [all...]

Completed in 486 milliseconds