Searched refs:getopt32 (Results 1 - 25 of 144) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/libcoreutils/
H A Dgetopt_mk_fifo_nod.c34 opt = getopt32(argv, "m:" USE_SELINUX("Z:"), &smode USE_SELINUX(,&scontext));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dcryptpw.c15 if (!getopt32(argv, "a:", NULL) || argv[optind - 1][0] != 'd') {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Drm.c30 opt = getopt32(argv, "fiRr");
H A Drmdir.c27 flags = getopt32(argv, "p");
H A Dtty.c24 USE_INCLUDE_SUSv2(silent = getopt32(argv, "s");)
H A Dcat.c49 getopt32(argv, "u");
H A Dreadlink.c24 opt = getopt32(argv, "f");
H A Dtouch.c29 int flags = getopt32(argv, "c");
H A Dcatv.c22 flags = getopt32(argv, "etv");
H A Denv.c57 opt = getopt32(argv, "+iu:", &unset_env);
H A Dmkdir.c52 opt = getopt32(argv, "m:p" USE_SELINUX("Z:"), &smode USE_SELINUX(,&scontext));
H A Ddf.c50 opt = getopt32(argv, "hmk");
60 opt = getopt32(argv, "k");
H A Ddu.c173 opt = getopt32(argv, "aHkLsx" "d:" "lc" "hm", &smax_print_depth);
188 opt = getopt32(argv, "aHkLsx" "d:" "lc", &smax_print_depth);
H A Dexpand.c156 opt = getopt32(argv, "it:", &opt_t);
161 opt = getopt32(argv, "ft:a", &opt_t);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/debianutils/
H A Dmktemp.c17 unsigned long flags = getopt32(argv, "dqt");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/console-tools/
H A Dsetconsole.c30 flags = getopt32(argv, "r");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Deject.c36 flags = getopt32(argv, "tT");
H A Dwatchdog.c33 opts = getopt32(argv, "Ft:", &t_arg);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dbbunzip.c157 getopt32(argv, "cf");
256 getopt32(argv, "cfvdt");
294 getopt32(argv, "cf");
336 getopt32(argv, "cf");
H A Dar.c55 opt = getopt32(argv, "ptxovcr");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dhalt.c38 flags = getopt32(argv, "d:nf:q", &delay);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Ddmesg.c19 int flags = getopt32(argv, "cs:n:", &size, &level);
H A Dlosetup.c21 opt = getopt32(argv, "do:", &opt_o);
H A Drdate.c52 flags = getopt32(argv, "sp");
H A Dswaponoff.c69 ret = getopt32(argv, "a");

Completed in 125 milliseconds

123456