HomeSort by relevance Sort by last modified time
    Searched refs:opt (Results 1 - 25 of 635) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
vic_opt.c 5 krb5_verify_init_creds_opt_init(krb5_verify_init_creds_opt *opt)
7 opt->flags = 0;
11 krb5_verify_init_creds_opt_set_ap_req_nofail(krb5_verify_init_creds_opt *opt, int ap_req_nofail)
13 opt->flags |= KRB5_VERIFY_INIT_CREDS_OPT_AP_REQ_NOFAIL;
14 opt->ap_req_nofail = ap_req_nofail;
gic_opt.c 5 init_common(krb5_get_init_creds_opt *opt)
7 opt->flags |= KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT;
11 krb5_get_init_creds_opt_init(krb5_get_init_creds_opt *opt)
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)
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)
27 opt->flags |= KRB5_GET_INIT_CREDS_OPT_RENEW_LIFE
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/ss/
options.c 29 register struct option *opt; local
30 for (opt = options; opt->text; opt++)
31 if (!strcmp(opt->text, string))
32 return(opt->value);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
dd_opt.c 58 dd_freeopt(struct dhcp_option *opt)
62 if (opt->error_code == 0) {
63 switch (opt->u.ret.datatype) {
65 for (i = 0; i < opt->u.ret.count; ++i) {
66 free(opt->u.ret.data.strings[i]);
68 free(opt->u.ret.data.strings);
73 for (i = 0; i < opt->u.ret.count; ++i) {
74 free(opt->u.ret.data.addrs[i]);
76 free(opt->u.ret.data.addrs);
79 free(opt->u.ret.data.numbers)
104 struct dhcp_option *opt; local
179 struct dhcp_option *opt; local
199 struct dhcp_option *opt; local
296 struct dhcp_option *opt; local
339 struct dhcp_option *opt; local
395 struct dhcp_option *opt; local
520 struct dhcp_option *opt; local
538 struct dhcp_option *opt; local
571 struct dhcp_option *opt; local
622 struct dhcp_option *opt; local
639 struct dhcp_option *opt; local
741 struct dhcp_option *opt; local
    [all...]
optiondefs.c 51 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 = dd_getopt(scode, arg, NULL)
184 struct dhcp_option *opt; local
    [all...]
  /onnv/onnv-gate/usr/src/tools/etc/
exception_list_i386 35 opt/onbld/bin/i386/elfsign i386
exception_list_sparc 35 opt/onbld/bin/sparc/elfsign sparc
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
rpc_td.c 60 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.buf
    [all...]
  /onnv/onnv-gate/usr/src/ucbcmd/file/
file.sh 39 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;;
  /onnv/onnv-gate/usr/src/lib/libeti/menu/common/
itemopts.c 39 set_item_opts(ITEM *i, OPTIONS opt)
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)
64 return (set_item_opts(i, (Iopt(i ? i : Dfl_Item)) & ~opt));
68 item_opts_on(ITEM *i, OPTIONS opt)
70 return (set_item_opts(i, (Iopt(i ? i : Dfl_Item)) | opt));
menuopts.c 39 set_menu_opts(MENU *m, int opt)
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)
78 return (set_menu_opts(m, (Mopt(m ? m : Dfl_Menu)) & ~opt));
82 menu_opts_on(MENU *m, OPTIONS opt)
84 return (set_menu_opts(m, (Mopt(m ? m : Dfl_Menu)) | opt));
  /onnv/onnv-gate/usr/src/cmd/mdb/packages/SUNWonmdb/
prototype_com 36 d none opt 755 root sys
37 d none opt/SUNWonmdb 755 root sys
38 d none opt/SUNWonmdb/bin 755 root bin
39 f none opt/SUNWonmdb/bin/mdb 555 root bin
40 f none opt/SUNWonmdb/bin/mkmodules 555 root bin
41 f none opt/SUNWonmdb/bin/mkroot 555 root bin
42 f none opt/SUNWonmdb/SUNWonmdb-README 444 root bin
  /onnv/onnv-gate/usr/src/tools/SUNWonbld/
prototype_sparc 29 d none opt/onbld/bin/sparc 755 root bin
30 f none opt/onbld/bin/sparc/bfuld 555 root bin
31 f none opt/onbld/bin/sparc/chk4ubin 555 root bin
32 f none opt/onbld/bin/sparc/codereview 555 root bin
33 f none opt/onbld/bin/sparc/cpiotranslate 555 root bin
34 f none opt/onbld/bin/sparc/cscope-fast 555 root bin
35 f none opt/onbld/bin/sparc/ctfconvert 555 root bin
36 f none opt/onbld/bin/sparc/ctfdump 555 root bin
37 f none opt/onbld/bin/sparc/ctfmerge 555 root bin
38 f none opt/onbld/bin/sparc/ctfstabs 555 root bi
    [all...]
prototype_i386 29 d none opt/onbld/bin/i386 755 root bin
30 f none opt/onbld/bin/i386/aw 555 root bin
31 f none opt/onbld/bin/i386/bfuld 555 root bin
32 f none opt/onbld/bin/i386/codereview 555 root bin
33 f none opt/onbld/bin/i386/cpiotranslate 555 root bin
34 f none opt/onbld/bin/i386/cscope-fast 555 root bin
35 f none opt/onbld/bin/i386/ctfconvert 555 root bin
36 f none opt/onbld/bin/i386/ctfdump 555 root bin
37 f none opt/onbld/bin/i386/ctfmerge 555 root bin
38 f none opt/onbld/bin/i386/ctfstabs 555 root bi
    [all...]
prototype_com 47 d none opt 755 root sys
48 d none opt/onbld 755 root bin
49 d none opt/onbld/bin 755 root bin
50 f none opt/onbld/bin/Install 555 root bin
51 f none opt/onbld/bin/acr 555 root bin
52 f none opt/onbld/bin/bfu 555 root bin
53 f none opt/onbld/bin/bfudrop 555 root bin
54 f none opt/onbld/bin/bldenv 555 root bin
55 f none opt/onbld/bin/bringovercheck 555 root bin
56 f none opt/onbld/bin/build_cscope 555 root bi
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
options.sh 227 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 ]] failed
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ipf/examples/
example.12 12 log in all with opt lsrr,ssrr
16 block in quick all with opt lsrr
17 block in quick all with opt ssrr
example.9 5 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
  /onnv/onnv-gate/usr/src/cmd/bnu/
