Symbol: getopt
headers/posix/unistd.h
503
extern int getopt(int argc, char *const *argv, const char *shortOpts);
src/bin/acpi_call/acpi_call.cpp
130
while ((c = getopt(argc, argv, "hvd:p:i:s:b:o:")) != -1)
src/bin/badblocks.cpp
109
while ((ch = getopt(argc, argv, "b:c:hsv?")) != -1) {
src/bin/comm.c
84
while ((ch = getopt(argc, argv, "123ivh")) != -1)
src/bin/fwcontrol/fwcontrol.c
812
while ((ch = getopt(argc, argv, "M:f:g:o:s:b:prtc:d:l:u:R:S:")) != -1) {
src/bin/fwcontrol/fwcontrol.c
814
while ((ch = getopt(argc, argv, "M:f:g:m:o:s:b:prtc:d:l:u:R:S:")) != -1) {
src/bin/logger.cpp
142
while ((option = getopt(argc, argv, "it:p:")) != -1) {
src/bin/multiuser/login.cpp
132
while ((c = getopt(argc, argv, "fh:p")) != -1) {
src/bin/multiuser/su.cpp
47
while ((c = getopt(argc, argv, "c:l")) != -1) {
src/bin/network/ftpd/ftpd.c
298
while ((ch = getopt(argc, argv,
src/bin/network/ping/main.c
115
while ((opt = getopt(argc, argv, ":" OPTSTR)) != -1) {
src/bin/network/ping/ping.c
284
while ((ch = getopt(argc, argv, PING4OPTS)) != -1) {
src/bin/network/ping/ping6.c
334
while ((ch = getopt(argc, argv, PING6OPTS)) != -1) {
src/bin/network/telnet/main.c
154
while ((ch = getopt(argc, argv,
src/bin/network/telnetd/telnetd.c
160
while ((ch = getopt(argc, argv, valid_opts)) != -1) {
src/bin/network/traceroute/traceroute.c
591
while ((op = getopt(argc, argv, "aA:edDFInrSvxf:g:i:M:m:P:p:q:s:t:w:z:")) != EOF)
src/bin/network/traceroute6/traceroute6.c
404
while ((ch = getopt(argc, argv, "aA:df:Ilm:np:q:rs:w:v")) != -1)
src/bin/pcmcia-cs/cardctl.c
673
while ((optch = getopt(argc, argv, opts)) != -1) {
src/bin/pcmcia-cs/dump_cis.c
1026
while ((optch = getopt(argc, argv, "fvi:")) != -1) {
src/bin/pcmcia-cs/pack_cis.c
410
while ((optch = getopt(argc, argv, "o:")) != -1) {
src/bin/pidof.cpp
38
while ((c = getopt(argc, argv, "hvs")) != -1) {
src/bin/ps.c
142
while ((c = getopt(argc, argv, "-ihaso:")) != EOF) {
src/bin/query/query.cpp
170
while ((opt = getopt(argc, argv, "efsalv:p:")) != -1) {
src/system/libroot/posix/glibc/extensions/getopt.c
740
GETOPT_ENTRY(getopt, 0)
src/system/libroot/posix/glibc/extensions/getopt.c
745
GETOPT_ENTRY(getopt, 1)
src/system/libroot/posix/glibc/extensions/getopt.c
764
c = getopt (argc, argv, "abc:d:0123456789");
src/system/libroot/posix/glibc/extensions/getopt_core.h
91
extern int getopt (int ___argc, char *const *___argv, const char *__shortopts);
src/tests/system/benchmarks/ctxbench.c
82
while ((ch = getopt(argc, argv, "hl")) != -1) {
src/tests/system/kernel/live_query.cpp
90
while ((opt = getopt(argc, argv, "efawv:")) != -1) {
src/tools/elf2aout.c
289
while ((c = getopt(ac, av, "o:")) != -1)