Searched defs:getopt (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm7 getopt, getopts - Process single-character switches with switch clustering
13 getopt('oDI'); # -o, -D & -I take arg. Sets $opt_* as a side effect.
14 getopt('oDI', \%opts); # -o, -D & -I take arg. Values in %opts
21 The getopt() function processes single-character switches with switch
38 For those of you who don't like additional global variables being created, getopt()
73 @EXPORT = qw(getopt getopts);
85 # getopt('oDI'); # -o, -D & -I take arg. Sets opt_* as a side effect.
87 sub getopt (;$$) { subroutine
/osnet-11/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...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.in.h1 /* Declarations for getopt.
27 <getopt.h>; our definitions will be present soon enough. */
45 headers that might declare getopt so that they will not cause
46 confusion if included after this file (if the system had <getopt.h>,
58 # undef getopt macro
69 # define getopt __GETOPT_ID (getopt) macro
87 but it caused redefinition warnings if both unistd.h and getopt.h were
88 included, since unistd.h includes getopt.h having previously defined
132 /* For communication from `getopt' t
[all...]
H A Dgetopt.c2 NOTE: getopt is part of the C library, so if you don't know what
27 #include "getopt.h"
45 /* This version of `getopt' appears to the caller like standard Unix `getopt'
53 Using `getopt' or setting the environment variable POSIXLY_CORRECT
62 /* For communication from `getopt' to the caller.
63 When `getopt' finds an option that takes an argument,
72 and for communication between successive calls to `getopt'.
74 On entry to `getopt', zero means this is the first call; initialize.
76 When `getopt' return
1104 getopt (int argc, char *const *argv, const char *optstring) function
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcanonusr.c91 sasl_getopt_t *getopt; local
138 &getopt, &context);
139 if(result == SASL_OK && getopt) {
140 getopt(context, NULL, "canon_user_plugin", &plugin_name, NULL);
H A Dcheckpw.c508 sasl_getopt_t *getopt; local
517 if (_sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context) == SASL_OK) {
518 getopt(context, NULL, "saslauthd_path", &p, 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
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 Dserver.c336 sasl_getopt_t *getopt; local
344 if (_sasl_getcallback(NULL, SASL_CB_GETOPT, &getopt, &context) == SASL_OK)
345 (void)getopt(&gctx->server_global_callbacks, NULL,
972 * getopt callback
1004 sasl_getopt_t *getopt; local
1138 if (_sasl_getcallback(NULL, SASL_CB_GETOPT, &getopt, &context)
1142 ret = getopt(&global_callbacks, NULL, "plugin_list", &pluginfile, NULL);
1212 sasl_getopt_t *getopt; local
1223 if (_sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context) == SASL_OK)
1225 getopt(contex
1291 sasl_getopt_t *getopt; local
1426 sasl_getopt_t *getopt; local
[all...]
H A Dcommon.c741 sasl_getopt_t *getopt; local
764 result = _sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context);
1984 utils->getopt = &_sasl_conn_getopt;
1987 utils->getopt = &_sasl_global_getopt;
/osnet-11/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...]
/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h71 sasl_getopt_t *getopt; member in struct:sasl_utils
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h137 #undef getopt macro
138 #define getopt _ast_getopt macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h116 #undef getopt macro
117 #define getopt _ast_getopt macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h137 #undef getopt macro
138 #define getopt _ast_getopt macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h116 #undef getopt macro
117 #define getopt _ast_getopt macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h137 #undef getopt macro
138 #define getopt _ast_getopt macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h116 #undef getopt macro
117 #define getopt _ast_getopt macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h137 #undef getopt macro
138 #define getopt _ast_getopt macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h116 #undef getopt macro
117 #define getopt _ast_getopt macro
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c2985 static char sccsid[] = "@(#)getopt.c 4.3 (Berkeley) 3/9/86";
3011 getopt(nargc,nargv,ostr) function

Completed in 472 milliseconds