Home
last modified time | relevance | path

Searched refs:notfirst (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSCore/
DDNSCommon.h109 #define mDNSValidHostChar(X, notfirst, notlast) (mDNSIsLetter(X) || mDNSIsDigit(X) || ((notfirst) &… argument
/external/iproute2/lib/
Dutils.c560 static int notfirst; in resolve_address() local
586 if (++notfirst == 1) in resolve_address()
/external/iproute2/misc/
Dss.c569 static int notfirst; in __resolve_service() local
571 if (!notfirst) { in __resolve_service()
573 notfirst = 1; in __resolve_service()
966 static int notfirst; in get_dns_host() local
971 if (!notfirst) { in get_dns_host()
973 notfirst = 1; in get_dns_host()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbitvect.c1075 boolean notfirst; in BitVector_Interval_Copy() local
1111 notfirst = FALSE; in BitVector_Interval_Copy()
1116 if (notfirst) in BitVector_Interval_Copy()
1167 if (notfirst) in BitVector_Interval_Copy()
1208 notfirst = TRUE; in BitVector_Interval_Copy()
/external/valgrind/main/perf/
Dtinycc.c9594 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 …]