Searched refs:end (Results 1 - 8 of 8) sorted by relevance

/sssd/src/sss_client/autofs/
H A Dautofs_test_client.c85 goto end;
99 goto end;
108 goto end;
113 goto end;
121 end:
/sssd/src/providers/krb5/
H A Dkrb5_ccache.c49 char *end; local
97 end = strrchr(parent, '/');
98 if (end == NULL || end == parent) {
105 *end = '\0';
106 } while (*(end+1) == '\0');
219 char *end; local
248 end = strrchr(ccdirname, '/');
249 if (end == NULL || end
[all...]
/sssd/src/responder/pam/
H A Dpamsrv_cmd.c260 /* the uint32_t end maker SSS_END_OF_PAM_REQUEST does not count to
382 size_t end; local
387 end = 0;
390 for (start = end; end < last; end++) if (body[end] == '\0') break;
391 if (body[end++] != '\0') return EINVAL;
394 for (start = end; end < las
[all...]
/sssd/src/lib/idmap/
H A Dsss_idmap_conv.c232 char *end; local
305 ul = strtoul(r, &end, 10);
306 if (errno != 0 || ul > UINT32_MAX || end == NULL ||
307 (*end != '\0' && *end != '-')) {
314 r = end;
/sssd/src/tests/
H A Dcrypto-tests.c66 #error Unknown crypto back end
112 #error Unknown crypto back end
/sssd/src/util/
H A Dutil.c66 /* Find end of the first substring */
937 char *end; local
955 end = strptime(str, format, &tm);
957 if (end == NULL) {
964 if (*end != '\0') {
1058 "Template too short or doesn't end with XXXXXX!\n");
/sssd/src/resolv/
H A Dasync_resolv.c2162 struct ares_srv_reply **end)
2202 *end = prev ? prev : *start;
2241 /* add r to the end of the new list */
2254 *end = new_end;
2160 reply_weight_rearrange(int len, struct ares_srv_reply **start, struct ares_srv_reply **end) argument
/sssd/src/db/
H A Dsysdb_ops.c3938 time_t end; local
3979 end = last_failed_login + (failed_login_delay * 60);
3980 if (end < time(NULL)) {
3986 "login delayed until %lld.\n", (long long) end);
3987 *delayed_until = end;

Completed in 673 milliseconds