Searched refs:opts (Results 26 - 50 of 122) sorted by relevance

12345

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_lib.c54 pkinit_req_opts *opts = NULL; local
57 opts = calloc(1, sizeof(*opts));
58 if (opts == NULL)
61 opts->require_eku = 1;
62 opts->accept_secondary_eku = 0;
63 opts->allow_upn = 0;
64 opts->dh_or_rsa = DH_PROTOCOL;
65 opts->require_crl_checking = 0;
66 opts
76 pkinit_fini_req_opts(pkinit_req_opts *opts) argument
86 pkinit_plg_opts *opts = NULL; local
107 pkinit_fini_plg_opts(pkinit_plg_opts *opts) argument
[all...]
H A Dpkinit_clnt.c187 && reqctx->opts->win2k_require_cksum) || (longhorn == 1)) {
236 int protocol = reqctx->opts->dh_or_rsa;
296 reqctx->cryptoctx, reqctx->idctx, reqctx->opts->dh_size,
625 if (reqctx->opts->require_eku == 0) {
634 reqctx->opts->accept_secondary_eku,
700 reqctx->opts->require_crl_checking,
714 reqctx->opts->require_crl_checking,
917 reqctx->opts->win2k_target,
918 &reqctx->opts->win2k_target);
921 reqctx->opts
[all...]
H A Dpkinit_identity.c120 pkinit_identity_opts *opts = NULL; local
123 opts = calloc(1, sizeof(pkinit_identity_opts));
124 if (opts == NULL)
127 opts->identity = NULL;
128 opts->anchors = NULL;
129 opts->intermediates = NULL;
130 opts->crls = NULL;
131 opts->ocsp = NULL;
132 opts->dn_mapping_file = NULL;
134 opts
[all...]
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dattach.ksh111 typeset -A opts # Used in option compatibility checks.
132 opts[$opt]=1
190 if [[ -n ${opts[a]} && -n ${opts[d]} ]]; then
193 if [[ -n ${opts[a]} && -n ${opts[z]} ]]; then
196 if [[ -n ${opts[d]} && -n ${opts[z]} ]]; then
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwchgat.c47 wchgat(WINDOW *w, int n, attr_t at, short co, const void *opts) argument
53 __m_trace("wchgat(%p, %d, %x, %d, %p)", w, n, at, co, opts);
H A Dslk.c112 slk_attr_off(const attr_t at, void *opts) argument
117 __m_trace("slk_attr_off(%x, %p)", at, opts);
121 code = wattr_off(__m_screen->_slk._w, at, opts);
127 slk_attr_on(const attr_t at, void *opts) argument
132 __m_trace("slk_attr_on(%x, %p)", at, opts);
136 code = wattr_on(__m_screen->_slk._w, at, opts);
142 slk_attr_set(const attr_t at, short co, void *opts) argument
147 __m_trace("slk_attr_set(%x, %d, %p)", at, co, opts);
151 code = wattr_set(__m_screen->_slk._w, at, co, opts);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dmapping.c118 char *opts = NULL; local
134 opts = kmf_get_attr_ptr(KMF_MAPPER_OPTIONS_ATTR, attrlist, numattr);
153 } else if (dir != NULL || opts != NULL) {
160 opts = map->options;
169 opts = map->options;
189 if (opts != NULL) {
190 map->curoptions = strdup(opts);
221 if (map->curoptions != NULL && opts == NULL) {
224 } else if (map->curoptions == NULL && opts != NULL) {
225 if ((map->curoptions = strdup(opts))
402 kmf_set_mapper_options(KMF_HANDLE_T handle, void *opts) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestpchk.pl78 my %opts = (ref $_[0] eq 'HASH') ? %{shift()} : ();
87 print "1..", scalar @testpods, "\n" unless ($opts{'-xrgen'});
96 if ($opts{'-xrgen'}) {
97 if ($opts{'-force'} or ! -e $cmpfile) {
H A Dtestp2pt.pl137 my %opts = (ref $_[0] eq 'HASH') ? %{shift()} : ();
146 print "1..", scalar @testpods, "\n" unless ($opts{'-xrgen'});
155 if ($opts{'-xrgen'}) {
156 if ($opts{'-force'} or ! -e $cmpfile) {
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetcchar.c53 getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts) argument
H A Dsetcchar.c54 short co, const void *opts)
53 setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at, short co, const void *opts) argument
H A Dwchgat.c53 wchgat(WINDOW *w, int n, attr_t at, short co, const void *opts) argument
/osnet-11/usr/src/lib/libfuse/common/
H A Doptions.c114 fuse_opt_add_opt(char **opts, const char *opt) argument
119 if (opts == NULL)
122 if (*opts == NULL) {
123 *opts = libfuse_strdup(opt);
127 oldopts = *opts;
139 *opts = newopts;
203 fuse_opt_next_match(const struct fuse_opt *opts, const char *arg, argument
210 for (opt = opts; opt->templ != NULL; opt++) {
289 const struct fuse_opt opts[], fuse_opt_proc_t proc, void *data)
298 opt = fuse_opt_next_match(opts, ar
288 fuse_opt_opt(struct fuse_args *old, struct fuse_args *new, const char *arg, const struct fuse_opt opts[], fuse_opt_proc_t proc, void *data) argument
343 fuse_opt_optgroup(struct fuse_args *old, struct fuse_args *new, const char *arg, const struct fuse_opt opts[], fuse_opt_proc_t proc, char *data, char **allopts) argument
364 fuse_opt_parse_all(struct fuse_args *old, struct fuse_args *new, const struct fuse_opt opts[], fuse_opt_proc_t proc, void *data, char **allopts) argument
415 fuse_opt_parse(struct fuse_args *args, void *data, const struct fuse_opt opts[], fuse_opt_proc_t proc) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm429 my %opts;
434 %opts = ($_, @_);
438 %opts = %{$_} if (ref($_) eq 'HASH');
442 $opts{"-exitval"} = $_;
446 $_ and $opts{"-message"} = $_;
453 %opts = map {
454 my $val = $opts{$_};
459 } (keys %opts);
462 if ((! defined $opts{"-exitval"}) && (! defined $opts{"
[all...]
H A DFind.pm62 =head2 C<pod_find( { %opts } , @directories )>
119 my %opts;
121 %opts = %{shift()};
124 $opts{-verbose} ||= 0;
125 $opts{-perl} ||= 0;
129 if($opts{-script}) {
133 $opts{-perl} = 1;
136 if($opts{-inc}) {
154 $opts{-perl} = 1;
157 if($opts{
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Dllib-lform247 set_field_opts(f, opts)
249 OPTIONS opts;
258 field_opts_on(f, opts)
260 OPTIONS opts;
264 field_opts_off(f, opts)
266 OPTIONS opts;
432 set_form_opts(f, opts)
434 OPTIONS opts;
443 form_opts_on(f, opts)
445 OPTIONS opts;
[all...]
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell-tester.in46 --qemu-opts=OPTIONS extra options to pass to Qemu instance
67 --qemu-opts=*)
68 qs=`echo "$option" | sed -e 's/--qemu-opts=//'`
94 @builddir@/grub-shell --qemu-opts="${qemuopts}" --modules=${modules} ${source} >${outfile1}
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdadefs.c204 char *opts; local
213 opts = getdadmfield(NULL, KV_TOKEN_DELIMIT);
217 if (opts != NULL)
219 _str2kva(opts, KV_ASSIGN, KV_DELIMITER);
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c154 res_findzonecut(res_state statp, const char *dname, ns_class class, int opts, argument
161 opts |= RES_IPV4ONLY;
162 opts &= ~RES_IPV6ONLY;
168 result = res_findzonecut2(statp, dname, class, opts, zname, zsize,
179 res_findzonecut2(res_state statp, const char *dname, ns_class class, int opts, argument
197 if ((n = get_soa(statp, dname, class, opts, zname, zsize,
199 ((opts & RES_EXHAUSTIVE) == 0 &&
204 if ((n = get_ns(statp, zname, class, opts, &nsrrs)) < 0 ||
205 ((opts & RES_EXHAUSTIVE) == 0 &&
210 if ((n = get_glue(statp, class, opts,
269 get_soa(res_state statp, const char *dname, ns_class class, int opts, char *zname, size_t zsize, char *mname, size_t msize, rrset_ns *nsrrsp) argument
409 get_ns(res_state statp, const char *zname, ns_class class, int opts, rrset_ns *nsrrsp) argument
442 get_glue(res_state statp, ns_class class, int opts, rrset_ns *nsrrsp) argument
517 save_ns(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rrset_ns *nsrrsp) argument
576 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_connect.c81 } opts; local
84 opts.oh.len = sizeof (opts);
85 opts.oh.level = level;
86 opts.oh.name = name;
87 opts.oh.status = 0;
88 opts.ival = val;
91 oreq.opt.buf = (void *)&opts;
92 oreq.opt.len = sizeof (opts);
106 (int)ores.flags, (int)opts
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c197 } opts; variable in typeref:struct:mkntfs_options
516 if (!opts.use_epoch_time)
551 if (opts.no_action)
598 if (opts.no_action)
1925 if (index_block_size < (u32)opts.sector_size) {
1932 opts.sector_size;
3050 vol->u.dev = ntfs_device_alloc(opts.dev_name, 0, &ntfs_device_default_io_ops, NULL);
3057 if (opts.no_action) {
3078 if (!opts.force) {
3082 if (!opts
[all...]
H A Dntfsinfo.c96 } opts; variable in typeref:struct:options
185 opts.inode = -1;
186 opts.filename = NULL;
191 if (!opts.device)
192 opts.device = optarg;
197 opts.debug++;
200 if ((opts.inode != -1) ||
201 (!utils_parse_size(optarg, &opts.inode, FALSE))) {
206 if (opts.filename == NULL) {
209 opts
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dui.c1116 StrList* opts = NULL; local
1125 opts = str_list_append (opts, walk_name);
1126 opts = str_list_append_unique (opts, _(walk_name));
1130 flag_name = command_line_get_word (prompt, NULL, opts, 1);
1131 str_list_destroy (opts);
1182 StrList* opts = NULL; local
1186 opts = str_list_append_unique (opts, "primar
1289 StrList* opts = NULL; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dlint.t14 my ($opts,$prog,$result,$testname) = @_;
16 switches => [ "-MO=Lint,$opts" ],
21 is( $res, $result, $testname || $opts );
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1053 subopt_help_str(char *opts[]) argument
1064 for (i = 0; opts[i] != NULL; i++) {
1066 len += strlen(opts[i]);
1077 for (i = 0; opts[i] != NULL; i++) {
1079 (void) strcat(str, opts[i]);
1109 char **opts; local
1120 opts = mtest_build_opts(&maxerr_idx);
1121 if (opts == NULL) {
1127 subopt = getsubopt(&cp, opts, &value);
1131 hlp = subopt_help_str(opts);
1461 opt_help_str(struct opt_control *opts) argument
1494 process_options( const char *options, struct opt_control *opts, int *retp, char **errstring) argument
[all...]

Completed in 431 milliseconds

12345