Searched refs:get_last_x_chars (Results 1 - 4 of 4) sorted by relevance
/sssd/src/tests/cmocka/ |
H A D | test_string_utils.c | 200 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 D | cache_req_user_by_cert.c | 37 get_last_x_chars(data->cert, 10), domain->name);
|
/sssd/src/util/ |
H A D | string_utils.c | 112 const char *get_last_x_chars(const char *str, size_t x) function
|
H A D | util.h | 595 const char *get_last_x_chars(const char *str, size_t x);
|
Completed in 19 milliseconds