Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dsplit.c85 #define SPLIT_OPT_b (1<<1) macro
111 if (opt & SPLIT_OPT_b) // FIXME: also needs XATOOFF in split_main()
156 if (opt & SPLIT_OPT_b) { in split_main()