Home
last modified time | relevance | path

Searched refs:OPTION_STR (Results 1 – 8 of 8) sorted by relevance

/busybox-1.35.0/procps/
Dsysctl.c55 #define OPTION_STR "neAapwq" macro
317 opt = getopt32(argv, "+" OPTION_STR); /* '+' - stop on first non-option */ in sysctl_main()
/busybox-1.35.0/archival/
Dcpio.c196 #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/
Difplugd.c119 # 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()
Difupdown.c210 #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/
Dxargs.c592 #define OPTION_STR "+trn:s:e::E:" \ macro
621 opt = getopt32long(argv, OPTION_STR, in xargs_main()
/busybox-1.35.0/sysklogd/
Dsyslogd.c352 #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/
Dfsck_minix.c229 #define OPTION_STR "larvsmf" macro
1238 getopt32(argv, "^" OPTION_STR "\0" "=1:ar" /* one arg; -a assumes -r */); in fsck_minix_main()
Dmount.c286 #define OPTION_STR "o:*t:rwanfvsiO:" IF_FEATURE_MOUNT_OTHERTAB("T:") macro
2305 OPTION_STR in mount_main()