Searched refs:wcstombs (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/tests/sfio/ |
H A D | twc.c | 47 wcstombs(str, wuf, sizeof(str)); 52 wcstombs(str, wuf, sizeof(str)); 62 wcstombs(str, wuf, sizeof(str)); 72 wcstombs(str, wuf, sizeof(str)); 80 wcstombs(str, wuf, sizeof(str)); 86 wcstombs(str, wuf, sizeof(str)); 106 wcstombs(str, wuf, sizeof(str)); 116 wcstombs(str, wuf, sizeof(str));
|
H A D | twchar.c | 47 wcstombs(str, wuf, sizeof(str)); 52 wcstombs(str, wuf, sizeof(str)); 61 wcstombs(str, wuf, sizeof(str)); 71 wcstombs(str, wuf, sizeof(str)); 78 wcstombs(str, wuf, sizeof(str)); 84 wcstombs(str, wuf, sizeof(str)); 103 wcstombs(str, wuf, sizeof(str)); 113 wcstombs(str, wuf, sizeof(str));
|
/ast/src/lib/libast/stdio/ |
H A D | vfwprintf.c | 39 n = wcstombs(NiL, fmt, 0); 44 wcstombs(m, fmt, n + 1);
|
H A D | vfwscanf.c | 74 return wcstombs(buf, wuf, size); 82 r = wcstombs(buf, wuf, size); 99 n = wcstombs(NiL, fmt, 0); 109 wcstombs(w->fmt, fmt, n + 1);
|
/ast/src/lib/libast/comp/ |
H A D | wc.c | 124 wcstombs(char* t, register const wchar_t* s, size_t n) function
|
Completed in 29 milliseconds