Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dsort.c113 FLAG_o = 1 << 16, enumerator
452 can_drop_dups = ((opts & ~(FLAG_o|FLAG_z|FLAG_r|FLAG_s)) == FLAG_u); in sort_main()
638 if (option_mask32 & FLAG_o) in sort_main()
/busybox-1.35.0/selinux/
Dsetfiles.c169 #define FLAG_o (option_mask32 & OPT_o) macro