Searched defs:opt (Results 1 - 25 of 99) sorted by relevance

1234

/sssd-io/src/tests/cmocka/
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_wbc_calls.c90 int opt; local
105 while ((opt = poptGetNextOpt(pc)) != -1) {
106 switch (opt) {
109 poptBadOption(pc, 0), poptStrerror(opt));
H A Dtest_ipa_dn.c186 int opt; local
211 while((opt = poptGetNextOpt(pc)) != -1) {
212 switch(opt) {
215 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 Dtest_ad_access_filter.c295 int opt; local
345 while((opt = poptGetNextOpt(pc)) != -1) {
346 switch(opt) {
349 poptBadOption(pc, 0), poptStrerror(opt));
/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/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/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));
H A Dtest_dp_request_table.c311 int opt; local
340 while((opt = poptGetNextOpt(pc)) != -1) {
341 switch(opt) {
344 poptBadOption(pc, 0), poptStrerror(opt));
/sssd-io/src/tests/
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 Dstrtonum-tests.c577 int opt; local
593 while((opt = poptGetNextOpt(pc)) != -1) {
594 switch(opt) {
597 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/providers/ipa/
H A Dselinux_child.c197 int opt; local
231 while((opt = poptGetNextOpt(pc)) != -1) {
232 switch(opt) {
235 poptBadOption(pc, 0), poptStrerror(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/ifp/
H A Difpsrv.c356 int opt; local
379 while((opt = poptGetNextOpt(pc)) != -1) {
380 switch(opt) {
383 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/nss/
H A Dnsssrv.c423 int opt; local
446 while((opt = poptGetNextOpt(pc)) != -1) {
447 switch(opt) {
450 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 63 milliseconds

1234