Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dpgrep.c71 OPTBIT_F, enumerator
82 #define OPT_FULL (opt & (1 << OPTBIT_F))
/busybox-1.35.0/coreutils/
Dls.c235 OPTBIT_F = 12, enumerator
237 OPTBIT_R = OPTBIT_F + 2 * ENABLE_FEATURE_LS_FILETYPES,
257 OPT_F = (1 << OPTBIT_F) * ENABLE_FEATURE_LS_FILETYPES,
/busybox-1.35.0/findutils/
Dgrep.c124 OPTBIT_F, /* literal match */ enumerator
148 OPT_F = 1 << OPTBIT_F,
/busybox-1.35.0/editors/
Dawk.c83 OPTBIT_F, /* define field separator */ enumerator
88 OPT_F = 1 << OPTBIT_F,