Searched refs:ws (Results 1 - 3 of 3) sorted by last modified time

/bionic/tests/
H A Dstdio_test.cpp230 wchar_t* ws = NULL; local
231 EXPECT_EQ(8, snprintf(buf, sizeof(buf), "<%ls>", ws));
235 ws = chars;
236 EXPECT_EQ(4, snprintf(buf, sizeof(buf), "<%ls>", ws));
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfgetws.c40 fgetws(wchar_t * __restrict ws, int n, FILE * __restrict fp) argument
53 wsp = ws;
59 if (wsp == ws) {
74 return (ws);
H A Dfputws.c40 fputws(ws, fp)
41 const wchar_t * __restrict ws;
47 while (*ws != '\0') {
48 if (__fputwc_unlock(*ws++, fp) == WEOF) {

Completed in 95 milliseconds