Searched refs:get_last_x_chars (Results 1 - 4 of 4) sorted by relevance

/sssd/src/tests/cmocka/
H A Dtest_string_utils.c200 s = get_last_x_chars(NULL, 0);
203 s = get_last_x_chars("abc", 0);
207 s = get_last_x_chars("abc", 1);
211 s = get_last_x_chars("abc", 2);
215 s = get_last_x_chars("abc", 3);
219 s = get_last_x_chars("abc", 4);
/sssd/src/responder/common/cache_req/plugins/
H A Dcache_req_user_by_cert.c37 get_last_x_chars(data->cert, 10), domain->name);
/sssd/src/util/
H A Dstring_utils.c112 const char *get_last_x_chars(const char *str, size_t x) function
H A Dutil.h595 const char *get_last_x_chars(const char *str, size_t x);

Completed in 19 milliseconds