diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-05 19:30:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-05 19:30:40 +0000 |
commit | 208b4e0cc96ff0d8307f7b59cb66d52527123029 (patch) | |
tree | ca5cd5e76e75b7d62080bb1147908828d0e7d0df /Build/source/libs/curl/docs/libcurl/curl_strequal.html | |
parent | ceb93ecb2a3619e7e7ac0bb06016821e27bf4171 (diff) |
remove curl, was old attempt on windows only
git-svn-id: svn://tug.org/texlive/trunk@6508 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/curl/docs/libcurl/curl_strequal.html')
-rw-r--r-- | Build/source/libs/curl/docs/libcurl/curl_strequal.html | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/Build/source/libs/curl/docs/libcurl/curl_strequal.html b/Build/source/libs/curl/docs/libcurl/curl_strequal.html deleted file mode 100644 index 38ba37ec30b..00000000000 --- a/Build/source/libs/curl/docs/libcurl/curl_strequal.html +++ /dev/null @@ -1,74 +0,0 @@ -<HTML> -<BODY> -<PRE> -<!-- Manpage converted by man2html 3.0.1 --> - -</PRE> -<H2>NAME</H2><PRE> - curl_strequal, curl_strnequal - case insensitive string com - parisons - - -</PRE> -<H2>SYNOPSIS</H2><PRE> - <B>#include</B> <B><curl/curl.h></B> - - <B>int</B> <B>curl_strequal(char</B> <B>*</B><I>str1</I><B>,</B> <B>char</B> <B>*</B><I>str2</I><B>);</B> - - <B>int</B> <B>curl_strenqual(char</B> <B>*</B><I>str1</I><B>,</B> <B>char</B> <B>*</B><I>str2</I><B>,</B> <B>size_t</B> <I>len</I> - - -</PRE> -<H2>DESCRIPTION</H2><PRE> - The <B>curl_strequal()</B> function compares the two strings <I>str1</I> - and <I>str2</I>, ignoring the case of the characters. It returns a - non-zero (TRUE) integer if the strings are identical. - - The <B>curl_strnequal()</B> function is similar, except it only - compares the first <I>len</I> characters of <I>str1</I>. - - These functions are provided by libcurl to enable applica - tions to compare strings in a truly portable manner. There - are no standard portable case insensitive string comparison - functions. These two works on all platforms. - - -</PRE> -<H2>RETURN VALUE</H2><PRE> - Non-zero if the strings are identical. Zero if they're not. - - -</PRE> -<H2>SEE ALSO</H2><PRE> - <B>strcmp(3)</B>, <B>strcasecmp(3)</B> - - - - - - - - - - - - - - - - - - - - - - - -</PRE> -<HR> -<ADDRESS> -Man(1) output converted with -<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a> -</ADDRESS> -</BODY> -</HTML> |