| /pkg/on_ips/usr/src/lib/libast/common/include/ |
| ast_getopt.h | 24 * legacy standard getopt interface 41 extern int getopt(int, char* const*, const char*);
|
| /pkg/on_ips/usr/src/cmd/cron/ |
| batch.sh | 32 set -- `getopt p: $*`
|
| batch.xpg4.sh | 32 set -- `getopt p: $*`
|
| /pkg/on_ips/usr/src/grub/grub-0.97/grub/ |
| mapfile-intf | 41 # The grub shell interposes on the getopt() family - this reimplementation is 46 getopt = INTERPOSE;
|
| /pkg/on_ips/usr/src/grub/grub-0.97/lib/ |
| getopt.h | 1 /* 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 for the GNU C library. * [all...] |
| Makefile.solaris | 16 getopt.o \ 26 getopt.c getopt.h getopt1.c
|
| /pkg/on_ips/usr/src/tools/scripts/ |
| rtichk.py | 34 import sys, os, getopt 47 opts, bugs = getopt.getopt(sys.argv[1:], "c:g:r:t:") 48 except getopt.GetoptError:
|
| aggregate_package.py | 36 import getopt 43 opts, args = getopt.getopt(sys.argv[1:], "a:b:in:") 44 except getopt.GetoptError:
|
| preprocess_manifest.py | 49 import getopt 57 opts, args = getopt.getopt(sys.argv[1:], "b:D:fm") 58 except getopt.GetoptError:
|
| hdrchk.py | 34 import sys, os, getopt 49 opts, args = getopt.getopt(sys.argv[1:], 'a') 50 except getopt.GetoptError:
|
| publish_manifest_combined.py | 26 import getopt 42 opts, args = getopt.getopt(sys.argv[1:], "b:d:o:s:") 43 except getopt.GetoptError:
|
| /pkg/on_ips/usr/src/cmd/getopt/ |
| Makefile | 28 PROG= getopt
|
| getoptcvt.sh | 28 # This program changes all occurences of the SVR2 getopt invocation line 29 # to use the SVR3 version of getopt. 46 1,$s/set[ ][ ]*--[ ][ ]*`getopt[ ][ ]*\(.*\)[ ][ ]*.*`/{\ 49 set -- `getopt \1 $*`\ 86 1,$s/set[ ][ ]*--[ ][ ]*`getopt[ ][ ]*\(.*\)[ ][ ]*.*`/{\
|
| /pkg/on_ips/usr/src/lib/libast/amd64/include/ast/ |
| ast_getopt.h | 24 extern __MANGLE__ int getopt __PROTO__((int, char* const*, const char*));
|
| /pkg/on_ips/usr/src/lib/libast/i386/include/ast/ |
| ast_getopt.h | 24 extern __MANGLE__ int getopt __PROTO__((int, char* const*, const char*));
|
| /pkg/on_ips/usr/src/lib/libast/sparc/include/ast/ |
| ast_getopt.h | 24 extern __MANGLE__ int getopt __PROTO__((int, char* const*, const char*));
|
| /pkg/on_ips/usr/src/lib/libast/sparcv9/include/ast/ |
| ast_getopt.h | 24 extern __MANGLE__ int getopt __PROTO__((int, char* const*, const char*));
|
| /pkg/on_ips/usr/src/cmd/dfs.cmds/unshareall/ |
| unshareall.sh | 30 set -- `getopt F: $*`
|
| /pkg/on_ips/usr/src/lib/libast/common/comp/ |
| getopt.c | 30 NoN(getopt) 47 getopt(int argc, char* const* argv, const char* optstring)
|
| /pkg/on_ips/usr/src/cmd/cmd-inet/usr.bin/talk/ |
| talk.c | 67 while ((c = getopt(argc, argv, "")) != EOF)
|
| /pkg/gate/src/ |
| publish.py | 41 import getopt 105 opts, pargs = getopt.getopt(args, "", ["set-property="]) 134 opts, pargs = getopt.getopt(args, "en") 164 opts, pargs = getopt.getopt(args, "At:", ["no-index"]) 206 opts, pargs = getopt.getopt(fargs, "-d:") 235 opts, pargs = getopt.getopt(fargs, "d:" [all...] |
| /pkg/2008.11/src/ |
| publish.py | 42 import getopt 88 opts, pargs = getopt.getopt(args, "en") 123 opts, pargs = getopt.getopt(args, "At:") 187 opts, pargs = getopt.getopt(fargs, "d:") 251 opts, pargs = getopt.getopt(args, "T:") 299 opts, pargs = getopt.getopt(sys.argv[1:], "s:" [all...] |
| /pkg/2009.06/src/ |
| publish.py | 41 import getopt 116 opts, pargs = getopt.getopt(args, "en") 145 opts, pargs = getopt.getopt(args, "At:") 211 opts, pargs = getopt.getopt(fargs, "d:") 274 opts, pargs = getopt.getopt(args, "T:") 316 opts, pargs = getopt.getopt(sys.argv[1:], "s:?", ["help"] [all...] |
| /pkg/gate/src/util/log-scripts/ |
| an_filelist.py | 28 import getopt 76 opts, args = getopt.getopt(sys.argv[1:], "a:b:sw:")
|
| /pkg/2008.11/src/util/log-scripts/ |
| an_filelist.py | 28 import getopt 76 opts, args = getopt.getopt(sys.argv[1:], "a:b:sw:")
|