Home
last modified time | relevance | path

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

/busybox-1.35.0/findutils/
Dxargs.c589 OPT_REPLSTR = IF_FEATURE_XARGS_SUPPORT_REPL_STR( (1 << OPTBIT_REPLSTR )) + 0, enumerator
701 if (opt & (OPT_REPLSTR | OPT_REPLSTR1)) { in xargs_main()