Searched refs:getopt (Results 26 - 50 of 923) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/tsol/zones/
H A Dzoneunshare.sh33 set -- `getopt z: $*`
/illumos-gate/usr/src/cmd/uuidgen/
H A Duuidgen.c20 #include <getopt.h>
51 while ((c = getopt(argc, argv, ":rto:")) != EOF) {
/illumos-gate/usr/src/cmd/valtools/
H A Dputtext.c84 while ((c = getopt(argc, argv, "nr:l:?")) != EOF) {
/illumos-gate/usr/src/cmd/pagesize/
H A Dpagesize.c52 while ((c = getopt(argc, (char * const *)argv, "a")) != -1) {
/illumos-gate/usr/src/cmd/prtdiag/
H A Dmain.c71 while ((c = getopt(argc, argv, "vl")) != -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.daytimed/
H A Din.daytimed.c76 opterr = 0; /* disable getopt error msgs */
77 switch (getopt(argc, argv, "ds")) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.echod/
H A Din.echod.c67 opterr = 0; /* disable getopt error msgs */
68 switch (getopt(argc, argv, "ds")) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.timed/
H A Din.timed.c83 opterr = 0; /* disable getopt error msgs */
84 switch (getopt(argc, argv, "ds")) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_delete.c59 while ((c = getopt(argc, argv, "v")) != -1) {
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dclib_ext.h29 int getopt __P((int, char * const *, const char *));
/illumos-gate/usr/src/cmd/mdb/common/libstand/sys/
H A Dsalib.h47 extern int getopt(int, char *const [], const char *);
/illumos-gate/usr/src/tools/scripts/
H A Dcddlchk.py31 import sys, os, getopt, fnmatch namespace
131 opts, args = getopt.getopt(sys.argv[1:], 'avx:')
132 except getopt.GetoptError:
H A Dmapfilechk.py31 import sys, os, getopt, fnmatch namespace
128 opts, args = getopt.getopt(sys.argv[1:], 'avx:')
129 except getopt.GetoptError:
/illumos-gate/usr/src/boot/lib/libstand/
H A Dgetopt.c34 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
43 optreset; /* reset getopt */
51 * getopt --
55 getopt(int nargc, char * const *nargv, const char *ostr) function
/illumos-gate/usr/src/cmd/acpi/common/
H A DMakefile18 OBJECTS= getopt.o osl.o utascii.o utdebug.o utexcep.o utglobal.o utmath.o \
/illumos-gate/usr/src/cmd/dfs.cmds/shareall/
H A Dshareall.sh31 set -- `getopt F: $*`
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
H A Deftinfo.c39 #include <getopt.h>
124 while ((c = getopt(argc, argv, "DEPSYdghpqvwy")) != EOF) {
/illumos-gate/usr/src/cmd/fm/eversholt/esc/common/
H A Descmain.c39 #include <getopt.h>
133 while ((c = getopt(argc, argv, "D:I:SU:Ydgho:pqvy")) != EOF) {
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetadetach.c71 while ((c = getopt(argc, argv, "s:f")) != -1) {
126 while ((c = getopt(argc, argv, "s:f")) != -1) {
213 while ((c = getopt(argc, argv, "hs:f?")) != -1) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt.c33 * See getopt(3C) and SUS/XPG getopt() for function definition and
42 #pragma weak _getopt = getopt
70 * _sp is required to keep state between successive calls to getopt() while
71 * extracting aggregated short-options (ie: -abcd). Hence, getopt() is not
110 * optstring The entire optstring passed to getopt() by the caller
165 * The old getopt() accepts it and treats it as a
179 getopt(int argc, char *const *argv, const char *optstring) function
190 * If, when getopt() is called:
194 * getopt() return
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dmain.c115 while ((i = getopt(argc, argv, "vV?")) != EOF) {
281 while ((c = getopt(argc, argv, "D:R:q")) != EOF) {
/illumos-gate/usr/src/cmd/dumpadm/
H A Dmain.c73 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) {
114 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsafechown.c89 while ((opt = getopt(argc, argv, "m:u:")) != EOF) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetopt.c45 getopt(int nargc, char **nargv, char *ostr) function
/illumos-gate/usr/src/cmd/volcheck/
H A Dvolcheck.c67 while ((c = getopt(argc, argv, opts)) != EOF) {

Completed in 82 milliseconds

1234567891011>>