Searched refs:getopt (Results 1 - 25 of 136) sorted by relevance

123456

/osnet-11/usr/src/lib/libast/common/include/
H A Dast_getopt.h24 * legacy standard getopt interface
39 extern int getopt(int, char* const*, const char*);
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.h1 /* Declarations for getopt.
29 /* For communication from `getopt' to the caller.
30 When `getopt' finds an option that takes an argument,
39 and for communication between successive calls to `getopt'.
41 On entry to `getopt', zero means this is the first call; initialize.
43 When `getopt' returns -1, this is the index of the first of the
51 /* Callers store zero here to inhibit the error message `getopt' prints
78 one). For long options that have a zero `flag' field, `getopt'
103 /* Many other libraries have conflicting prototypes for getopt, with
105 errors, only prototype getopt fo
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_getopt.h22 extern __MANGLE__ int getopt __PROTO__((int, char* const*, const char*));
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_getopt.h22 extern __MANGLE__ int getopt __PROTO__((int, char* const*, const char*));
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_getopt.h22 extern __MANGLE__ int getopt __PROTO__((int, char* const*, const char*));
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_getopt.h22 extern __MANGLE__ int getopt __PROTO__((int, char* const*, const char*));
/osnet-11/usr/src/lib/libast/common/comp/
H A Dgetopt.c30 NoN(getopt)
47 getopt(int argc, char* const* argv, const char* optstring)
/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_int.h1 /* Internal declarations for getopt.
22 #include <getopt.h>
45 of the list of option characters, or by calling getopt.
61 `--' can cause `getopt' to return -1 with `optind' != ARGC. */
73 versions of getopt. */
96 or getopt was called. */
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
21 # include <getopt.h>
24 # include "getopt.h"
157 printf ("?? getopt returned character code 0%o ??\n", c);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkrelpath.c26 #include <getopt.h>
H A Dbin2h.c23 #include <getopt.h>
H A Dgrub-mkdevicemap.c39 #include <getopt.h>
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dclib_ext.h29 int getopt __P((int, char * const *, const char *));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.t14 # First we test the getopt function
16 getopt('f');
23 getopt 'il', \%opt;
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/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsafechown.c88 while ((opt = getopt(argc, argv, "m:u:")) != EOF) {
/osnet-11/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)
/osnet-11/usr/src/lib/libbe/tbeadm/
H A Dtbeadm.c174 while ((c = getopt(argc, argv, "ad:e:ino:p:")) != -1) {
497 while ((c = getopt(argc, argv, "fs")) != -1) {
549 while ((c = getopt(argc, argv, "s")) != -1) {
664 while ((c = getopt(argc, argv, "p:")) != -1) {
850 while ((c = getopt(argc, argv, "s:")) != -1) {
934 while ((c = getopt(argc, argv, "f")) != -1) {
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptool.h60 extern int getopt (int argc, char *const *argv, const char *optstring);
71 #include <getopt.h> /* not always included from unistd.h */
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_find_by_capability.c34 #include <getopt.h>
/osnet-11/usr/src/lib/libsasl/lib/
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 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);

Completed in 69 milliseconds

123456