Searched refs:getopt (Results 301 - 325 of 923) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbadm.c39 #include <getopt.h>
468 while ((option = getopt(argc, argv, "pu:wy")) != -1) {
883 while ((option = getopt(argc, argv, "d:")) != -1) {
1031 while ((option = getopt(argc, argv, "mp")) != -1) {
1173 while ((option = getopt(argc, argv, "p:")) != -1) {
1233 while ((option = getopt(argc, argv, "p:")) != -1) {
1301 while ((option = getopt(argc, argv, "m:")) != -1) {
1357 while ((option = getopt(argc, argv, "m:")) != -1) {
/illumos-gate/usr/src/boot/sys/boot/userboot/test/
H A Dtest.c38 #include <getopt.h>
430 while ((opt = getopt(argc, argv, "b:d:h:")) != -1) {
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c504 while ((c = getopt(argc, argv, "fn")) != -1) {
648 while ((c = getopt(argc, argv, "f")) != -1) {
807 while ((c = getopt(argc, argv, ":fndR:m:o:O:")) != -1) {
1099 while ((c = getopt(argc, argv, "f")) != -1) {
1173 while ((c = getopt(argc, argv, "fF")) != -1) {
1979 while ((c = getopt(argc, argv, ":aCc:d:DEfFmnNo:rR:T:VX")) != -1) {
2663 while ((c = getopt(argc, argv, "T:v")) != -1) {
3101 while ((c = getopt(argc, argv, ":Ho:pT:v")) != -1) {
3189 while ((c = getopt(argc, argv, "f")) != -1) {
3315 while ((c = getopt(arg
[all...]
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetadb.c121 while ((c = getopt(argc, argv, "c:l:")) != -1) {
275 while ((c = getopt(argc, argv, "ac:dfk:pl:s:")) != -1) {
673 while ((c = getopt(argc, argv, "ac:dfhik:l:ps:?")) != -1) {
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c44 #include <getopt.h>
278 while ((optchar = getopt(argc, argv, "f?")) != EOF) {
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c2 NOTE: getopt is now part of the C library, so if you don't know what
28 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
71 contain conflicting prototypes for getopt. */
94 /* This version of `getopt' appears to the caller like standard Unix `getopt'
98 As `getopt' works, it permutes the elements of ARGV so that,
108 #include "getopt.h"
110 /* For communication from `getopt' to the caller.
111 When `getopt' finds an option that takes an argument,
120 and for communication between successive calls to `getopt'
970 getopt (argc, argv, optstring) function
[all...]
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c766 argv[0] = g_pname; /* rewrite argv[0] for getopt errors */
781 while ((c = getopt(argc, argv, PLOCKSTAT_OPTSTR)) != EOF) {
867 while ((c = getopt(argc, argv, PLOCKSTAT_OPTSTR)) != EOF) {
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starcat/
H A Dcvcd.c176 while ((opt = getopt(argc, argv, "a:e:u:dp:")) != EOF) {
178 while ((opt = getopt(argc, argv, "a:e:u:")) != EOF) {
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dcrle.c145 while ((c = getopt(argc, argv, MSG_ORIG(MSG_ARG_OPTIONS))) != -1) {
501 while ((c = getopt(argc, argv, MSG_ORIG(MSG_ARG_OPTIONS))) != -1) {
/illumos-gate/usr/src/cmd/bnu/
H A DMakefile.inc30 expfile.c fio.c gename.c getargs.c getopt.c getprm.c \
52 # use this if you don't have strpbrk/getopt in libc
54 # GETOPT = getopt.o
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c416 while ((c = getopt(argc, argv, INTRSTAT_OPTSTR)) != EOF) {
508 while ((c = getopt(argc, argv, INTRSTAT_OPTSTR)) != EOF) {
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h137 #undef getopt macro
138 #define getopt _ast_getopt macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h116 #undef getopt macro
117 #define getopt _ast_getopt macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h137 #undef getopt macro
138 #define getopt _ast_getopt macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h116 #undef getopt macro
117 #define getopt _ast_getopt macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h137 #undef getopt macro
138 #define getopt _ast_getopt macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h116 #undef getopt macro
117 #define getopt _ast_getopt macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h137 #undef getopt macro
138 #define getopt _ast_getopt macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h116 #undef getopt macro
117 #define getopt _ast_getopt macro
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c133 getopt();
165 while ((c = getopt(argc, argv, OPT_LIST)) != -1) switch (c) {
/illumos-gate/usr/src/cmd/dis/
H A Ddis_main.c32 #include <getopt.h>
666 while ((optchar = getopt(argc, argv, "Cd:D:F:l:Lot:Vqn")) != -1) {
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c1212 if ((arg = getopt(argc, argv, "?")) != EOF) {
1255 * The following getopt processes arguments to zone boot; that
1271 while ((arg = getopt(argc, argv, "?fs")) != EOF) {
1379 while ((arg = getopt(argc, argv, "?cipv")) != EOF) {
1430 while ((arg = getopt(argc, argv, "?pv")) != EOF) {
1831 if ((arg = getopt(argc, argv, "?")) != EOF) {
1880 while ((arg = getopt(argc, argv, "?r")) != EOF) {
1946 if ((arg = getopt(argc, argv, "?")) != EOF) {
2859 if ((arg = getopt(argc, argv, "?")) != EOF) {
2996 while ((arg = getopt(arg
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c36 #include <getopt.h>
1200 while ((c = getopt(argc, argv, "?fhvnP:p:")) != EOF) {
1443 while ((c = getopt(argc, argv, "?hvnP:fS:")) != EOF) {
1731 while ((c = getopt(argc, argv, "?hvP:")) != EOF) {
2300 while ((c = getopt(argc, argv, "?hvP:px")) != EOF) {
2546 while ((c = getopt(argc, argv, "?hvns:d:r:t")) != EOF) {
2819 while ((c = getopt(argc, argv, "?hvnr:s:")) != EOF) {
3016 while ((c = getopt(argc, argv, "?hfnr:s:v")) != EOF) {
3280 while ((c = getopt(argc, argv, "?hnd:r:s:")) != EOF) {
3897 while ((c = getopt(arg
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c37 #include <getopt.h>
622 while ((c = getopt(argc, argv, "o:p")) != -1) {
750 while ((c = getopt(argc, argv, ":V:b:so:p")) != -1) {
1226 while ((c = getopt(argc, argv, "vpndfrR")) != -1) {
1615 while ((c = getopt(argc, argv, ":d:o:s:rt:Hp")) != -1) {
1878 while ((c = getopt(argc, argv, "rS")) != -1) {
2091 while ((c = getopt(argc, argv, "rvV:a")) != -1) {
2700 while ((c = getopt(argc, argv, "nHpo:s:S:t:i")) != -1) {
3062 while ((c = getopt(argc, argv, "HS:d:o:prs:t:")) != -1) {
3207 while ((c = getopt(arg
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/tput/
H A Dtput.c156 while ((opt = getopt(argc, argv, "ST:W")) != -1) {

Completed in 190 milliseconds

<<11121314151617181920>>