Searched defs:strcasecmp (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | strings.in.h | 46 extern int strcasecmp (char const *s1, char const *s2) 50 /* strcasecmp() does not work with multibyte strings: 53 # undef strcasecmp macro 55 _GL_WARN_ON_USE (strcasecmp, "strcasecmp cannot work correctly on character "
|
H A D | strcasecmp.c | 34 strcasecmp (const char *s1, const char *s2) function
|
/osnet-11/usr/src/lib/libc/port/i18n/ |
H A D | strcasecmp.c | 40 strcasecmp(const char *s1, const char *s2) function
|
/osnet-11/usr/src/lib/libresolv2/common/bsd/ |
H A D | strcasecmp.c | 2 static const char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93"; 3 static const char rcsid[] = "$Id: strcasecmp.c,v 1.2 2005/04/27 04:56:12 sra Exp $"; 94 strcasecmp(const char *s1, const char *s2) { function
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
H A D | string.h | 37 strcasecmp (const char *s1, const char *s2) function
|
/osnet-11/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 263 int strcasecmp(const char *, const char *); 361 int strcasecmp(char *, char *); 399 #define strcasecmp strcmpi macro 420 #define strcasecmp strcmpi macro
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | sundance.c | 83 /* Hack: use grub_strcmp since strcasecmp is undefined */ 84 #define strcasecmp grub_strcmp macro 654 if (strcasecmp(media, "autosense") != 0) { 656 if (strcasecmp(media, "100mbps_fd") == 0 || 657 strcasecmp(media, "4") == 0) { 660 } else if (strcasecmp(media, "100mbps_hd") == 0 661 || strcasecmp(media, "3") == 0) { 664 } else if (strcasecmp(media, "10mbps_fd") == 0 || 665 strcasecmp(media, "2") == 0) { 668 } else if (strcasecmp(medi [all...] |
Completed in 332 milliseconds