OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notfirst
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/lib/
utils.c
787
static int
notfirst
;
local
813
if (++
notfirst
== 1)
/external/iproute2/misc/
ss.c
945
static int
notfirst
;
local
947
if (!
notfirst
) {
949
notfirst
= 1;
1339
static int
notfirst
;
local
1344
if (!
notfirst
) {
1346
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 311 milliseconds