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

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsncmp.c 34 __RCSID("$NetBSD: wcsncmp.c,v 1.3 2001/01/05 12:13:13 itojun Exp $");
42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Comparison.c 53 /** The wcsncmp function compares not more than n wide characters (those that
57 @return The wcsncmp function returns an integer greater than, equal to,
62 int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) function

Completed in 81 milliseconds