Home
last modified time | relevance | path

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

/freebsd/tools/build/cross-build/include/common/
H A Dunistd.h40 struct crypt_data { struct
41 int initialized; /* For compatibility with glibc. */
42 char __buf[256]; /* Buffer returned by crypt_r(). */
/freebsd/include/
H A Dunistd.h489 struct crypt_data { struct
501 char *crypt_r(const char *, const char *, struct crypt_data *); argument