Searched refs:opt (Results 1 - 25 of 566) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/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;
H A Dgic_opt.c5 init_common(krb5_get_init_creds_opt *opt) argument
7 opt->flags |= KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT;
11 krb5_get_init_creds_opt_init(krb5_get_init_creds_opt *opt) argument
13 opt->flags = 0;
14 init_common(opt);
18 krb5_get_init_creds_opt_set_tkt_life(krb5_get_init_creds_opt *opt, krb5_deltat tkt_life) argument
20 opt->flags |= KRB5_GET_INIT_CREDS_OPT_TKT_LIFE;
21 opt->tkt_life = tkt_life;
25 krb5_get_init_creds_opt_set_renew_life(krb5_get_init_creds_opt *opt, krb5_deltat renew_life) argument
27 opt
32 krb5_get_init_creds_opt_set_forwardable(krb5_get_init_creds_opt *opt, int forwardable) argument
39 krb5_get_init_creds_opt_set_proxiable(krb5_get_init_creds_opt *opt, int proxiable) argument
46 krb5_get_init_creds_opt_set_etype_list(krb5_get_init_creds_opt *opt, krb5_enctype *etype_list, int etype_list_length) argument
54 krb5_get_init_creds_opt_set_address_list(krb5_get_init_creds_opt *opt, krb5_address **addresses) argument
61 krb5_get_init_creds_opt_set_preauth_list(krb5_get_init_creds_opt *opt, krb5_preauthtype *preauth_list, int preauth_list_length) argument
69 krb5_get_init_creds_opt_set_salt(krb5_get_init_creds_opt *opt, krb5_data *salt) argument
76 krb5_get_init_creds_opt_set_change_password_prompt(krb5_get_init_creds_opt *opt, int prompt) argument
167 krb5_get_init_creds_opt_alloc(krb5_context context, krb5_get_init_creds_opt **opt) argument
189 krb5_get_init_creds_opt_free(krb5_context context, krb5_get_init_creds_opt *opt) argument
209 krb5int_gic_opte_copy(krb5_context context, krb5_get_init_creds_opt *opt, krb5_gic_opt_ext **opte) argument
248 krb5int_gic_opt_to_opte(krb5_context context, krb5_get_init_creds_opt *opt, krb5_gic_opt_ext **opte, unsigned int force, const char *where) argument
333 krb5_get_init_creds_opt_set_pa(krb5_context context, krb5_get_init_creds_opt *opt, const char *attr, const char *value) argument
369 krb5_get_init_creds_opt_get_pa(krb5_context context, krb5_get_init_creds_opt *opt, int *num_preauth_data, krb5_gic_opt_pa_data **preauth_data) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/krb5/ss/
H A Doptions.c29 register struct option *opt; local
30 for (opt = options; opt->text; opt++)
31 if (!strcmp(opt->text, string))
32 return(opt->value);
/opensolaris-onvv-gate/usr/src/tools/etc/
H A Dexception_list_i38635 opt/onbld/bin/i386/elfsign i386
H A Dexception_list_sparc35 opt/onbld/bin/sparc/elfsign sparc
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
H A Ddd_opt.c56 dd_freeopt(struct dhcp_option *opt) argument
60 if (opt->error_code == 0) {
61 switch (opt->u.ret.datatype) {
63 for (i = 0; i < opt->u.ret.count; ++i) {
64 free(opt->u.ret.data.strings[i]);
66 free(opt->u.ret.data.strings);
71 for (i = 0; i < opt->u.ret.count; ++i) {
72 free(opt->u.ret.data.addrs[i]);
74 free(opt->u.ret.data.addrs);
77 free(opt
102 struct dhcp_option *opt; local
177 struct dhcp_option *opt; local
197 struct dhcp_option *opt; local
294 struct dhcp_option *opt; local
337 struct dhcp_option *opt; local
393 struct dhcp_option *opt; local
518 struct dhcp_option *opt; local
536 struct dhcp_option *opt; local
569 struct dhcp_option *opt; local
629 struct dhcp_option *opt; local
[all...]
H A Doptiondefs.c51 struct dhcp_option *opt; local
63 opt = dd_getopt(scode, arg, NULL);
66 if (opt == NULL) {
71 if (opt->error_code != 0) {
72 throw_bridge_exception(env, opt->u.msg);
73 dd_freeopt(opt);
78 jstr = (*env)->NewStringUTF(env, opt->u.ret.data.strings[0]);
79 dd_freeopt(opt);
100 struct dhcp_option *opt; local
125 opt
184 struct dhcp_option *opt; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Drpc_td.c60 struct opthdr *opt; local
63 t_optreq.opt.maxlen = MAXOPTSIZE;
64 t_optreq.opt.buf = malloc(MAXOPTSIZE);
65 if (t_optreq.opt.buf == NULL) {
71 opt = (struct opthdr *)(t_optreq.opt.buf);
72 opt->name = TCP_NODELAY;
73 opt->len = 4;
74 opt->level = IPPROTO_TCP;
75 (void) memcpy((caddr_t)(t_optreq.opt
[all...]
/opensolaris-onvv-gate/usr/src/ucbcmd/file/
H A Dfile.sh39 while getopts cLf:m: opt
41 case $opt in
42 c) CFLAG=-$opt;;
44 m) MFLAG=-$opt; MARG=$OPTARG;;
45 f) FFLAG=-$opt; FARG=$OPTARG;;
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/kmscfg/
H A Dkmscfg.pl85 my (%opt);
86 getopts('?p:a:i:t:f:d:', \%opt) || usage();
87 usage() if exists ($opt{'?'});
117 if (!exists($opt{'p'})) {
123 $profile = $opt{'p'};
126 if (!exists($opt{'a'})) {
132 $agentid = $opt{'a'};
135 if (!exists($opt{'i'})) {
141 $address = $opt{'i'};
144 if (!exists($opt{'
[all...]
/opensolaris-onvv-gate/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));
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Doptions.sh227 for opt in \
241 do old=$opt
242 if [[ ! -o $opt ]]
243 then old=no$opt
246 set --$opt || err_exit "set --$opt failed"
247 [[ -o $opt ]] || err_exit "[[ -o $opt ]] failed"
248 [[ -o no$opt ]] && err_exit "[[ -o no$opt ]] faile
[all...]
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Ddeveloper-build-onbld.mf38 dir path=opt group=sys
39 dir path=opt/onbld
40 dir path=opt/onbld/bin
41 dir path=opt/onbld/bin/$(ARCH)
42 dir path=opt/onbld/env
43 dir path=opt/onbld/etc
44 dir path=opt/onbld/etc/exception_lists
45 dir path=opt/onbld/gk
46 dir path=opt/onbld/lib
47 dir path=opt/onbl
[all...]
H A Dsystem-dtrace-tests.mf32 dir path=opt/SUNWdtrt group=sys
33 dir path=opt/SUNWdtrt/bin
34 dir path=opt/SUNWdtrt/bin/$(ARCH32)
35 dir path=opt/SUNWdtrt/bin/$(ARCH64)
36 dir path=opt/SUNWdtrt/lib
37 dir path=opt/SUNWdtrt/lib/java
38 dir path=opt/SUNWdtrt/tst
39 dir path=opt/SUNWdtrt/tst/$(ARCH)
40 dir path=opt/SUNWdtrt/tst/$(ARCH)/arrays
41 $(i386_ONLY)dir path=opt/SUNWdtr
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ipf/examples/
H A Dexample.1212 log in all with opt lsrr,ssrr
16 block in quick all with opt lsrr
17 block in quick all with opt ssrr
H A Dexample.95 pass in all with opt sec
10 pass out on le1 all with opt sec-class topsecret
12 pass in on le1 all with opt sec-class topsecret
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dxqt.c64 char opt[100]; local
77 (void) sprintf(opt, "-s%s", rmtname);
79 opt[0] = '\0';
80 (void) execle(UUCICO, "UUCICO", "-r1", opt, (char *) 0, Env);
94 char opt[100]; local
98 (void) sprintf(opt, "-s%s", rmtname);
100 opt[0] = '\0';
131 (void) execle(UUXQT, "UUXQT", opt, (char *) 0, Env);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c56 #define GET_UINT32(opt) (((uint_t)*((uchar_t *)(opt) + 0) << 24) | \
57 ((uint_t)*((uchar_t *)(opt) + 1) << 16) | \
58 ((uint_t)*((uchar_t *)(opt) + 2) << 8) | \
59 ((uint_t)*((uchar_t *)(opt) + 3)))
224 print_tcpoptions(opt, optlen)
225 uchar_t *opt;
235 (void) sprintf(get_line((char *)&opt - dlc_header, 1),
240 (void) sprintf(get_line((char *)&opt - dlc_header, 1),
244 line = get_line((char *)&opt
339 print_tcpoptions_summary(uchar_t *opt, int optlen, char *line) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.t12 our ($warning, $opt_f, $opt_i, $opt_o, $opt_x, $opt_y, %opt);
23 getopt 'il', \%opt;
26 ok( $opt{h} && $opt{i} eq 'j', 'option -h and -i correctly set' );
27 ok( !defined $opt{l}, 'option -l not set' );
39 %opt = (); $opt_i = undef;
42 ok( getopts('hi:kl', \%opt), 'getopts succeeded (2)' );
44 ok( $opt{h} && $opt{k}, 'options -h and -k set' );
45 is( $opt{
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c173 static int process_option __P((option_t *opt, char **argv, int sline));
174 static int n_arguments __P((option_t *opt));
185 opt_t opt; member in struct:_hashentry_t
394 option_t *opt; local
408 opt = find_option(arg);
409 if (opt != NULL) {
410 int n = n_arguments(opt);
416 if (!process_option(opt, argv, 0))
458 option_t *opt; local
507 opt
632 option_t *opt; local
949 option_t *opt; local
1000 option_t *opt; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtrace.c32 static void print_opt(struct nd_opt_hdr *opt, int len);
38 struct nd_opt_hdr *opt; local
47 opt = (struct nd_opt_hdr *)&rs[1];
48 print_opt(opt, len);
55 struct nd_opt_hdr *opt; local
77 opt = (struct nd_opt_hdr *)&ra[1];
78 print_opt(opt, len);
82 print_opt(struct nd_opt_hdr *opt, int len) argument
92 optlen = opt->nd_opt_len * 8;
97 switch (opt
[all...]
/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/lib/libnsl/nsl/
H A Dt_free.c48 struct t_optmgmt *opt; member in union:structptrs
72 if (p.call->opt.buf != NULL)
73 free(p.call->opt.buf);
80 p.opt = (struct t_optmgmt *)ptr;
81 if (p.opt->opt.buf != NULL)
82 free(p.opt->opt.buf);
97 if (p.udata->opt.buf != NULL)
98 free(p.udata->opt
[all...]
H A Dt_optmgmt.c73 struct t_opthdr *opt, *next_opt; local
111 optlen = req->opt.len;
119 if (req->opt.buf == NULL ||
127 opt_start = (struct t_opthdr *)req->opt.buf;
133 * "opt.buf" at start of buffer and in combination with
136 * applies to output buffer "ret->opt.buf" is an "interesting
167 for (opt = opt_start; opt < opt_end; opt = next_opt) {
180 * 'opt
[all...]

Completed in 211 milliseconds

1234567891011>>