HomeSort by relevance Sort by last modified time
    Searched defs:strcoll (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-netbsd/libc/string/
strcoll.c 1 /* $NetBSD: strcoll.c,v 1.10 2012/06/25 22:32:46 abs Exp $ */
38 static char sccsid[] = "@(#)strcoll.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: strcoll.c,v 1.10 2012/06/25 22:32:46 abs Exp $");
51 strcoll(const char *s1, const char *s2) function
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 175 # define strcoll strcmp macro
1094 return strcoll (s1, s2);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 516 /// int strcoll(const char *s1, const char *s2);
517 strcoll, enumerator in enum:llvm::LibFunc::Func

Completed in 472 milliseconds