All right. Here is:
Code:
./SDL/SDL_stdinc.h:520:#ifdef HAVE_STRCMP
./SDL/SDL_stdinc.h:521:#define SDL_strcmp      strcmp
./SDL/SDL_stdinc.h:523:extern DECLSPEC int SDLCALL SDL_strcmp(const char *str1, const char *str2);
./SDL/SDL_config.h:124:#define HAVE_STRCMP 1
./c++/4.3/bits/locale_facets_nonio.h:1323:      if (__builtin_strcmp(__s, "C") != 0
./c++/4.3/bits/locale_facets_nonio.h:1324:          && __builtin_strcmp(__s, "POSIX") != 0)
./c++/4.3/bits/locale_facets.h:1927:    if (__builtin_strcmp(__s, "C") != 0
./c++/4.3/bits/locale_facets.h:1928:        && __builtin_strcmp(__s, "POSIX") != 0)
./c++/4.3/bits/locale_classes.h:537:      __ret = __builtin_strcmp(_M_names[__i], _M_names[__i + 1]) == 0;
./c++/4.3/bits/locale_classes.h:798:    if (__builtin_strcmp(__s, "C") != 0
./c++/4.3/bits/locale_classes.h:799:        && __builtin_strcmp(__s, "POSIX") != 0)
./c++/4.3/bits/codecvt.h:460:   if (__builtin_strcmp(__s, "C") != 0
./c++/4.3/bits/codecvt.h:461:       && __builtin_strcmp(__s, "POSIX") != 0)
./c++/4.3/x86_64-suse-linux/bits/messages_members.h:58:       if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
./c++/4.3/x86_64-suse-linux/bits/messages_members.h:114:           if (__builtin_strcmp(__s, locale::facet::_S_get_c_name()) != 0)
./c++/4.3/x86_64-suse-linux/bits/messages_members.h:125:       if (__builtin_strcmp(__s, "C") != 0
./c++/4.3/x86_64-suse-linux/bits/messages_members.h:126:           && __builtin_strcmp(__s, "POSIX") != 0)
./c++/4.3/x86_64-suse-linux/bits/time_members.h:63:      if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
./c++/4.3/x86_64-suse-linux/bits/ctype_noninline.h:54:    if (__builtin_strcmp(__old, "C"))
./c++/4.3/x86_64-suse-linux/bits/ctype_noninline.h:96:    if (__builtin_strcmp(__old, "C"))
./c++/4.3/x86_64-suse-linux/bits/ctype_noninline.h:141:    if (__builtin_strcmp(__old, "C"))
./c++/4.3/x86_64-suse-linux/bits/c++locale.h:81:    if (__builtin_strcmp(__old, "C"))
grep: aviso: ./c++/4.3/x86_64-suse-linux/32: loop de diretório recursivo
./c++/4.3/cstring:62:#undef strcmp
./c++/4.3/cstring:86:  using ::strcmp;
./c++/4.3/typeinfo:55:// out-of-line strcmp if not.  Out-of-line pointer comparison is used
./c++/4.3/typeinfo:60:// out-of-line comparison.  Inline strcmp is not currently supported.  The
./zzip/memdisk.h:126:                  zzip_strcmp_fn_t compare);
./zzip/fseeko.h:35:typedef int (*zzip_strcmp_fn_t)(char*, char*);
./zzip/fseeko.h:70:                zzip_strcmp_fn_t compare);
./zzip/mmapped.h:50:typedef int (*zzip_strcmp_fn_t)(char*, char*);
./zzip/mmapped.h:92:               zzip_strcmp_fn_t compare);
./freetype2/freetype/config/ftstdlib.h:89:#define ft_strcmp   strcmp
./gtk-2.0/gtk/gtkfilesystem.h:434:#define gtk_file_path_compare(path1,path2) strcmp (gtk_file_path_get_string (path1), \
./bits/string2.h:798:#ifndef _HAVE_STRING_ARCH_strcmp
./bits/string2.h:800:#  define strcmp(s1, s2) \
./bits/string2.h:807:      ? __builtin_strcmp (s1, s2)                               \
./bits/string2.h:811:       ? __builtin_strcmp (s1, s2)                              \
./bits/string2.h:812:       : __strcmp_cg (s1, s2, __s1_len))                        \
./bits/string2.h:816:          ? __builtin_strcmp (s1, s2)                           \
./bits/string2.h:817:          : __strcmp_gc (s1, s2, __s2_len))                     \
./bits/string2.h:818:       : __builtin_strcmp (s1, s2)))); })
./bits/string2.h:820:#  define strcmp(s1, s2) \
./bits/string2.h:832:       ? __strcmp_cc (s1, s2, __s1_len)                         \
./bits/string2.h:833:       : __strcmp_cg (s1, s2, __s1_len))                        \
./bits/string2.h:837:          ? __strcmp_cc (s1, s2, __s2_len)                      \
./bits/string2.h:838:          : __strcmp_gc (s1, s2, __s2_len))                     \
./bits/string2.h:839:       : strcmp (s1, s2)))); })
./bits/string2.h:842:# define __strcmp_cc(s1, s2, l) \
./bits/string2.h:869:# define __strcmp_cg(s1, s2, l1) \
./bits/string2.h:891:# define __strcmp_gc(s1, s2, l2) \
./bits/string2.h:926:             ? strcmp (s1, s2) : strncmp (s1, s2, n)))
./string.h:99:extern int strcmp (__const char *__s1, __const char *__s2)
./fontconfig/fontconfig.h:833:FcStrCmpIgnoreCase (const FcChar8 *s1, const FcChar8 *s2);
./fontconfig/fontconfig.h:836:FcStrCmp (const FcChar8 *s1, const FcChar8 *s2);
./dyn-string.h:38:/* Compare DS1 to DS2 with strcmp.  */
./dyn-string.h:40:  (strcmp ((DS1)->s, (DS2)->s))
./X11/Xtrans/Xtranssock.c:319:        if (!strcmp (family, Sockettrans2devtab[i].transname))
./X11/Xtrans/Xtranssock.c:1542:     if (strcmp(host,addrlist->host) || strcmp(port,addrlist->port)) {
./X11/Xtrans/Xtranssock.c:1605:             if (strcmp(Sockettrans2devtab[ciptr->index].transname,
./X11/Xtrans/Xtranssock.c:1646:             if (strcmp(Sockettrans2devtab[ciptr->index].transname,
./X11/Xtrans/Xtranssock.c:1899:    if (strcmp (hostnamebuf, host) == 0)
./X11/Xtrans/Xtranssock.c:1903:    else if(xauthlocalname && strcmp (xauthlocalname, host) == 0)
./X11/Xtrans/Xtranssock.c:2057:    if (host && *host && host[0]!='/' && strcmp (host, "unix") != 0 && !UnixHostReallyLocal (host))
./X11/Xtrans/Xtranslcl.c:2038:    if( strcmp(protocol,"local") && strcmp(protocol,"LOCAL") )
./X11/Xtrans/Xtranslcl.c:2088:       * This is equivalent to a case insensitive strcmp(),
./X11/Xtrans/Xtranslcl.c:2097:      if(!strcmp(LOCALtrans2devtab[i].transname,typebuf))
./X11/Xtrans/Xtranslcl.c:2130:    if (uname (&name) >= 0 && strcmp (host, name.nodename) == 0)
./X11/Xtrans/Xtranslcl.c:2138:    if (strcmp (host, buf) == 0)
./X11/Xtrans/Xtranslcl.c:2163:    if (strcmp (host, "unix") != 0 && !HostReallyLocal (host))
./X11/Xtrans/Xtranslcl.c:2268:  if( strcmp(protocol,LOCALtrans2devtab[i].transname) != 0 )
./X11/Xtrans/Xtranslcl.c:2396:  if (!strcmp(thistrans->TransName, typebuf))
./X11/Xtrans/Xtranslcl.c:2456:  if( strcmp(thistrans->TransName,
./X11/Xtrans/Xtranslcl.c:2480:  if( strcmp(thistrans->TransName,
./X11/Xtrans/Xtransos2.c:72:    if (strcmp(protocol,"os2") && strcmp(protocol,"local")) {
./X11/Xtrans/Xtrans.c:188:      if (!strcmp (protobuf, Xtransports[i].transport->TransName))
./X11/Xtrans/Xtrans.c:304:      ((_protocol != NULL) && (strcmp(_protocol, "dnet") == 0)) )
./X11/Xtrans/Xtrans.c:323:      ((strcmp(_protocol, "tcp") == 0) || (strcmp(_protocol, "inet6") == 0))
./X11/Xtrans/Xtranstli.c:130:   if( !strcmp(family,TLItrans2devtab[i].transname) )
./X11/Xtrans/Xtranstli.c:395:   if( strcmp(netconfigp->nc_protofmly,
./X11/Xaw/ToggleP.h:48:#define streq(a, b)      (strcmp((a), (b)) == 0)
./X11/fonts/bdfint.h:36:#define bdfStrEqual(s1,s2)      (!strcmp(s1,s2))
./X11/Xresource.h:110:#define XrmStringsEqual(a1, a2) (strcmp(a1, a2) == 0)
./osipparser2/osip_message.h:255:                             0==strcmp((msg)->sip_method,"INVITE"))
./osipparser2/osip_message.h:261:                             0==strcmp((msg)->sip_method,"ACK"))
./osipparser2/osip_message.h:267:                             0==strcmp((msg)->sip_method,"REGISTER"))
./osipparser2/osip_message.h:273:                             0==strcmp((msg)->sip_method,"BYE"))
./osipparser2/osip_message.h:279:                             0==strcmp((msg)->sip_method,"OPTIONS"))
./osipparser2/osip_message.h:285:                             0==strcmp((msg)->sip_method,"INFO"))
./osipparser2/osip_message.h:291:                             0==strcmp((msg)->sip_method,"CANCEL"))
./osipparser2/osip_message.h:297:                             0==strcmp((msg)->sip_method,"REFER"))
./osipparser2/osip_message.h:303:                             0==strcmp((msg)->sip_method,"NOTIFY"))
./osipparser2/osip_message.h:310:                             0==strcmp((msg)->sip_method,"SUBSCRIBE"))
./osipparser2/osip_message.h:316:                             0==strcmp((msg)->sip_method,"MESSAGE"))
./osipparser2/osip_message.h:322:                             0==strcmp((msg)->sip_method,"PRACK"))
./osipparser2/osip_message.h:330:                             0==strcmp((msg)->sip_method,"UPDATE"))
./osipparser2/osip_message.h:337:                             0==strcmp((msg)->sip_method,"PUBLISH"))
./osipparser2/osip_message.h:389:                                0==strcmp((msg)->cseq->method,(requestname)))
./glib-2.0/glib/gtestutils.h:32:                                             if (g_strcmp0 (__s1, __s2) cmp 0) ; else \
./glib-2.0/glib/gtestutils.h:61:int     g_strcmp0                       (const char     *str1,