Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/rc/rc.d/
H A Dnetwait32 local ip rc count output link wait_if got_if any_error
43 any_error=0
70 any_error=1
73 any_error=1
76 if [ ${any_error} -eq 1 ]; then
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c9452 int any_error = 0; in grokparms() local
9502 any_error = 1; /* Seems like a good idea. */ in grokparms()
9526 if (any_error) in grokparms()