Home
last modified time | relevance | path

Searched refs:obj_strcasecmp (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/objects/
H A Do_names.c33 static int obj_strcasecmp(const char *a, const char *b) in obj_strcasecmp() function
38 #define obj_strcasecmp strcasecmp macro
114 name_funcs->cmp_func = obj_strcasecmp; in OBJ_NAME_new_index()