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

12345

/sssd-io/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));
/sssd-io/src/tests/cmocka/
H A Dtest_wbc_calls.c90 int opt; local
105 while ((opt = poptGetNextOpt(pc)) != -1) {
106 switch (opt) {
109 poptBadOption(pc, 0), poptStrerror(opt));
H A Ddummy_child.c35 int opt; local
69 while((opt = poptGetNextOpt(pc)) != -1) {
70 switch(opt) {
73 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_config_check.c258 int opt; local
284 while ((opt = poptGetNextOpt(pc)) != -1) {
285 switch (opt) {
288 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_domain_resolution_order.c149 int opt; local
168 while((opt = poptGetNextOpt(pc)) != -1) {
169 switch(opt) {
172 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 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));
H A Dtest_ad_subdomains.c280 int opt; local
309 while((opt = poptGetNextOpt(pc)) != -1) {
310 switch(opt) {
313 poptBadOption(pc, 0), poptStrerror(opt));
/sssd-io/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));
/sssd-io/src/util/
H A Dsss_krb5.h67 krb5_get_init_creds_opt **opt);
70 krb5_get_init_creds_opt *opt);
96 krb5_get_init_creds_opt *opt,
104 krb5_get_init_creds_opt *opt,
109 krb5_get_init_creds_opt *opt,
/sssd-io/src/responder/autofs/
H A Dautofssrv.c186 int opt; local
209 while((opt = poptGetNextOpt(pc)) != -1) {
210 switch(opt) {
213 poptBadOption(pc, 0), poptStrerror(opt));
/sssd-io/src/responder/ssh/
H A Dsshsrv.c178 int opt; local
201 while((opt = poptGetNextOpt(pc)) != -1) {
202 switch(opt) {
205 poptBadOption(pc, 0), poptStrerror(opt));
/sssd-io/src/responder/sudo/
H A Dsudosrv.c179 int opt; local
202 while((opt = poptGetNextOpt(pc)) != -1) {
203 switch(opt) {
206 poptBadOption(pc, 0), poptStrerror(opt));
/sssd-io/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-io/src/tools/
H A Dsssd_check_socket_activated_responders.c150 int opt; local
162 while ((opt = poptGetNextOpt(pc)) != -1) {
163 switch (opt) {
166 poptBadOption(pc, 0), poptStrerror(opt));
/sssd-io/src/responder/kcm/
H A Dkcm.c260 int opt; local
282 while((opt = poptGetNextOpt(pc)) != -1) {
283 switch(opt) {
286 poptBadOption(pc, 0), poptStrerror(opt));
/sssd-io/src/responder/pac/
H A Dpacsrv.c210 int opt; local
233 while((opt = poptGetNextOpt(pc)) != -1) {
234 switch(opt) {
237 poptBadOption(pc, 0), poptStrerror(opt));
/sssd-io/src/responder/secrets/
H A Dsecsrv.c325 int opt; local
347 while((opt = poptGetNextOpt(pc)) != -1) {
348 switch(opt) {
351 poptBadOption(pc, 0), poptStrerror(opt));

Completed in 31 milliseconds

12345