Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dsort.c103 FLAG_z = 1 << 7, /* Input and output is NUL terminated, not \n */ enumerator
249 ((option_mask32 & FLAG_z) \
452 can_drop_dups = ((opts & ~(FLAG_o|FLAG_z|FLAG_r|FLAG_s)) == FLAG_u); in sort_main()
642 int ch = (option_mask32 & FLAG_z) ? '\0' : '\n'; in sort_main()