Searched refs:getopt32 (Results 76 - 100 of 144) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dumount.c41 opt = getopt32(argv, OPTION_STRING, &fstype);
H A Dgetopt.c47 /* For finding activated option flags. Must match getopt32 call! */
317 opt = getopt32(argv, "+o:n:qQs:Tu", &optstr, &name, &s_arg);
321 opt = getopt32(argv, "+o:n:qQs:Tual:",
H A Dhwclock.c192 opt = getopt32(argv, "lurswf:", &rtcname);
H A Dreadprofile.c70 getopt32(argv, "M:m:p:nabsirv",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcut.c173 getopt32(argv, optstring, &sopt, &sopt, &sopt, &ltok);
H A Ddate.c56 opt = getopt32(argv, "Rs:ud:r:"
H A Dinstall.c111 flags = getopt32(argv, "cvb" "dpsg:m:o:" USE_SELINUX("Z:"),
H A Dmd5_sha1_sum.c91 flags = getopt32(argv, "scw");
H A Dcal.c89 flags = getopt32(argv, "jy");
H A Dtail.c105 opt = getopt32(argv, "fc:n:" USE_FEATURE_FANCY_TAIL("qs:v"),
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dpatch.c90 ret = getopt32(argv, "p:i:", &p, &i);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dadduser.c185 getopt32(argv, "h:g:s:G:DSH", &pw.pw_dir, &pw.pw_gecos, &pw.pw_shell, &usegroup);
H A Dpasswd.c106 opt = getopt32(argv, "a:lud", &opt_a);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dether-wake.c197 flags = getopt32(argv, "bi:p:", &ifname, &pass);
H A Dipcalc.c90 opt = getopt32(argv, "mbn" USE_FEATURE_IPCALC_FANCY("phs"));
H A Dnameif.c69 if (1 & getopt32(argv, "sc:", &fname)) {
H A Dslattach.c155 opt = getopt32(argv, "p:s:c:ehmLF", &proto, &baud_str, &extcmd);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dbbsh.c207 getopt32(argv, "c:", &command);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dgrep.c392 getopt32(argv,
422 getopt32(argv, OPTSTR_GREP,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c78 /* Must match getopt32 in main! */
155 getopt32(argv, "+c:C:i:x:u:l:Eb:hpt:vU:/:Z:K:",
160 getopt32(argv, "+c:C:i:x:u:l:Eb:hpt:v",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dchpst.c269 getopt32(argv, "+u:U:e:m:d:o:p:f:c:r:t:/:n:vP012",
356 getopt32(argv, "+a:c:d:f:l:m:o:p:r:s:t:",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Dsetfiles.c27 int verbose; /* getopt32 uses it, has to be int */
65 /* Must match getopt32 string! */
540 flags = getopt32(argv, "de:f:ilnpqrsvo:FWR",
543 flags = getopt32(argv, "de:f:ilnpqr:svo:FW"
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/debianutils/
H A Dstart_stop_daemon.c255 opt = getopt32(argv, "KSbqma:n:s:u:c:x:p:"
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dgetopt32.c3 * universal getopt32 implementation for busybox
40 getopt32(char **argv, const char *applet_opts, ...) function
216 /* In case getopt32 was already called, reinit some state */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dmakedevs.c81 getopt32(argv, "d:", &line);

Completed in 179 milliseconds

123456