Searched refs:getopt (Results 501 - 525 of 923) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c292 while ((c = getopt(argc, argv, "h:M:N:P:r:a:D:w:j:dgvl")) != EOF) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c186 while ((c = getopt(argc, argv, "Y:R:e:p:d:nLli:vaV:Mm:cqxfQP:?"))
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c106 while ((c = getopt(argc, argv, "xnic:?")) != EOF) {
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c140 if ((c = getopt(argc, argv, "d:r:")) != EOF) {
/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpdchk.c103 while ((c = getopt(argc, argv, "adi:v")) != EOF) {
/illumos-gate/usr/src/cmd/tnf/tnfxtract/
H A Dtnfxtract.c257 while ((c = getopt(argc, argv, optstr)) != EOF) {
/illumos-gate/usr/src/cmd/tr/
H A Dtr.c94 while ((ch = getopt(argc, argv, "Ccdsu")) != -1)
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttydefs.c114 while ((c = getopt(argc, argv, "a:n:i:f:br:l")) != -1) {
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl36 getopt('t:c:');
/illumos-gate/usr/src/tools/stabs/
H A Dmain.c99 while (!error && ((c = getopt(argc, argv, "dt:m:")) != EOF)) {
/illumos-gate/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c363 while ((optc = getopt(argc, argv, "dfD")) != EOF) {
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c538 while ((c = getopt(argc, argv, "d")) != -1) {
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c228 while ((optsw = getopt(argc, argv, "le:s:c:okdO:S:P:")) != EOF) {
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnetpr.c200 while ((opt = getopt(argc, argv, "f:I:p:d:T:P:t:U:c:b")) != EOF)
/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.c425 * parsed. This is in case anything has already called getopt,
431 while ((c = getopt(argc, argv, "ivd:t:")) != EOF) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Darp.c86 while ((c = getopt(argc, argv, "nadfs")) != EOF) {
/illumos-gate/usr/src/boot/include/
H A Dunistd.h377 int getopt(int, char * const [], const char *);
379 extern char *optarg; /* getopt(3) external variables */
587 extern int optreset; /* getopt(3) external variable */
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c957 sasl_getopt_t *getopt; local
968 SASL_CB_GETOPT, &getopt, &context) == SASL_OK) {
969 ret = getopt(context, NULL, "auxprop_plugin", &plist, NULL);
H A Dsaslutil.c548 * getopt()
550 * The getopt() function is a command line parser. It returns the next
560 * argument on return from getopt().
562 * The getopt() function places in optind the argv index of the next argument
564 * 1 before the first call to getopt().
567 * argument), getopt() returns EOF. The special option "--" may be used to
571 * The getopt() function returns a question mark (?) when it encounters an
586 /* static (global) variables that are specified as exported by getopt() */
595 int getopt(int argc, char *argv[], char *opstring) function
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c56 #include <getopt.h>
68 extern int getopt();
241 #define GETOPT(argc, argv, str) getopt(argc, argv, str)
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmodule.c116 while ((ch = getopt(argc, argv, "kt:")) != -1) {
127 /* getopt has already reported an error */
203 while ((ch = getopt(argc, argv, "n:")) != -1) {
215 /* getopt has already reported an error */
264 while ((ch = getopt(argc, argv, "v")) != -1) {
271 /* getopt has already reported an error */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c1319 while ((c = getopt(cmd->cmd_argc, cmd->cmd_argv, "t:")) != EOF) {
1603 while ((c = getopt(cmd->cmd_argc, cmd->cmd_argv, "a")) != EOF) {
3098 while ((c = getopt(argc, argv, "a")) != EOF) {
3438 while ((c = getopt(cmd->cmd_argc, cmd->cmd_argv, "df:")) != EOF) {
3757 while ((c = getopt(cmd->cmd_argc, cmd->cmd_argv, "V")) != EOF) {
3959 while ((c = getopt(cmd->cmd_argc, cmd->cmd_argv, "a")) != EOF) {
4289 while ((c = getopt(argc, argv, "?hf:d")) != EOF) {
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c1186 argv[0] = g_pname; /* rewrite argv[0] for getopt errors */
1194 * We also accumulate arguments that are not affiliated with getopt
1198 while ((c = getopt(argc, argv, DTRACE_OPTSTR)) != EOF) {
1382 while ((c = getopt(argc, argv, DTRACE_OPTSTR)) != EOF) {
1539 while ((c = getopt(argc, argv, DTRACE_OPTSTR)) != EOF) {
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c194 while ((c = getopt(argc, argv, "afHiLpPrR@/")) != EOF)
272 while ((c = getopt(argc, argv, "fis")) != EOF)
290 while ((c = getopt(argc, argv, "fns")) != EOF)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c73 #include <getopt.h>
81 static int optreset = 0; /* keep track of first entry to getopt() */
219 * and currently getopt_clip() is the only getopt variant that
708 optopt = optchar; /* preserve getopt() behavior */

Completed in 153 milliseconds

<<21222324252627282930>>