HomeSort by: relevance | last modified time | path
    Searched defs:optidx (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
prog_setup.c 53 int optidx = 0; local
63 if(getarg(args, num_args, argc, argv, &optidx))
65 return optidx;
test_expand_toks.c 62 int optidx = 0; local
67 if (getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
78 argc -= optidx;
79 argv += optidx;
krbhst-test.c 69 int optidx = 0; local
73 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
84 argc -= optidx;
85 argv += optidx;
test_forward.c 69 int optidx = 0; local
73 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
84 argc -= optidx;
85 argv += optidx;
test_get_addrs.c 80 int optidx = 0; local
84 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
test_pkinit_dh2key.c 188 int i, optidx = 0; local
192 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
203 argc -= optidx;
204 argv += optidx;
test_renew.c 69 int optidx = 0; local
73 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
84 argc -= optidx;
85 argv += optidx;
test_alname.c 117 int optidx = 0; local
122 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
133 argc -= optidx;
134 argv += optidx;
test_crypto_wrapping.c 125 int i, optidx = 0; local
143 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
154 argc -= optidx;
155 argv += optidx;
test_gic.c 118 int optidx = 0, errors = 0; local
123 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
test_hostname.c 119 int optidx = 0, errors = 0; local
123 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
134 argc -= optidx;
135 argv += optidx;
  /src/crypto/external/bsd/heimdal/dist/tests/bin/
intr.c 40 int optidx = 0; local
44 if (getarg(args, nargs, argc, argv, &optidx))
50 argc -= optidx;
51 argv += optidx;
  /src/crypto/external/bsd/heimdal/dist/kdc/
main.c 121 int optidx = 0; local
135 config = configure(context, argc, argv, &optidx);
  /src/crypto/external/bsd/heimdal/dist/kuser/
heimtools.c 108 int optidx = 0; local
134 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
149 argc -= optidx;
150 argv += optidx;
kverify.c 66 int optidx = 0; local
70 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
81 argc -= optidx;
82 argv += optidx;
kdecode_ticket.c 105 int optidx = 0; local
113 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
124 argc -= optidx;
125 argv += optidx;
kdestroy.c 78 int optidx = 0; local
83 if(getarg(args, num_args, argc, argv, &optidx))
94 argc -= optidx;
96 argv += optidx;
  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
tc.c 107 int optidx = 0; local
111 if (getarg(args, num_args, argc, argv, &optidx))
ts-http.c 118 int optidx = 0; local
122 if (getarg(args, num_args, argc, argv, &optidx))
ts.c 80 int optidx = 0; local
84 if (getarg(args, num_args, argc, argv, &optidx))
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getifaddrs-test.c 105 int ret, optidx = 0; local
110 &optidx))
getaddrinfo-test.c 117 int optidx = 0; local
123 &optidx))
134 argc -= optidx;
135 argv += optidx;
  /src/crypto/external/bsd/heimdal/dist/admin/
ktutil.c 157 int optidx = 0; local
163 if(getarg(args, num_args, argc, argv, &optidx))
171 argc -= optidx;
172 argv += optidx;
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
idn-lookup.c 139 int optidx = 0; local
144 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
155 argc -= optidx;
156 argv += optidx;
  /src/crypto/external/bsd/heimdal/dist/kadmin/
kadmind.c 106 int optidx = 0; local
114 if (getarg(args, num_args, argc, argv, &optidx)) {
115 warnx("error at argument `%s'", argv[optidx]);
134 argc -= optidx;
136 argv += optidx;

Completed in 44 milliseconds

1 2 3 4