Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/distrib/
Dpull_requests_interval.sh58 unset notfirst
66 if [ "x$notfirst" = "x" ] ; then
67 notfirst=true
/external/mdnsresponder/mDNSCore/
DDNSCommon.h109 #define mDNSValidHostChar(X, notfirst, notlast) (mDNSIsLetter(X) || mDNSIsDigit(X) || ((notfirst) &… argument
/external/iproute2/lib/
Dutils.c902 static int notfirst; in resolve_address() local
929 if (++notfirst == 1) in resolve_address()
/external/iproute2/misc/
Dss.c982 static int notfirst; in __resolve_service() local
985 if (!notfirst) { in __resolve_service()
987 notfirst = 1; in __resolve_service()
1453 static int notfirst; in get_dns_host() local
1458 if (!notfirst) { in get_dns_host()
1460 notfirst = 1; in get_dns_host()