Searched refs:notfirst (Results 1 – 4 of 4) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.h | 109 #define mDNSValidHostChar(X, notfirst, notlast) (mDNSIsLetter(X) || mDNSIsDigit(X) || ((notfirst) &… argument
|
/external/iproute2/lib/ |
D | utils.c | 555 static int notfirst; in resolve_address() local 581 if (++notfirst == 1) in resolve_address()
|
/external/iproute2/misc/ |
D | ss.c | 560 static int notfirst; in __resolve_service() local 562 if (!notfirst) { in __resolve_service() 564 notfirst = 1; in __resolve_service() 957 static int notfirst; in get_dns_host() local 962 if (!notfirst) { in get_dns_host() 964 notfirst = 1; in get_dns_host()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 9594 int *st, last_tok, t, notfirst; in macro_arg_subst() local 9615 notfirst = 0; in macro_arg_subst() 9617 if (notfirst) in macro_arg_subst() 9621 notfirst = 1; in macro_arg_subst() 13848 int notfirst, index, index_last, align, l, nb_elems, elem_size; in decl_designator() local 13851 notfirst = 0; in decl_designator() 13876 if (!notfirst) in decl_designator() 13884 notfirst = 1; in decl_designator() 13904 if (!notfirst) in decl_designator() 13912 notfirst = 1; in decl_designator() [all …]
|