Home
last modified time | relevance | path

Searched refs:__SWIDE (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dfwide.c42 stream->flags = (stream->flags & ~__SWIDE) | ((mode > 0) ? __SWIDE : 0); in fwide()
43 return (stream->flags & __SWIDE) ? 1 : -1; in fwide()
Dvswprintf.c44 f.file.flags |= __SWIDE; in vswprintf()
Dfputwc.c41 stream->flags |= __SWIDE; in fputwc()
Dfgetwc.c43 stream->flags |= __SWIDE; in fgetwc()
Dstdio.h92 #define __SWIDE 0x0080 /* wchar output mode */ macro