Searched defs:opt (Results 1 - 25 of 88) sorted by relevance

1234

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dvic_opt.c5 krb5_verify_init_creds_opt_init(krb5_verify_init_creds_opt *opt) argument
7 opt->flags = 0;
11 krb5_verify_init_creds_opt_set_ap_req_nofail(krb5_verify_init_creds_opt *opt, int ap_req_nofail) argument
13 opt->flags |= KRB5_VERIFY_INIT_CREDS_OPT_AP_REQ_NOFAIL;
14 opt->ap_req_nofail = ap_req_nofail;
/osnet-11/usr/src/lib/libeti/menu/common/
H A Ditemopts.c39 set_item_opts(ITEM *i, OPTIONS opt) argument
42 if (Iopt(i) != opt) {
43 Iopt(i) = opt;
45 if ((opt & O_SELECTABLE) == 0) {
56 Iopt(Dfl_Item) = opt;
62 item_opts_off(ITEM *i, OPTIONS opt) argument
64 return (set_item_opts(i, (Iopt(i ? i : Dfl_Item)) & ~opt));
68 item_opts_on(ITEM *i, OPTIONS opt) argument
70 return (set_item_opts(i, (Iopt(i ? i : Dfl_Item)) | opt));
H A Dmenuopts.c39 set_menu_opts(MENU *m, int opt) argument
50 if ((opt & O_ROWMAJOR) != RowMajor(m)) {
57 if ((opt & O_NONCYCLIC) != (Mopt(m) & O_NONCYCLIC)) {
61 Mopt(m) = opt;
70 Mopt(Dfl_Menu) = opt;
76 menu_opts_off(MENU *m, OPTIONS opt) argument
78 return (set_menu_opts(m, (Mopt(m ? m : Dfl_Menu)) & ~opt));
82 menu_opts_on(MENU *m, OPTIONS opt) argument
84 return (set_menu_opts(m, (Mopt(m ? m : Dfl_Menu)) | opt));
/osnet-11/usr/src/lib/krb5/ss/
H A Doptions.c28 register struct option *opt; local
29 for (opt = options; opt->text; opt++)
30 if (!strcmp(opt->text, string))
31 return(opt->value);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_td.c56 struct opthdr *opt; local
59 t_optreq.opt.maxlen = MAXOPTSIZE;
60 t_optreq.opt.buf = malloc(MAXOPTSIZE);
61 if (t_optreq.opt.buf == NULL) {
66 opt = (struct opthdr *)(t_optreq.opt.buf);
67 opt->name = TCP_NODELAY;
68 opt->len = 4;
69 opt->level = IPPROTO_TCP;
70 (void) memcpy((caddr_t)t_optreq.opt
[all...]
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_free.c44 struct t_optmgmt *opt; member in union:structptrs
66 if (p.call->opt.buf != NULL)
67 free(p.call->opt.buf);
73 p.opt = (struct t_optmgmt *)ptr;
74 if (p.opt->opt.buf != NULL)
75 free(p.opt->opt.buf);
88 if (p.udata->opt.buf != NULL)
89 free(p.udata->opt
[all...]
H A Dt_alloc.c60 struct t_optmgmt *opt; member in union:structptrs
137 if (_alloc_buf(&p.call->opt, optsize,
152 if ((p.opt = calloc(1, sizeof (struct t_optmgmt))) == NULL)
161 if (_alloc_buf(&p.opt->opt, optsize,
166 return (p.opt);
194 if (_alloc_buf(&p.udata->opt, optsize,
221 if (_alloc_buf(&p.uderr->opt, optsize,
H A Dt_optmgmt.c69 struct t_opthdr *opt, *next_opt; local
107 optlen = req->opt.len;
115 if (req->opt.buf == NULL ||
122 opt_start = (struct t_opthdr *)req->opt.buf;
128 * "opt.buf" at start of buffer and in combination with
131 * applies to output buffer "ret->opt.buf" is an "interesting
161 for (opt = opt_start; opt < opt_end; opt = next_opt) {
174 * 'opt
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsafechown.c84 int opt; local
88 while ((opt = getopt(argc, argv, "m:u:")) != EOF) {
89 switch (opt) {
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_find_by_capability.c91 const char *opt; local
107 opt = long_options[option_index].name;
109 if (strcmp (opt, "help") == 0) {
112 } else if (strcmp (opt, "verbose") == 0) {
114 } else if (strcmp (opt, "version") == 0) {
116 } else if (strcmp (opt, "capability") == 0) {
H A Dhal_find_by_property.c96 const char *opt; local
113 opt = long_options[option_index].name;
115 if (strcmp (opt, "help") == 0) {
118 } else if (strcmp (opt, "verbose") == 0) {
120 } else if (strcmp (opt, "version") == 0) {
122 } else if (strcmp (opt, "key") == 0) {
124 } else if (strcmp (opt, "string") == 0) {
H A Dhal_get_property.c103 const char *opt; local
121 opt = long_options[option_index].name;
123 if (strcmp (opt, "help") == 0) {
126 } else if (strcmp (opt, "hex") == 0) {
128 } else if (strcmp (opt, "verbose") == 0) {
130 } else if (strcmp (opt, "version") == 0) {
132 } else if (strcmp (opt, "key") == 0) {
134 } else if (strcmp (opt, "udi") == 0) {
H A Dhal-is-caller-privileged.c121 const char *opt; local
138 opt = long_options[option_index].name;
140 if (strcmp (opt, "help") == 0) {
143 } else if (strcmp (opt, "version") == 0) {
145 } else if (strcmp (opt, "udi") == 0) {
147 } else if (strcmp (opt, "caller") == 0) {
149 } else if (strcmp (opt, "action") == 0) {
H A Dhal_set_property.c131 const char *opt; local
156 opt = long_options[option_index].name;
158 if (strcmp (opt, "help") == 0) {
161 } else if (strcmp (opt, "key") == 0) {
163 } else if (strcmp (opt, "string") == 0) {
166 } else if (strcmp (opt, "int") == 0) {
169 } else if (strcmp (opt, "uint64") == 0) {
172 } else if (strcmp (opt, "double") == 0) {
175 } else if (strcmp (opt, "bool") == 0) {
185 } else if (strcmp (opt, "strlis
[all...]
/osnet-11/usr/src/lib/libshare/common/
H A Dsharetab.c158 * Return the value after "=" for option "opt"
163 getshareopt(char *optlist, char *opt) argument
179 if (strcmp(opt, p) == 0) {
184 if (strcmp(opt, p) == 0) {
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_create.c90 char *opt = NULL, *val = NULL; local
92 if ((status = krb5_ldap_get_db_opt(*t_ptr, &opt, &val)) != 0) {
95 if (opt && !strcmp(opt, "binddn")) {
97 free (opt);
106 free(opt);
111 free (opt);
116 } else if (opt && !strcmp(opt, "nconns")) {
118 free (opt);
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetopt.c103 * Determine if the specified string (opt) is present in the string
112 * opt The long option read from the command line
129 parselong(const char *optstring, const char *opt, char **longoptarg) argument
133 char *op; /* pointer into opt */
134 int match; /* nonzero if opt is matching part of optstring */
145 op = (char *)opt;
/osnet-11/usr/src/lib/libwrap/
H A Dfix_options.c49 unsigned int opt; local
87 opt = cp[IPOPT_OPTVAL];
88 if (opt == IPOPT_LSRR || opt == IPOPT_SSRR) {
95 if (opt == IPOPT_EOL)
97 if (opt == IPOPT_NOP) {
/osnet-11/usr/src/lib/libsasl/lib/
H A Dconfig.c252 int opt; local
255 for (opt = 0; opt < gctx->nconfiglist; opt++) {
256 if (*key == clist[opt].key[0] &&
257 !strcmp(key, clist[opt].key))
258 return clist[opt].value;
265 int opt; local
267 for (opt = 0; opt < nconfiglis
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_trace.c74 struct option *opt; local
79 for (opt = options; opt->name; opt++) {
80 if (strcasecmp(name, opt->name) == 0) {
81 switch (opt->type) {
84 *((char **)opt->address) = p;
91 *((int *)opt->address) = n;
102 *((int *)opt->address) = fd;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_work.c60 int opt = _dtrace_sleeptab[i].dtslt_option; local
61 dtrace_optval_t interval = dtp->dt_options[opt];
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmain.c135 int opt;
141 while ((opt = getopt_long (argc, argv, "r:d:m:vH:hV", options, 0)) != -1)
142 switch (opt)
133 int opt; local
/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc.c114 char *opt = NULL; local
137 opt = getenv("_LIBDISASM_DEBUG");
138 if (opt == NULL)
141 opt2 = strdup(opt);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsfix.c90 } opt; variable in typeref:struct:__anon62
142 memset(&opt, 0, sizeof(opt));
147 if (!opt.volume)
148 opt.volume = argv[optind - 1];
165 if (opt.volume == NULL) {
445 dev = ntfs_device_alloc(opt.volume, 0, &ntfs_device_default_io_ops,
488 if (!ntfs_check_if_mounted(opt.volume, &mnt_flags)) {
492 "mounted device %s.\n", opt.volume);
497 opt
[all...]
/osnet-11/usr/src/lib/libxcurses/src/tput/
H A Dtput.c143 int opt; local
156 while ((opt = getopt(argc, argv, "ST:W")) != -1) {
157 switch (opt) {

Completed in 38 milliseconds

1234