Searched refs:getopt (Results 1 - 25 of 871) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.bin/getopt/
H A DMakefile4 PROG = getopt
H A Dgetopt.c20 while ((c = getopt(argc, argv, argv[1])) != -1)
23 status = 1; /* getopt routine gave message */
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dgetopt.h1 /* Declarations for getopt.
30 /* For communication from `getopt' to the caller.
31 When `getopt' finds an option that takes an argument,
40 and for communication between successive calls to `getopt'.
42 On entry to `getopt', zero means this is the first call; initialize.
44 When `getopt' returns -1, this is the index of the first of the
52 /* Callers store zero here to inhibit the error message `getopt' prints
79 one). For long options that have a zero `flag' field, `getopt'
110 /* Many other libraries have conflicting prototypes for getopt, with
112 errors, only prototype getopt fo
[all...]
/freebsd-9.3-release/contrib/gdb/include/
H A Dgetopt.h1 /* Declarations for getopt.
30 /* For communication from `getopt' to the caller.
31 When `getopt' finds an option that takes an argument,
40 and for communication between successive calls to `getopt'.
42 On entry to `getopt', zero means this is the first call; initialize.
44 When `getopt' returns -1, this is the index of the first of the
52 /* Callers store zero here to inhibit the error message `getopt' prints
79 one). For long options that have a zero `flag' field, `getopt'
110 /* Many other libraries have conflicting prototypes for getopt, with
112 errors, only prototype getopt fo
[all...]
/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetopt.h1 /* Declarations for getopt.
28 * getopt.c is switched on the same macros... this isn't right, but I think
33 # define getopt cvs_getopt macro
45 /* For communication from `getopt' to the caller.
46 When `getopt' finds an option that takes an argument,
55 and for communication between successive calls to `getopt'.
57 On entry to `getopt', zero means this is the first call; initialize.
59 When `getopt' returns EOF, this is the index of the first of the
67 /* Callers store zero here to inhibit the error message `getopt' prints
94 one). For long options that have a zero `flag' field, `getopt'
[all...]
H A DMakefile.am49 getopt.c \
60 getopt.h \
/freebsd-9.3-release/contrib/libpcap/lbl/
H A Dos-ultrix4.h29 int getopt(int, char * const *, const char *);
/freebsd-9.3-release/contrib/tcpdump/lbl/
H A Dos-ultrix4.h29 int getopt(int, char * const *, const char *);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.2 2008/06/26 05:42:04 ray Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
63 int getopt(int, char * const *, const char *);
66 extern char *optarg; /* getopt(3) external variables */
/freebsd-9.3-release/include/
H A Dgetopt.h1 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
40 * getopt() is declared here too for GNU programs.
67 int getopt(int, char * const [], const char *);
69 extern char *optarg; /* getopt(3) external variables */
74 extern int optreset; /* getopt(3) external variable */
/freebsd-9.3-release/contrib/diff/lib/
H A Dgetopt.h1 /* Declarations for getopt.
52 /* For communication from `getopt' to the caller.
53 When `getopt' finds an option that takes an argument,
62 and for communication between successive calls to `getopt'.
64 On entry to `getopt', zero means this is the first call; initialize.
66 When `getopt' returns -1, this is the index of the first of the
74 /* Callers store zero here to inhibit the error message `getopt' prints
102 one). For long options that have a zero `flag' field, `getopt'
120 #endif /* need getopt */
137 optional. This behavior is specific to the GNU `getopt'
[all...]
/freebsd-9.3-release/contrib/gcc/
H A DFREEBSD-libiberty10 getopt.c \
28 getopt.h \
/freebsd-9.3-release/usr.bin/tty/
H A Dtty.c58 while ((ch = getopt(argc, argv, "s")) != -1)
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dlong-options.c32 #include <getopt.h>
88 /* Reset this to zero so that getopt internals get initialized from
89 the probably-new parameters when/if getopt is called later. */
/freebsd-9.3-release/sbin/nvmecontrol/
H A Dreset.c55 while ((ch = getopt(argc, argv, "")) != -1) {
/freebsd-9.3-release/sys/modules/rdma/krping/
H A DMakefile7 SRCS= krping.c krping_dev.c getopt.c
/freebsd-9.3-release/tools/regression/atm/
H A DFuncs.sh24 args=`getopt b:hqu $*`
/freebsd-9.3-release/usr.bin/dirname/
H A Ddirname.c56 while ((ch = getopt(argc, argv, "")) != -1)
/freebsd-9.3-release/usr.sbin/accton/
H A Daccton.c58 while ((ch = getopt(argc, argv, "")) != -1)
/freebsd-9.3-release/tools/tools/kernxref/
H A Dkernxref.sh21 args=`getopt h?k:s: $*`;
/freebsd-9.3-release/tools/tools/mctest/
H A Dmctest_run.sh19 args=`getopt s:g:n:c:l:f:b: $*`
/freebsd-9.3-release/bin/domainname/
H A Ddomainname.c60 while ((ch = getopt(argc, argv, "")) != -1)
/freebsd-9.3-release/bin/hostname/
H A Dhostname.c61 while ((ch = getopt(argc, argv, "fs")) != -1)
/freebsd-9.3-release/bin/pax/
H A Dgetoldopt.c5 * Plug-compatible replacement for getopt() for parsing tar-like
6 * arguments. If the first argument begins with "-", it uses getopt;
46 return (getopt(argc, argv, optstring));
/freebsd-9.3-release/bin/realpath/
H A Drealpath.c51 while ((ch = getopt(argc, argv, "q")) != -1) {

Completed in 131 milliseconds

1234567891011>>