Searched refs:OPTION_STR (Results 1 – 8 of 8) sorted by relevance
/busybox-1.35.0/procps/ |
D | sysctl.c | 55 #define OPTION_STR "neAapwq" macro 317 opt = getopt32(argv, "+" OPTION_STR); /* '+' - stop on first non-option */ in sysctl_main()
|
/busybox-1.35.0/archival/ |
D | cpio.c | 196 #define OPTION_STR "it0uvdmLF:R:" macro 448 opt = getopt32long(argv, OPTION_STR, long_opts, &cpio_filename, &cpio_owner); in cpio_main() 450 opt = getopt32long(argv, OPTION_STR "oH:" IF_FEATURE_CPIO_P("p"), long_opts, in cpio_main()
|
/busybox-1.35.0/networking/ |
D | ifplugd.c | 119 # define OPTION_STR "+ansfFi:r:It:+u:+d:+m:pqlx:Mk" macro 121 # define OPTION_STR "+ansfFi:r:It:+u:+d:+m:pqlx:M" macro 574 opts = getopt32(argv, OPTION_STR, in ifplugd_main()
|
D | ifupdown.c | 210 #define OPTION_STR "anvf" IF_FEATURE_IFUPDOWN_MAPPING("m") "i:" macro 1397 getopt32(argv, OPTION_STR, &interfaces); in ifupdown_main()
|
/busybox-1.35.0/findutils/ |
D | xargs.c | 592 #define OPTION_STR "+trn:s:e::E:" \ macro 621 opt = getopt32long(argv, OPTION_STR, in xargs_main()
|
/busybox-1.35.0/sysklogd/ |
D | syslogd.c | 352 #define OPTION_STR "m:nO:l:St" \ macro 1141 opts = getopt32(argv, "^"OPTION_STR"\0""=0", OPTION_PARAM); in syslogd_main() 1197 #undef OPTION_STR
|
/busybox-1.35.0/util-linux/ |
D | fsck_minix.c | 229 #define OPTION_STR "larvsmf" macro 1238 getopt32(argv, "^" OPTION_STR "\0" "=1:ar" /* one arg; -a assumes -r */); in fsck_minix_main()
|
D | mount.c | 286 #define OPTION_STR "o:*t:rwanfvsiO:" IF_FEATURE_MOUNT_OTHERTAB("T:") macro 2305 OPTION_STR in mount_main()
|