Searched refs:getopt (Results 101 - 125 of 923) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/bnu/
H A Dbnuconvert.c54 while ((c = getopt(argc, argv, "x:")) != EOF)
/illumos-gate/usr/src/cmd/cmd-inet/lib/netcfgd/
H A Dnetcfgd.c150 while ((c = getopt(argc, argv, "f")) != -1) {
/illumos-gate/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c83 while ((c = getopt(argc, argv, "o:rmOq")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh69 if set -- `getopt aviuo: $*` ; then : ; else bad ; fi
/illumos-gate/usr/src/cmd/fs.d/smbclnt/lsacl/
H A Dlsacl.c72 while ((c = getopt(argc, argv, "v")) != -1) {
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dstatus.c86 while ((opt = getopt(argc, argv, "")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/smbclnt/test/
H A Dtconn.c67 while ((c = getopt(argc, argv, "vd:p:s:u:")) != -1) {
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_find_by_capability.c34 #include <getopt.h>
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_destroy.c105 while ((optchar = getopt(argc, argv, "f")) != -1) {
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrclean.c70 while ((c = getopt(ac, av, "d:a:")) != EOF) {
/illumos-gate/usr/src/cmd/svc/mfstscan/
H A Dmfstscan.c75 while ((i = getopt(argc, argv, "t")) != -1) {
/illumos-gate/usr/src/cmd/tsol/atohexlabel/
H A Datohexlabel.c91 while ((c = getopt(argc, argv, "c")) != EOF) {
/illumos-gate/usr/src/cmd/tsol/getlabel/
H A Dgetlabel.c127 while ((opt = getopt(argc, argv, ":sS")) != EOF) {
/illumos-gate/usr/src/cmd/tsol/hextoalabel/
H A Dhextoalabel.c91 while ((c = getopt(argc, argv, "c")) != EOF) {
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dupdatehome.c99 extern int opterr; /* getopt error flag */
112 while ((opt = getopt(argc, argv, "cdimrs")) != EOF) {
149 } /* while ((opt = getopt()) */
/illumos-gate/usr/src/ucbcmd/from/
H A Dfrom.c43 while ((c = getopt(argc, argv, "s:")) != EOF)
/illumos-gate/usr/src/cmd/fs.d/bootfs/
H A Dmount.c80 while ((c = getopt(argc, argv, "o:rmOq")) != EOF) {
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py25 import getopt namespace
365 opts, args = getopt.getopt(args, 'b:')
366 except getopt.GetoptError, e:
/illumos-gate/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,
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 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);
/illumos-gate/usr/src/cmd/ndmpadm/
H A Dndmpadm_main.c231 while ((c = getopt(argc, argv, ":p:")) != -1) {
297 while ((c = getopt(argc, argv, ":p:")) != -1) {
416 while ((c = getopt(argc, argv, ":i:")) != -1) {
570 while ((c = getopt(argc, argv, ":a:u:")) != -1) {
662 while ((c = getopt(argc, argv, ":a:")) != -1) {
/illumos-gate/usr/src/cmd/ipf/tools/
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)
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dcommands.c350 while ((ch = getopt(argc, argv, "n")) != -1) {
357 /* getopt has already reported an error */
395 while ((c = getopt(argc, argv, "p:t:")) != -1) {
495 while ((ch = getopt(argc, argv, "v")) != -1) {
502 /* getopt has already reported an error */
/illumos-gate/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c65 while ((c = getopt(argc, argv, "d")) != EOF) {
/illumos-gate/usr/src/lib/efcode/interpreter/
H A Dinterpreter.c111 while ((c = getopt(argc, argv, "ad:e:f:l:iDs:k")) != EOF) {

Completed in 71 milliseconds

1234567891011>>