Home
last modified time | relevance | path

Searched refs:getopt (Results 1 – 25 of 896) sorted by relevance

12345678910>>...36

/titanic_50/usr/src/tools/scripts/
H A Dhdrchk.py32 import sys, os, io, getopt
50 opts, args = getopt.getopt(sys.argv[1:], 'a')
51 except getopt.GetoptError:
H A Dhg-active.py46 import getopt, binascii
59 opts = getopt.getopt(argv, 'w:o:p:')[0]
60 except getopt.GetoptError, e:
H A Dmapfilechk.py32 import sys, os, io, getopt, fnmatch
129 opts, args = getopt.getopt(sys.argv[1:], 'avx:')
130 except getopt.GetoptError:
H A Dcddlchk.py32 import sys, os, io, getopt, fnmatch
132 opts, args = getopt.getopt(sys.argv[1:], 'avx:')
133 except getopt.GetoptError:
H A Dgit-pbchk.py27 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 Dgetopt.h106 extern int getopt (int argc, char *const *argv, const char *shortopts);
108 extern int getopt ();
122 extern int getopt ();
H A DMakefile.solaris16 getopt.o \
26 getopt.c getopt.h getopt1.c
H A DMakefile.am6 libcommon_a_SOURCES = getopt.c getopt1.c getopt.h device.c device.h
/titanic_50/usr/src/cmd/getopt/
H A Dgetoptcvt.sh46 1,$s/set[ ][ ]*--[ ][ ]*`getopt[ ][ ]*\(.*\)[ ][ ]*.*`/{\
49 set -- `getopt \1 $*`\
86 1,$s/set[ ][ ]*--[ ][ ]*`getopt[ ][ ]*\(.*\)[ ][ ]*.*`/{\
/titanic_50/usr/src/lib/libast/common/comp/
H A Dgetopt.c30 NoN(getopt)
47 getopt(int argc, char* const* argv, const char* optstring)
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipfzone.c49 while ((c = getopt(argc, argv, optstr)) != -1) { in getzonearg()
79 while ((c = getopt(argc, argv, optstr)) != -1) { in getzoneopt()
H A Dippool.c103 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 Dserver.c337 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 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);
/titanic_50/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c69 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 Dmain.c115 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 Dndmpadm_main.c231 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 Dmain.c73 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 Dgetopt.c42 #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 Dmapfile-intf42 # The grub shell interposes on the getopt() family - this reimplementation is
47 getopt { FLAGS = INTERPOSE };
/titanic_50/usr/src/cmd/cron/
H A Dbatch.sh32 set -- `getopt p: $*`
H A Dbatch.xpg4.sh32 set -- `getopt p: $*`
/titanic_50/usr/src/lib/libast/common/include/
H A Dast_getopt.h39 extern int getopt(int, char* const*, const char*);
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dlogin.c122 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 Daudioctl.c793 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()

12345678910>>...36