Searched defs:ws (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | fputws.c | 40 fputws(ws, fp) in fputws() argument
|
D | fgetws.c | 40 fgetws(wchar_t * __restrict ws, int n, FILE * __restrict fp) in fgetws()
|
/bionic/libc/bionic/ |
D | pty.cpp | 118 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/ |
D | stdio_test.cpp | 270 wchar_t* ws = NULL; in TEST() local
|