/titanic_50/usr/src/tools/scripts/ |
H A D | hdrchk.py | 32 import sys, os, io, getopt 50 opts, args = getopt.getopt(sys.argv[1:], 'a') 51 except getopt.GetoptError:
|
H A D | hg-active.py | 46 import getopt, binascii 59 opts = getopt.getopt(argv, 'w:o:p:')[0] 60 except getopt.GetoptError, e:
|
H A D | mapfilechk.py | 32 import sys, os, io, getopt, fnmatch 129 opts, args = getopt.getopt(sys.argv[1:], 'avx:') 130 except getopt.GetoptError:
|
H A D | cddlchk.py | 32 import sys, os, io, getopt, fnmatch 132 opts, args = getopt.getopt(sys.argv[1:], 'avx:') 133 except getopt.GetoptError:
|
H A D | git-pbchk.py | 27 import getopt 330 opts, args = getopt.getopt(args, 'b:') 331 except getopt.GetoptError as e:
|
/titanic_50/usr/src/grub/grub-0.97/lib/ |
H A D | getopt.h | 106 extern int getopt (int argc, char *const *argv, const char *shortopts); 108 extern int getopt (); 122 extern int getopt ();
|
H A D | Makefile.solaris | 16 getopt.o \ 26 getopt.c getopt.h getopt1.c
|
H A D | Makefile.am | 6 libcommon_a_SOURCES = getopt.c getopt1.c getopt.h device.c device.h
|
/titanic_50/usr/src/cmd/getopt/ |
H A D | getoptcvt.sh | 46 1,$s/set[ ][ ]*--[ ][ ]*`getopt[ ][ ]*\(.*\)[ ][ ]*.*`/{\ 49 set -- `getopt \1 $*`\ 86 1,$s/set[ ][ ]*--[ ][ ]*`getopt[ ][ ]*\(.*\)[ ][ ]*.*`/{\
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | getopt.c | 30 NoN(getopt) 47 getopt(int argc, char* const* argv, const char* optstring)
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipfzone.c | 49 while ((c = getopt(argc, argv, optstr)) != -1) { in getzonearg() 79 while ((c = getopt(argc, argv, optstr)) != -1) { in getzoneopt()
|
H A D | ippool.c | 103 switch (getopt(argc, argv, "aAf:FlrRs")) 150 while ((c = getopt(argc, argv, "di:G:m:no:Rvz:")) != -1) 235 while ((c = getopt(argc, argv, "dG:m:no:RS:t:vz:")) != -1) 330 while ((c = getopt(argc, argv, "dG:nRuvz:")) != -1) 398 while ((c = getopt(argc, argv, "dG:m:M:N:o:Rt:vz:")) != -1) 659 while ((c = getopt(argc, argv, "dG:M:N:o:t:vz:")) != -1) 760 while ((c = getopt(argc, argv, "do:t:vz:")) != -1)
|
/titanic_50/usr/src/lib/libsasl/lib/ |
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, 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(context, NULL, "auto_transition", &dotrans, NULL); 1280 sasl_getopt_t *getopt; local [all …]
|
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);
|
/titanic_50/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 69 while ((c = getopt(argc, argv, "h?")) != EOF) { in main() 131 while ((c = getopt(argc, argv, "?hp:")) != EOF) { in sc_get() 275 while ((c = getopt(argc, argv, "?hp:")) != EOF) { in sc_set() 423 while ((c = getopt(argc, argv, "?hv")) != EOF) { in sc_status() 473 while ((c = getopt(argc, argv, "?h")) != EOF) { in sc_delsect()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgadm/ |
H A D | main.c | 115 while ((i = getopt(argc, argv, "vV?")) != EOF) { in main() 281 while ((c = getopt(argc, argv, "D:R:q")) != EOF) { in sync_server()
|
/titanic_50/usr/src/cmd/ndmpadm/ |
H A D | ndmpadm_main.c | 231 while ((c = getopt(argc, argv, ":p:")) != -1) { in ndmp_get_config() 297 while ((c = getopt(argc, argv, ":p:")) != -1) { in ndmp_set_config() 416 while ((c = getopt(argc, argv, ":i:")) != -1) { in ndmp_show_sessions() 570 while ((c = getopt(argc, argv, ":a:u:")) != -1) { in ndmp_enable_auth() 662 while ((c = getopt(argc, argv, ":a:")) != -1) { in ndmp_disable_auth()
|
/titanic_50/usr/src/cmd/dumpadm/ |
H A D | main.c | 73 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) { in main() 114 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) { in main()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getopt.c | 42 #pragma weak _getopt = getopt 179 getopt(int argc, char *const *argv, const char *optstring) in getopt() function
|
/titanic_50/usr/src/grub/grub-0.97/grub/ |
H A D | mapfile-intf | 42 # The grub shell interposes on the getopt() family - this reimplementation is 47 getopt { FLAGS = INTERPOSE };
|
/titanic_50/usr/src/cmd/cron/ |
H A D | batch.sh | 32 set -- `getopt p: $*`
|
H A D | batch.xpg4.sh | 32 set -- `getopt p: $*`
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | ast_getopt.h | 39 extern int getopt(int, char* const*, const char*);
|
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbutil/ |
H A D | login.c | 122 while ((opt = getopt(argc, argv, "c")) != EOF) { in cmd_login() 196 while ((opt = getopt(argc, argv, "a")) != EOF) { in cmd_logout()
|
/titanic_50/usr/src/cmd/audio/audioctl/ |
H A D | audioctl.c | 793 while ((optc = getopt(argc, argv, "v")) != EOF) { in do_list_devices() 837 while ((optc = getopt(argc, argv, "d:v")) != EOF) { in do_show_device() 885 while ((optc = getopt(argc, argv, "d:v")) != EOF) { in do_show_control() 954 while ((optc = getopt(argc, argv, "d:v")) != EOF) { in do_set_control() 1016 while ((optc = getopt(argc, argv, "d:f")) != EOF) { in do_save_controls() 1095 while ((optc = getopt(argc, argv, "d:")) != EOF) { in do_load_controls() 1221 while ((optc = getopt(argc, argv, "v")) != EOF) { in do_init_devices() 1262 while ((opt = getopt(argc, argv, "h")) != EOF) { in main()
|