Home
last modified time | relevance | path

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

/busybox-1.35.0/runit/
Dchpst.c196 OPT_1 = (1 << 19) * ENABLE_CHPST, enumerator
482 if (opt & OPT_1) in chpst_main()
/busybox-1.35.0/coreutils/
Dls.c226 OPT_1 = (1 << 4), enumerator
644 if (option_mask32 & (OPT_l|OPT_1)) { in display_files()
1192 if (!(option_mask32 & (OPT_l|OPT_1|OPT_x|OPT_C))) in ls_main()
1193 option_mask32 |= (isatty(STDOUT_FILENO) ? OPT_C : OPT_1); in ls_main()
/busybox-1.35.0/archival/
Dlzop.c490 OPT_1 = (1 << 7), enumerator
1040 if (option_mask32 & OPT_1) { in lzo_set_method()
/busybox-1.35.0/networking/
Dftpd.c1163 OPT_1 = (1 << 1), enumerator
1202 if (opts & (OPT_l|OPT_1)) { in ftpd_main()