OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
467
bool
is_name
= false; // Is this test for header name?
local
470
is_name
= true;
473
is_name
= true;
476
is_name
= true;
479
is_name
= true;
496
is_name
? &name_match : &value_match;
504
StringMatchTest::Create(*it, match_type, !
is_name
).release());
510
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 223 milliseconds