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

1234

/sssd/src/tests/cwrap/
H A Dtest_usertools.c73 int opt; local
90 while((opt = poptGetNextOpt(pc)) != -1) {
91 switch(opt) {
94 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_become_user.c131 int opt; local
147 while((opt = poptGetNextOpt(pc)) != -1) {
148 switch(opt) {
151 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_server.c167 int opt; local
185 while((opt = poptGetNextOpt(pc)) != -1) {
186 switch(opt) {
189 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_responder_common.c201 int opt; local
221 while((opt = poptGetNextOpt(pc)) != -1) {
222 switch(opt) {
225 poptBadOption(pc, 0), poptStrerror(opt));
/sssd/src/tests/cmocka/
H A Ddummy_child.c35 int opt; local
67 while((opt = poptGetNextOpt(pc)) != -1) {
68 switch(opt) {
71 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_ipa_subdomains_utils.c185 int opt; local
208 while((opt = poptGetNextOpt(pc)) != -1) {
209 switch(opt) {
212 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_sysdb_utils.c145 int opt; local
161 while((opt = poptGetNextOpt(pc)) != -1) {
162 switch(opt) {
165 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_ad_subdomains.c280 int opt; local
309 while((opt = poptGetNextOpt(pc)) != -1) {
310 switch(opt) {
313 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_data_provider_be.c205 int opt; local
232 while((opt = poptGetNextOpt(pc)) != -1) {
233 switch(opt) {
236 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_ipa_dn.c179 int opt; local
204 while((opt = poptGetNextOpt(pc)) != -1) {
205 switch(opt) {
208 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_sbus_opath.c270 int opt; local
296 while((opt = poptGetNextOpt(pc)) != -1) {
297 switch(opt) {
300 poptBadOption(pc, 0), poptStrerror(opt));
H A Dsbus_internal_tests.c233 int opt; local
253 while((opt = poptGetNextOpt(pc)) != -1) {
254 switch(opt) {
257 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_ad_access_filter.c295 int opt; local
345 while((opt = poptGetNextOpt(pc)) != -1) {
346 switch(opt) {
349 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_ad_gpo.c335 int opt; local
373 while((opt = poptGetNextOpt(pc)) != -1) {
374 switch(opt) {
377 poptBadOption(pc, 0), poptStrerror(opt));
/sssd/src/tests/
H A Dsafe-format-tests.c222 int opt; local
234 while((opt = poptGetNextOpt(pc)) != -1) {
235 switch(opt) {
238 poptBadOption(pc, 0), poptStrerror(opt));
H A Dresponder_socket_access-tests.c141 int opt; local
155 while((opt = poptGetNextOpt(pc)) != -1) {
156 switch(opt) {
159 poptBadOption(pc, 0), poptStrerror(opt));
H A Dauth-tests.c293 int opt; local
309 while((opt = poptGetNextOpt(pc)) != -1) {
310 switch(opt) {
313 poptBadOption(pc, 0), poptStrerror(opt));
H A Dcrypto-tests.c228 int opt; local
242 while((opt = poptGetNextOpt(pc)) != -1) {
243 switch(opt) {
246 poptBadOption(pc, 0), poptStrerror(opt));
/sssd/src/util/
H A Dsss_krb5.h66 krb5_get_init_creds_opt **opt);
69 krb5_get_init_creds_opt *opt);
95 krb5_get_init_creds_opt *opt,
103 krb5_get_init_creds_opt *opt,
108 krb5_get_init_creds_opt *opt,
/sssd/src/responder/autofs/
H A Dautofssrv.c186 int opt; local
206 while((opt = poptGetNextOpt(pc)) != -1) {
207 switch(opt) {
210 poptBadOption(pc, 0), poptStrerror(opt));
/sssd/src/responder/secrets/
H A Dsecsrv.c181 int opt; local
201 while((opt = poptGetNextOpt(pc)) != -1) {
202 switch(opt) {
205 poptBadOption(pc, 0), poptStrerror(opt));
/sssd/src/responder/ssh/
H A Dsshsrv.c178 int opt; local
198 while((opt = poptGetNextOpt(pc)) != -1) {
199 switch(opt) {
202 poptBadOption(pc, 0), poptStrerror(opt));
/sssd/src/responder/sudo/
H A Dsudosrv.c168 int opt; local
188 while((opt = poptGetNextOpt(pc)) != -1) {
189 switch(opt) {
192 poptBadOption(pc, 0), poptStrerror(opt));
/sssd/src/tests/cmocka/data_provider/
H A Dtest_dp_builtin.c142 int opt; local
166 while((opt = poptGetNextOpt(pc)) != -1) {
167 switch(opt) {
170 poptBadOption(pc, 0), poptStrerror(opt));
/sssd/src/responder/pac/
H A Dpacsrv.c210 int opt; local
230 while((opt = poptGetNextOpt(pc)) != -1) {
231 switch(opt) {
234 poptBadOption(pc, 0), poptStrerror(opt));

Completed in 5805 milliseconds

1234