Home
last modified time | relevance | path

Searched refs:foundone (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-sink.c89 bool foundone = false; in find_bb_for_arg() local
94 if (foundone) in find_bb_for_arg()
96 foundone = true; in find_bb_for_arg()
/openbsd/usr.bin/netstat/
H A Dif.c519 int foundone = 0; in fetchifs() local
548 } else if (interface == NULL && foundone == 0 && in fetchifs()
551 foundone = 1; in fetchifs()
580 if (interface == NULL && foundone == 0) { in fetchifs()