| /sssd-io/src/tests/cwrap/ |
| H A D | test_usertools.c | 73 int opt; local 90 while((opt = poptGetNextOpt(pc)) != -1) { 91 switch(opt) { 94 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | test_become_user.c | 131 int opt; local 147 while((opt = poptGetNextOpt(pc)) != -1) { 148 switch(opt) { 151 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | test_server.c | 167 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 D | test_wbc_calls.c | 90 int opt; local 105 while ((opt = poptGetNextOpt(pc)) != -1) { 106 switch (opt) { 109 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | dummy_child.c | 35 int opt; local 69 while((opt = poptGetNextOpt(pc)) != -1) { 70 switch(opt) { 73 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | test_config_check.c | 258 int opt; local 284 while ((opt = poptGetNextOpt(pc)) != -1) { 285 switch (opt) { 288 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | test_ipa_subdomains_utils.c | 185 int opt; local 208 while((opt = poptGetNextOpt(pc)) != -1) { 209 switch(opt) { 212 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | test_sysdb_domain_resolution_order.c | 149 int opt; local 168 while((opt = poptGetNextOpt(pc)) != -1) { 169 switch(opt) { 172 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | test_sysdb_utils.c | 145 int opt; local 161 while((opt = poptGetNextOpt(pc)) != -1) { 162 switch(opt) { 165 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | sbus_internal_tests.c | 233 int opt; local 253 while((opt = poptGetNextOpt(pc)) != -1) { 254 switch(opt) { 257 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | test_ad_access_filter.c | 295 int opt; local 345 while((opt = poptGetNextOpt(pc)) != -1) { 346 switch(opt) { 349 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | test_ad_gpo.c | 335 int opt; local 373 while((opt = poptGetNextOpt(pc)) != -1) { 374 switch(opt) { 377 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | test_ad_subdomains.c | 280 int opt; local 309 while((opt = poptGetNextOpt(pc)) != -1) { 310 switch(opt) { 313 poptBadOption(pc, 0), poptStrerror(opt));
|
| /sssd-io/src/tests/ |
| H A D | safe-format-tests.c | 222 int opt; local 234 while((opt = poptGetNextOpt(pc)) != -1) { 235 switch(opt) { 238 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | responder_socket_access-tests.c | 141 int opt; local 155 while((opt = poptGetNextOpt(pc)) != -1) { 156 switch(opt) { 159 poptBadOption(pc, 0), poptStrerror(opt));
|
| H A D | auth-tests.c | 293 int opt; local 309 while((opt = poptGetNextOpt(pc)) != -1) { 310 switch(opt) { 313 poptBadOption(pc, 0), poptStrerror(opt));
|
| /sssd-io/src/util/ |
| H A D | sss_krb5.h | 67 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 D | autofssrv.c | 186 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 D | sshsrv.c | 178 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 D | sudosrv.c | 179 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 D | test_dp_builtin.c | 142 int opt; local 166 while((opt = poptGetNextOpt(pc)) != -1) { 167 switch(opt) { 170 poptBadOption(pc, 0), poptStrerror(opt));
|
| /sssd-io/src/tools/ |
| H A D | sssd_check_socket_activated_responders.c | 150 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 D | kcm.c | 260 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 D | pacsrv.c | 210 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 D | secsrv.c | 325 int opt; local 347 while((opt = poptGetNextOpt(pc)) != -1) { 348 switch(opt) { 351 poptBadOption(pc, 0), poptStrerror(opt));
|