Home
last modified time | relevance | path

Searched defs:ws (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfputws.c40 fputws(ws, fp) in fputws() argument
Dfgetws.c40 fgetws(wchar_t * __restrict ws, int n, FILE * __restrict fp) in fgetws()
/bionic/libc/bionic/
Dpty.cpp118 int openpty(int* master, int* slave, char* name, const termios* t, const winsize* ws) { in openpty()
154 int forkpty(int* amaster, char* name, const termios* t, const winsize* ws) { in forkpty()
/bionic/tests/
Dstdio_test.cpp270 wchar_t* ws = NULL; in TEST() local