OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fputwc_unlock
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdio/
fvwrite.h
49
wint_t
__fputwc_unlock
(wchar_t wc, FILE *fp);
fputws.c
48
if (
__fputwc_unlock
(*ws++, fp) == WEOF) {
fputwc.c
40
__fputwc_unlock
(wchar_t wc, FILE *fp)
function
83
r =
__fputwc_unlock
(wc, fp);
vfwprintf.c
126
* Like
__fputwc_unlock
, but handles fake string (__SSTR) files properly.
139
return (
__fputwc_unlock
(wc, fp));
[
all
...]
/bionic/libc/stdio/
local.h
268
wint_t
__fputwc_unlock
(wchar_t wc, FILE *fp);
Completed in 77 milliseconds