#include "setup.h"#include <string.h>#include <ctype.h>#include "strequal.h"Go to the source code of this file.
Functions | |
| int | curl_strequal (const char *first, const char *second) |
| int | curl_strnequal (const char *first, const char *second, size_t max) |
| char * | Curl_strcasestr (const char *haystack, const char *needle) |
| size_t | Curl_strlcat (char *dst, const char *src, size_t siz) |
| char* Curl_strcasestr | ( | const char * | haystack, | |
| const char * | needle | |||
| ) |
| int curl_strequal | ( | const char * | first, | |
| const char * | second | |||
| ) |
Definition at line 41 of file strequal.c.
References strcasecmp().
Referenced by check_telnet_options(), checkday(), checkmonth(), checktz(), Curl_http(), and Curl_http_output_auth().
| size_t Curl_strlcat | ( | char * | dst, | |
| const char * | src, | |||
| size_t | siz | |||
| ) |
| int curl_strnequal | ( | const char * | first, | |
| const char * | second, | |||
| size_t | max | |||
| ) |
Definition at line 61 of file strequal.c.
References strncasecmp().
Referenced by add_custom_headers(), Curl_strcasestr(), and ftp_parse_url_path().
1.5.6