Searched refs:safe_format_string_cb (Results 1 - 4 of 4) sorted by relevance
/sssd/src/util/ |
H A D | safe-format-string.h | 75 int safe_format_string_cb (void (* callback) (void *data, const char *piece, size_t len),
|
H A D | safe-format-string.c | 76 safe_format_string_cb (void (* copy_fn) (void *, const char *, size_t), function 297 ret = safe_format_string_cb (snprintf_copy_fn, &cx, format, args, num_args);
|
H A D | usertools.c | 603 if (safe_format_string_cb(safe_talloc_callback, &output, nctx->fq_fmt, args, 3) < 0)
|
/sssd/src/tests/ |
H A D | safe-format-tests.c | 163 ret = safe_format_string_cb(callback, &out, fixture->format,
|
Completed in 928 milliseconds