Searched defs:p_strndup (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dstrfuncs.c87 char *p_strndup(pool_t pool, const void *str, size_t max_chars) function
254 return p_strndup(unsafe_data_stack_pool, str, max_chars);

Completed in 13 milliseconds