opts 613 lib/popt/popthelp.c const void ** opts;
opts 643 lib/popt/popthelp.c const void * that = done->opts[i];
opts 654 lib/popt/popthelp.c done->opts[done->nopts++] = (const void *) opt->arg;
opts 714 lib/popt/popthelp.c cursor = done->maxopts * sizeof(*done->opts);
opts 716 lib/popt/popthelp.c done->opts = (const void **)memset(alloca(cursor), 0, cursor);
opts 717 lib/popt/popthelp.c done->opts[done->nopts++] = (const void *) con->options;
opts 727 source3/libads/krb5_setpw.c krb5_get_init_creds_opt opts;
opts 745 source3/libads/krb5_setpw.c krb5_get_init_creds_opt_init(&opts);
opts 746 source3/libads/krb5_setpw.c krb5_get_init_creds_opt_set_tkt_life(&opts, 5*60);
opts 747 source3/libads/krb5_setpw.c krb5_get_init_creds_opt_set_renew_life(&opts, 0);
opts 748 source3/libads/krb5_setpw.c krb5_get_init_creds_opt_set_forwardable(&opts, 0);
opts 749 source3/libads/krb5_setpw.c krb5_get_init_creds_opt_set_proxiable(&opts, 0);
opts 762 source3/libads/krb5_setpw.c 0, chpw_princ, &opts);
opts 144 source4/client/smbmnt.c pstring opts;
opts 156 source4/client/smbmnt.c data2 = opts;
opts 159 source4/client/smbmnt.c data1 = opts;
opts 163 source4/client/smbmnt.c slprintf(opts, sizeof(opts)-1,
opts 717 source4/client/smbmount.c char *opts;
opts 759 source4/client/smbmount.c for (opts = strtok(optarg, ","); opts; opts = strtok(NULL, ",")) {
opts 760 source4/client/smbmount.c DEBUG(3, ("opts: %s\n", opts));
opts 761 source4/client/smbmount.c if ((opteq = strchr_m(opts, '='))) {
opts 765 source4/client/smbmount.c if (!strcmp(opts, "username") ||
opts 766 source4/client/smbmount.c !strcmp(opts, "logon")) {
opts 780 source4/client/smbmount.c } else if(!strcmp(opts, "passwd") ||
opts 781 source4/client/smbmount.c !strcmp(opts, "password")) {
opts 785 source4/client/smbmount.c } else if(!strcmp(opts, "credentials")) {
opts 787 source4/client/smbmount.c } else if(!strcmp(opts, "netbiosname")) {
opts 789 source4/client/smbmount.c } else if(!strcmp(opts, "uid")) {
opts 791 source4/client/smbmount.c } else if(!strcmp(opts, "gid")) {
opts 793 source4/client/smbmount.c } else if(!strcmp(opts, "port")) {
opts 795 source4/client/smbmount.c } else if(!strcmp(opts, "fmask")) {
opts 797 source4/client/smbmount.c } else if(!strcmp(opts, "dmask")) {
opts 799 source4/client/smbmount.c } else if(!strcmp(opts, "debug")) {
opts 801 source4/client/smbmount.c } else if(!strcmp(opts, "ip")) {
opts 808 source4/client/smbmount.c } else if(!strcmp(opts, "workgroup")) {
opts 810 source4/client/smbmount.c } else if(!strcmp(opts, "sockopt")) {
opts 812 source4/client/smbmount.c } else if(!strcmp(opts, "scope")) {
opts 815 source4/client/smbmount.c slprintf(p, sizeof(pstring) - (p - options) - 1, "%s=%s,", opts, opteq+1);
opts 820 source4/client/smbmount.c if(!strcmp(opts, "nocaps")) {
opts 823 source4/client/smbmount.c } else if(!strcmp(opts, "guest")) {
opts 826 source4/client/smbmount.c } else if(!strcmp(opts, "krb")) {
opts 836 source4/client/smbmount.c } else if(!strcmp(opts, "rw")) {
opts 838 source4/client/smbmount.c } else if(!strcmp(opts, "ro")) {
opts 841 source4/client/smbmount.c strncpy(p, opts, sizeof(pstring) - (p - options) - 1);
opts 842 source4/client/smbmount.c p += strlen(opts);
opts 664 source4/heimdal/lib/krb5/get_in_tkt.c KDCOptions opts,
opts 682 source4/heimdal/lib/krb5/get_in_tkt.c a->req_body.kdc_options = opts;
opts 903 source4/heimdal/lib/krb5/get_in_tkt.c KDCOptions opts;
opts 910 source4/heimdal/lib/krb5/get_in_tkt.c opts = int2KDCOptions(options);
opts 918 source4/heimdal/lib/krb5/get_in_tkt.c opts,
opts 1018 source4/heimdal/lib/krb5/get_in_tkt.c if (opts.request_anonymous)
opts 545 source4/heimdal/lib/krb5/init_creds_pw.c KDCOptions opts,
opts 557 source4/heimdal/lib/krb5/init_creds_pw.c a->req_body.kdc_options = opts;