Home
last modified time | relevance | path

Searched defs:xstrndup (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/common/
H A Dmemory.c95 xstrndup(char *str, size_t len) in xstrndup() function
/freebsd/contrib/pam-krb5/tests/
H A Druntests.c256 #define xstrndup(p, size) x_strndup((p), (size), __FILE__, __LINE__) macro