HomeSort by relevance Sort by last modified time
    Searched refs:notfirst (Results 1 - 4 of 4) sorted by null

  /external/mdnsresponder/mDNSCore/
DNSCommon.h 109 #define mDNSValidHostChar(X, notfirst, notlast) (mDNSIsLetter(X) || mDNSIsDigit(X) || ((notfirst) && (notlast) && (X) == '-') )
  /external/iproute2/lib/
utils.c 787 static int notfirst; local
813 if (++notfirst == 1)
  /external/iproute2/misc/
ss.c 949 static int notfirst; local
951 if (!notfirst) {
953 notfirst = 1;
1367 static int notfirst; local
1372 if (!notfirst) {
1374 notfirst = 1;
    [all...]
  /external/valgrind/perf/
tinycc.c 9594 int *st, last_tok, t, notfirst; local
13848 int notfirst, index, index_last, align, l, nb_elems, elem_size; local
    [all...]

Completed in 161 milliseconds