Searched refs:strcasecmp (Results 1 - 25 of 798) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_config.c86 if (strcasecmp(s, argv[0]) == 0) { \
101 if (strcasecmp(s, argv[0]) == 0) { \
143 if (strcasecmp(argv[0], "rep_set_clockskew") == 0) {
152 if (strcasecmp(argv[0], "rep_set_config") == 0) {
155 if (strcasecmp(argv[1], "db_rep_conf_bulk") == 0)
158 if (strcasecmp(argv[1], "db_rep_conf_delayclient") == 0)
161 if (strcasecmp(argv[1], "db_rep_conf_lease") == 0)
164 if (strcasecmp(argv[1], "db_rep_conf_noautoinit") == 0)
167 if (strcasecmp(argv[1], "db_rep_conf_nowait") == 0)
169 if (strcasecmp(arg
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/lbl/
H A Dos-solaris2.h30 int strcasecmp(const char *, const char *);
H A Dos-ultrix4.h39 int strcasecmp(const char *, const char *);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dstrcasecmp.c28 NoN(strcasecmp)
34 #undef strcasecmp
37 strcasecmp(register const char* a, register const char* b)
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dsplit_addr.c60 if (strcasecmp(localpart, MAIL_ADDR_POSTMASTER) == 0)
62 if (strcasecmp(localpart, MAIL_ADDR_MAIL_DAEMON) == 0)
64 if (strcasecmp(localpart, var_double_bounce_sender) == 0)
74 && strcasecmp(localpart + len, "-request") == 0)
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/rpz/
H A Drpz.c36 if (!strcasecmp(argv[1], "nsip")) {
44 if (!strcasecmp(argv[1], "nsdname")) {
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dstrcasecmp.c60 "notes: measures strcasecmp()\n",
122 *sum += strcasecmp(src, src2);
123 *sum += strcasecmp(src, src2);
124 *sum += strcasecmp(src, src2);
125 *sum += strcasecmp(src, src2);
126 *sum += strcasecmp(src, src2);
127 *sum += strcasecmp(src, src2);
128 *sum += strcasecmp(src, src2);
129 *sum += strcasecmp(src, src2);
130 *sum += strcasecmp(sr
[all...]
/macosx-10.9.5/uucp-11/uucp/uuconf/
H A Drunuxq.c52 || strcasecmp (zrun, "once") == 0)
54 else if (strcasecmp (zrun, "never") == 0)
56 else if (strcasecmp (zrun, "percall") == 0)
/macosx-10.9.5/curl-78.94.1/curl/include/curl/
H A Dstdcheaders.h30 int strcasecmp(const char *, const char *);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/
H A DPosixCompat.h63 #if !defined( strcasecmp )
64 # define strcasecmp _stricmp macro
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dmain.c181 if (!strcasecmp (argv[i], "-help"))
184 if (!strcasecmp (argv[i], "-debug"))
187 if (!strcasecmp (argv[i], "-odbc"))
194 if (!strcasecmp (argv[i], "-admin"))
202 if (!strcasecmp (argv[i], "-odbcinst"))
209 if (!strcasecmp (argv[i], "-sysodbc"))
216 if (!strcasecmp (argv[i], "-sysodbcinst"))
223 if (!strcasecmp (argv[i], "-gui"))
245 if (gui && !strcasecmp (gui, "KDE"))
/macosx-10.9.5/BerkeleyDB-21/db/db_codegen/
H A Dcode_parse.c80 if (strcasecmp(argv[0], "environment") == 0) {
100 if (strcasecmp(argv[0], "home") == 0) {
107 if (strcasecmp(argv[0], "cachesize") == 0) {
118 if (strcasecmp(argv[0], "private") == 0) {
128 if (strcasecmp(argv[0], "database") == 0) {
159 if (strcasecmp(argv[0], "custom") == 0) {
165 if (strcasecmp(argv[0], "dupsort") == 0) {
171 if (strcasecmp(argv[0], "extentsize") == 0) {
178 if (strcasecmp(argv[0], "key_type") == 0) {
185 if (strcasecmp(arg
[all...]
H A Ddb_codegen.c48 if (strcasecmp(optarg, "c") == 0) {
52 strcasecmp(optarg, "c++") == 0 ||
53 strcasecmp(optarg, "cxx") == 0)
55 else if (strcasecmp(optarg, "java") == 0)
/macosx-10.9.5/bind9-45.100/bind9/bin/tools/
H A Disc-hmac-fixup.c57 if (!strcasecmp(argv[1], "md5") ||
58 !strcasecmp(argv[1], "hmac-md5")) {
68 } else if (!strcasecmp(argv[1], "sha1") ||
69 !strcasecmp(argv[1], "hmac-sha1")) {
79 } else if (!strcasecmp(argv[1], "sha224") ||
80 !strcasecmp(argv[1], "hmac-sha224")) {
90 } else if (!strcasecmp(argv[1], "sha256") ||
91 !strcasecmp(argv[1], "hmac-sha256")) {
101 } else if (!strcasecmp(argv[1], "sha384") ||
102 !strcasecmp(arg
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/netlogon/
H A Dcompare_name.c51 *name_equal = (strcasecmp((char *)n1->NetbiosName.value,
55 *name_equal = (strcasecmp((char *)n1->DnsName.value,
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-ultrix4.h39 int strcasecmp(const char *, const char *);
H A Dos-solaris2.h49 int strcasecmp(const char *, const char *);
/macosx-10.9.5/libpcap-42/libpcap/lbl/
H A Dos-ultrix4.h39 int strcasecmp(const char *, const char *);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dstrcasecmp.c44 strcasecmp(const char *s1, const char *s2) function
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dos2compat.h39 #define strcasecmp stricmp macro
/macosx-10.9.5/cctools-845/libstuff/
H A Dunix_standard_mode.c49 if(strcasecmp("legacy", p) == 0)
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/port/
H A Dlibport.h35 int strcasecmp(const char *s1, const char *s2);
H A Dstrcasecmp.c1 /* $Id: strcasecmp.c 276 2010-06-30 12:18:30Z nijtmans $ */
33 static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93";
34 __RCSID("$NetBSD: strcasecmp.c,v 1.16 2003/08/07 16:43:49 agc Exp $");
41 strcasecmp(const char *s1, const char *s2) function
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dget_compat.c50 if (!strcasecmp(mode, "legacy")) {
53 if (!strcasecmp(mode, "unix2003")) {
85 bool want2003 = !strcasecmp("unix2003", mode);
91 bool want_legacy = !strcasecmp("legacy", mode);
97 bool want_bootstrap = !strcasecmp("bootstrap", mode);
103 bool want_error = !strcasecmp("error", mode);
/macosx-10.9.5/tidy-15.12/tidy/console/
H A Dtidy.c26 return ( strcasecmp( filename1, filename2 ) == 0 );
948 if ( strcasecmp(arg, "xml") == 0)
951 else if ( strcasecmp(arg, "asxml") == 0 ||
952 strcasecmp(arg, "asxhtml") == 0 )
956 else if ( strcasecmp(arg, "ashtml") == 0 )
959 else if ( strcasecmp(arg, "indent") == 0 )
965 else if ( strcasecmp(arg, "omit") == 0 )
968 else if ( strcasecmp(arg, "upper") == 0 )
971 else if ( strcasecmp(arg, "clean") == 0 )
974 else if ( strcasecmp(ar
[all...]

Completed in 169 milliseconds

1234567891011>>