Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dshuf.c73 char *opt_i_str, *opt_n_str, *opt_o_str; in shuf_main() local
83 &opt_i_str, &opt_n_str, &opt_o_str in shuf_main()
161 xmove_fd(xopen(opt_o_str, O_WRONLY|O_CREAT|O_TRUNC), STDOUT_FILENO); in shuf_main()