HomeSort by relevance Sort by last modified time
    Searched refs:is_name (Results 1 - 14 of 14) 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
var.c 232 if (! is_name(*p))
parser.c 1267 if (c != '(' && c != OPENBRACE && !is_name(c) && !is_special(c)) {
1293 if (is_name(c)) {
    [all...]
eval.c 717 if (varflag && is_name(*p)) {
735 if (!is_name(*p))
expand.c 623 special = !is_name(*p);
  /external/chromium/third_party/libevent/
evdns.h 513 int evdns_server_request_add_reply(struct evdns_server_request *req, int section, const char *name, int type, int dns_class, int ttl, int datalen, int is_name, const char *data);
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.h 513 int evdns_server_request_add_reply(struct evdns_server_request *req, int section, const char *name, int type, int dns_class, int ttl, int datalen, int is_name, const char *data);
evdns.c 252 char is_name; /* True iff data is a label */ member in struct:server_reply_item
    [all...]
  /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/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/
option.c 413 char *option_string(unsigned char opt, int *is_ip, int *is_name)
422 if (is_name)
423 *is_name = !!(opttab[i].size & OT_NAME);
    [all...]
rfc2131.c 1420 int is_ip, is_name, i; local
    [all...]
dnsmasq.h 765 char *option_string(unsigned char opt, int *is_ip, int *is_name);

Completed in 1157 milliseconds