Searched defs:action (Results 1 - 7 of 7) sorted by relevance
| /sssd-io/src/tests/cmocka/ |
| H A D | dummy_child.c | 43 const char *action = NULL; local 83 action = getenv("TEST_CHILD_ACTION"); 84 if (action) { 85 if (strcasecmp(action, "check_extra_args") == 0) { 91 } else if (strcasecmp(action, "check_only_extra_args") == 0) { 104 } else if (strcasecmp(action, "check_only_extra_args_neg") == 0) { 110 } else if (strcasecmp(action, "echo") == 0) {
|
| /sssd-io/src/tools/sssctl/ |
| H A D | sssctl.c | 121 static errno_t sssctl_manage_service(enum sssctl_svc_action action) argument 124 switch (action) { 133 switch (action) {
|
| H A D | sssctl_user_checks.c | 200 const char *action = DEFAULT_ACTION; local 210 { "action", 'a', POPT_ARG_STRING, &action, 0, 211 _("PAM action [auth|acct|setc|chau|open|clos], default: " 227 user, action, service); 248 if ( strncmp(action, "auth", 4)== 0 ) { 259 } else if ( strncmp(action, "chau", 4)== 0 ) { 263 } else if ( strncmp(action, "acct", 4)== 0 ) { 267 } else if ( strncmp(action, "setc", 4)== 0 ) { 271 } else if ( strncmp(action, "ope [all...] |
| /sssd-io/src/providers/krb5/ |
| H A D | krb5_utils.c | 240 char action; local 275 action = *n; 278 switch (action) { 379 action = 'U'; 384 action = 'U'; 391 action = 'U'; 396 action = 'u';
|
| H A D | krb5_common.h | 115 action_type action; member in struct:krb5_ctx
|
| /sssd-io/src/tests/ |
| H A D | stress-tests.c | 212 struct sigaction action, old_action; local 277 memset(&action, 0, sizeof(action)); 278 action.sa_handler = child_handler; 279 sigemptyset(&action.sa_mask); 280 sigaddset(&action.sa_mask, SIGCHLD); 281 action.sa_flags = SA_NOCLDSTOP; 283 sigaction(SIGCHLD, &action, &old_action);
|
| /sssd-io/src/util/ |
| H A D | tev_curl.c | 327 int action, 343 switch (action) { 349 flags = curl2tev_flags(action); 325 handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, void *socketp) argument
|
Completed in 17 milliseconds