OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
o_str.c File Reference
#include <ctype.h>
#include <e_os.h>
#include "o_str.h"
#include <strings.h>

Go to the source code of this file.

Functions

int OPENSSL_strncasecmp (const char *str1, const char *str2, size_t n)
 
int OPENSSL_strcasecmp (const char *str1, const char *str2)
 
int OPENSSL_memcmp (const void *v1, const void *v2, size_t n)
 

Function Documentation

int OPENSSL_memcmp ( const void v1,
const void v2,
size_t  n 
)

Definition at line 103 of file o_str.c.

int OPENSSL_strcasecmp ( const char *  str1,
const char *  str2 
)

Definition at line 94 of file o_str.c.

int OPENSSL_strncasecmp ( const char *  str1,
const char *  str2,
size_t  n 
)

Definition at line 69 of file o_str.c.