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

  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
String.c 35 /** The wmemset function copies the value of c into each of the first n wide
38 @return The wmemset function returns the value of s.
40 wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n) function
  /bionic/libc/upstream-freebsd/lib/libc/string/
wmemset.c 26 * citrus Id: wmemset.c,v 1.2 2000/12/20 14:08:31 itojun Exp
32 __RCSID("$NetBSD: wmemset.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
40 wmemset(wchar_t *s, wchar_t c, size_t n) function

Completed in 393 milliseconds