Home
last modified time | relevance | path

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

/busybox-1.35.0/findutils/
Dxargs.c517 static int xargs_ask_confirmation(void) in xargs_ask_confirmation() function
532 # define xargs_ask_confirmation() 1 macro
756 if (!(opt & OPT_INTERACTIVE) || xargs_ask_confirmation()) { in xargs_main()