Searched refs:getopt (Results 51 - 75 of 923) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/zonename/
H A Dzonename.c57 while ((arg = getopt(argc, argv, "t")) != EOF) {
/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.h33 #include <getopt.h>
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Daccept.c68 while ((c = getopt(ac, av, "E")) != EOF)
H A Denable.c68 while ((c = getopt(ac, av, "E")) != EOF)
H A Dlprm.c68 while ((c = getopt(ac, av, "EP:")) != EOF)
H A Dreject.c69 while ((c = getopt(ac, av, "Er:")) != EOF)
/illumos-gate/usr/src/cmd/priocntl/
H A Dsdcpriocntl.c57 while ((c = getopt(argc, argv, "c:dei:ls")) != -1) {
/illumos-gate/usr/src/cmd/prtfru/
H A Dmain.c57 opterr = 0; /* "getopt" should not print to "stderr" */
58 while ((option = getopt(argc, argv, "cdlx")) != EOF) {
/illumos-gate/usr/src/cmd/mail/
H A Dparse.c57 while ((c = getopt(argc, argv, "m:f:x:shrpPqeEdtT:w")) != EOF) {
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dgetopt.c50 getopt(int argc, char *const *argv, const char *opts) function
/illumos-gate/usr/src/cmd/mesg/
H A Dmesg.c96 while ((c = getopt(argc, argv, "yn")) != EOF) {
/illumos-gate/usr/src/cmd/mkfifo/
H A Dmkfifo.c78 while ((c = getopt(argc, argv, "m:")) != EOF) {
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.h33 #include <getopt.h>
/illumos-gate/usr/src/cmd/env/
H A Denv.c80 while ((opt = getopt(argc, argv, "i")) != EOF) {
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-memstat.c54 while ((r = getopt(argc, argv, "l:m:r:s:")) != -1)
H A Dtest.c74 while ((c = getopt(argc, argv, "vhd:")) != -1)
/illumos-gate/usr/src/cmd/bnu/
H A Dgetopt.c26 #ident "%Z%%M% %I% %E% SMI" /* from SVR4 bnu:getopt.c 2.3 */
30 /* @(#)getopt.c 1.2 */
48 getopt(argc, argv, opts) function
H A Duuname.c58 while ( (c = getopt(argc, argv, "lc")) != EOF )
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dlookup.c89 while ((opt = getopt(argc, argv, "w:")) != EOF) {
/illumos-gate/usr/src/cmd/getopt/
H A Dgetopt.c50 gettext("getopt: Out of memory\n"), stderr); \
73 (void) fputs(gettext("usage: getopt legal-args $*\n"), stderr);
84 (void) fputs(gettext("getopt: Out of memory\n"), stderr);
89 while ((c = getopt(argc, argv, goarg)) != EOF) {
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.h34 #include <getopt.h>
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.h33 #include <getopt.h>
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dksmb.c77 while ((c = getopt(argc, argv, "d:s:")) != -1) {
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlastcomm.c47 while ((opt = getopt(argc, argv, "f:x")) != EOF) {
/illumos-gate/usr/src/test/zfs-tests/cmd/randfree_file/
H A Drandfree_file.c61 while ((ch = getopt(argc, argv, "l:s:n:")) != EOF) {

Completed in 77 milliseconds

1234567891011>>