OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notfirst
(Results
1 - 5
of
5
) sorted by null
/external/mdnsresponder/mDNSCore/
DNSCommon.h
109
#define mDNSValidHostChar(X,
notfirst
, notlast) (mDNSIsLetter(X) || mDNSIsDigit(X) || ((
notfirst
) && (notlast) && (X) == '-') )
/packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java
575
boolean
notFirst
= false;
577
if (
notFirst
) {
581
notFirst
= true;
/external/iproute2/lib/
utils.c
555
static int
notfirst
;
local
581
if (++
notfirst
== 1)
/external/iproute2/misc/
ss.c
560
static int
notfirst
;
local
562
if (!
notfirst
) {
564
notfirst
= 1;
957
static int
notfirst
;
local
962
if (!
notfirst
) {
964
notfirst
= 1;
[
all
...]
/external/valgrind/main/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 426 milliseconds