Home
last modified time | relevance | path

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

/freebsd-13-stable/tools/build/cross-build/include/common/
HDunistd.h40 struct crypt_data { struct
41 int initialized; /* For compatibility with glibc. */
42 char __buf[256]; /* Buffer returned by crypt_r(). */
/freebsd-13-stable/include/
HDunistd.h488 struct crypt_data { struct
500 char *crypt_r(const char *, const char *, struct crypt_data *); argument