Searched refs:crypt_sym (Results 1 – 1 of 1) sorted by relevance
376 static char* (*crypt_sym)(const char*, const char*) = NULL; in osl_getCrypt() local385 crypt_sym = (char* (*)(const char *, const char *)) dlsym(crypt_library, "crypt" ); in osl_getCrypt()386 if ( crypt_sym == NULL ) /* no libcrypt or libcrypt without crypt */ in osl_getCrypt()387 crypt_sym = (char* (*)(const char *, const char *)) &osl_noCrypt; in osl_getCrypt()392 return (void*)crypt_sym; in osl_getCrypt()
Completed in 16 milliseconds