/src/distrib/utils/libhack/ |
strcasecmp.c | 1 /* $NetBSD: strcasecmp.c,v 1.3 2019/08/13 08:48:07 christos Exp $ */ 11 * Simple strcasecmp, try to avoid pulling in real locales 14 strcasecmp(const char *s1, const char *s2) function in typeref:typename:int
|
strcasecmp.c | 1 /* $NetBSD: strcasecmp.c,v 1.3 2019/08/13 08:48:07 christos Exp $ */ 11 * Simple strcasecmp, try to avoid pulling in real locales 14 strcasecmp(const char *s1, const char *s2) function in typeref:typename:int
|
/src/sys/lib/libsa/ |
dosfs.c | 159 #define strcasecmp(s1, s2) dos_strcasecmp(s1, s2) macro 161 strcasecmp(const char *s1, const char *s2) function in typeref:typename:int 524 if (!strcasecmp(name, dotstr[ent])) { 584 !strcasecmp(name, (const char *)lfn); 588 ok = !strcasecmp(name, (const char *)sfn);
|
dosfs.c | 159 #define strcasecmp(s1, s2) dos_strcasecmp(s1, s2) macro 161 strcasecmp(const char *s1, const char *s2) function in typeref:typename:int 524 if (!strcasecmp(name, dotstr[ent])) { 584 !strcasecmp(name, (const char *)lfn); 588 ok = !strcasecmp(name, (const char *)sfn);
|
/src/lib/libc/include/ |
namespace.h | 679 #define strcasecmp _strcasecmp macro
|
namespace.h | 679 #define strcasecmp _strcasecmp macro
|