HomeSort by: relevance | last modified time | path
    Searched defs:strcasecmp (Results 1 - 3 of 3) sorted by relevancy

  /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
  /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);
  /src/lib/libc/include/
namespace.h 679 #define strcasecmp _strcasecmp macro

Completed in 18 milliseconds