Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtunctl.c80 OPT_g = 1 << 4, // set new interface group in tunctl_main() enumerator
111 if (opts & OPT_g) { in tunctl_main()
/busybox-1.35.0/util-linux/
Dhexdump_xxd.c68 #define OPT_g (1 << 6) macro
Dmkfs_ext2.c203 OPT_g = 1 << 11, enumerator
/busybox-1.35.0/coreutils/
Dls.c228 OPT_g = (1 << 6), enumerator
512 if (opt & OPT_g) in display_single()
521 if (opt & OPT_g) { in display_single()