Searched refs:crypt_formats (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libcrypt/
H A Dcrypt.c52 } crypt_formats[] = { variable in typeref:struct:crypt_format
69 &crypt_formats[(sizeof crypt_formats / sizeof *crypt_formats) - 2];
92 for (cf = crypt_formats; cf->name != NULL; ++cf) {
114 for (cf = crypt_formats; cf->name != NULL; ++cf)

Completed in 44 milliseconds