/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | getopt.c | 45 getopt(int nargc, char **nargv, char *ostr) function
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | getopt.c | 26 #ident "%Z%%M% %I% %E% SMI" /* from SVR4 bnu:getopt.c 2.3 */ 30 /* @(#)getopt.c 1.2 */ 48 getopt(argc, argv, opts) function
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | hdrchk.py | 31 import sys, os, getopt namespace 49 opts, args = getopt.getopt(sys.argv[1:], 'a') 50 except getopt.GetoptError:
|
H A D | cddlchk.py | 31 import sys, os, getopt, fnmatch namespace 131 opts, args = getopt.getopt(sys.argv[1:], 'avx:') 132 except getopt.GetoptError:
|
H A D | hg-active.py | 46 import getopt, binascii namespace 59 opts = getopt.getopt(argv, 'w:o:p:')[0] 60 except getopt.GetoptError, e:
|
H A D | mapfilechk.py | 31 import sys, os, getopt, fnmatch namespace 128 opts, args = getopt.getopt(sys.argv[1:], 'avx:') 129 except getopt.GetoptError:
|
H A D | git-pbchk.py | 25 import getopt namespace 365 opts, args = getopt.getopt(args, 'b:') 366 except getopt.GetoptError, e:
|
H A D | validate_pkg.py | 34 import getopt namespace 774 opts, args = getopt.getopt(argv, 'a:e:Ll:Mm:p:vX:') 775 except getopt.GetoptError, exc:
|
H A D | wsdiff.py | 72 import datetime, fnmatch, getopt, os, profile, commands namespace 355 # getopt.getopt() returns: 362 optlist, args = getopt.getopt(sys.argv[1:], validOpts) 363 except getopt.error, val:
|
/illumos-gate/usr/src/cmd/mdb/common/libstand/ |
H A D | getopt.c | 50 getopt(int argc, char *const *argv, const char *opts) function
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | getopt.c | 34 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95"; 43 optreset; /* reset getopt */ 51 * getopt -- 55 getopt(int nargc, char * const *nargv, const char *ostr) function
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getopt.c | 33 * 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...] |
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | Getopt.java | 36 * A Java port of Solaris {@code lib/libc/port/gen/getopt.c}, which is a 37 * port of System V UNIX getopt. See <b>getopt(3C)</b> and SUS/XPG 38 * getopt() for function definition and requirements. Unlike that 56 * getopt() while extracting aggregated short-options (ie: -abcd). 237 * getopt() accepts it and treats it as a required argument. 297 * options. If getopt() encounters a short-option character or a 303 * in which case getopt() returns the colon (:) character. 309 getopt() method in class:Getopt 320 * If, when getopt() i [all...] |
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | canonusr.c | 91 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 D | checkpw.c | 508 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 D | saslutil.c | 548 * 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 D | auxprop.c | 957 sasl_getopt_t *getopt; local 968 SASL_CB_GETOPT, &getopt, &context) == SASL_OK) { 969 ret = getopt(context, NULL, "auxprop_plugin", &plist, NULL);
|
H A D | server.c | 337 sasl_getopt_t *getopt; local 345 if (_sasl_getcallback(NULL, SASL_CB_GETOPT, &getopt, &context) == SASL_OK) 346 (void)getopt(&gctx->server_global_callbacks, NULL, 961 * getopt callback 993 sasl_getopt_t *getopt; local 1127 if (_sasl_getcallback(NULL, SASL_CB_GETOPT, &getopt, &context) 1131 ret = getopt(&global_callbacks, NULL, "plugin_list", &pluginfile, NULL); 1201 sasl_getopt_t *getopt; local 1212 if (_sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context) == SASL_OK) 1214 getopt(contex 1280 sasl_getopt_t *getopt; local 1415 sasl_getopt_t *getopt; local [all...] |
H A D | common.c | 731 sasl_getopt_t *getopt; local 750 result = _sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context); 1962 utils->getopt = &_sasl_conn_getopt; 1965 utils->getopt = &_sasl_global_getopt;
|
/illumos-gate/usr/src/grub/grub-0.97/lib/ |
H A D | getopt.c | 2 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/lib/libsasl/include/ |
H A D | saslplug.h | 74 sasl_getopt_t *getopt; member in struct:sasl_utils
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 137 #undef getopt macro 138 #define getopt _ast_getopt macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 116 #undef getopt macro 117 #define getopt _ast_getopt macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 137 #undef getopt macro 138 #define getopt _ast_getopt macro
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 116 #undef getopt macro 117 #define getopt _ast_getopt macro
|