xqt.c 64 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);
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWdtrt/
pkginfo.tmpl 42 BASEDIR=/opt
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_tcp.c 56 #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 - dlc_header, 1)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
Std.t 12 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{i}, 'j', q/option -i is 'j'/ )
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWsacom/
preinstall 30 if [ -d $BASEDIR/var/opt/SUNWconn/SSA/dmi/db ] ; then
31 if [ -d $BASEDIR/var/opt/SUNWconn/SSA/dmi/db.old ] ; then
32 echo "Removing $BASEDIR/var/opt/SUNWconn/SSA/dmi/db.old"
33 rm -rf $BASEDIR/var/opt/SUNWconn/SSA/dmi/db.old
36 echo "Renaming $BASEDIR/var/opt/SUNWconn/SSA/dmi.db to db.old"
37 mv $BASEDIR/var/opt/SUNWconn/SSA/dmi/db $BASEDIR/var/opt/SUNWconn/SSA/dmi/db.old
41 if [ -f $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf/snmpdx.rsrc ] ; then
42 if [ -f $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf/snmpdx.rsrc.old ] ; then
43 echo "Removing $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf/snmpdx.rsrc.old
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
options.c 173 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 = find_option(cmd)
632 option_t *opt; local
949 option_t *opt; local
1000 option_t *opt; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
trace.c 32 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)
92 optlen = opt->nd_opt_len * 8;
97 switch (opt->nd_opt_type)
    [all...]

Completed in 860 milliseconds

1 2 3 4 5 6 7 8 91011>>