Home
last modified time | relevance | path

Searched refs:recursing (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep-opts.def63 version, the operating system and the processor. Optionally recursing through
H A Dinvoke-ntpsweep.texi16 version, the operating system and the processor. Optionally recursing through
/freebsd/usr.sbin/ppp/
H A Dipv6cp.c524 static int recursing; in ipv6cp_LayerDown() local
527 if (!recursing++) { in ipv6cp_LayerDown()
568 recursing--; in ipv6cp_LayerDown()
H A Dipcp.c871 static int recursing; in IpcpLayerDown() local
874 if (!recursing++) { in IpcpLayerDown()
904 recursing--; in IpcpLayerDown()
/freebsd/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh410 style=recursing
/freebsd/contrib/bmake/mk/
H A Ddirdeps.mk917 .error You should have stopped recursing by now.
/freebsd/share/mk/
H A Ddirdeps.mk917 .error You should have stopped recursing by now.
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc375 // instead of recursing in the signal handler.