Searched refs:getopt32 (Results 51 - 75 of 144) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcomm.c50 flags = getopt32(argv, "123");
H A Did.c53 flags = getopt32(argv, "rnug" USE_SELINUX("Z"));
H A Dmv.c51 flags = getopt32(argv, "fi");
H A Dsplit.c72 opt = getopt32(argv, "l:b:a:", &count_p, &count_p, &sfx);
H A Duniq.c48 opt = getopt32(argv, "cduf:s:", &s0, &s1);
H A Dfold.c66 flags = getopt32(argv, "bsw:", &w_opt);
H A Duudecode.c137 getopt32(argv, "o:", &outname);
H A Dwc.c89 print_type = getopt32(argv, "lwcL");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/debianutils/
H A Drun_parts.c124 tmp = getopt32(argv, "a:u:t"USE_FEATURE_RUN_PARTS_FANCY("l"), &arg_list, &umask_p);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dlsattr.c120 flags = getopt32(argv, "Radlv");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dcmp.c64 opt = getopt32(argv, opt_chars);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dadjtimex.c59 opt = getopt32(argv, "qo:f:p:t:",
H A Dtaskset.c53 opt = getopt32(argv, "+p:", &p_opt);
H A Dchrt.c55 opt = getopt32(argv, "+mp:rfo", &p_opt);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Druncon.c107 opts = getopt32(argv, "r:t:u:l:ch", &role, &type, &user, &range);
H A Dchcon.c139 getopt32(argv, "Rchfu:r:t:l:v",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dlogger.c96 getopt32(argv, "p:st:", &str_p, &str_t);
H A Dlogread.c62 smallint follow = getopt32(argv, "f");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dswitch_root.c77 getopt32(argv, "c:", &console);
H A Dfdformat.c60 verify = !getopt32(argv, "n");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dps.c298 USE_SELINUX(opt =) getopt32(argv, "Zo:aAdefl", &opt_o);
358 USE_SELINUX(i =) getopt32(argv, USE_SELINUX("Z") "w", &w_count);
371 i = getopt32(argv, "Z");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Daddgroup.c142 if (getopt32(argv, "g:", &group)) {
H A Dvlock.c61 o_lock_all = getopt32(argv, "a");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Disrv_identd.c110 opt = getopt32(argv, "fiwb:", &bind_address);
H A Dpscan.c57 getopt32(argv, "p:P:t:T:", &opt_min_port, &opt_max_port, &opt_timeout, &opt_min_rtt);

Completed in 144 milliseconds

123456