Searched refs:ungetwc (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dungetwc.c28 NetBSD: ungetwc.c,v 1.3 2005/06/12 05:21:27 lukem Exp
41 ungetwc(wint_t wc, FILE *fp) function
H A Dvfwscanf.c182 ungetwc(c, fp);
200 ungetwc(wi, fp);
366 ungetwc(wi, fp);
411 ungetwc(wi, fp);
443 ungetwc(wi, fp);
452 ungetwc(wi, fp);
487 ungetwc(wi, fp);
507 ungetwc(wi, fp);
517 ungetwc(wi, fp);
549 ungetwc(w
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwchar.h65 wint_t ungetwc (wint_t c, FILE *stream);
1020 The ungetwc function pushes the wide character specified by C back onto the input
1027 One wide character of pushback is guaranteed, even if the call to the ungetwc function
1029 vfwscanf, vwscanf, or wscanf. If the ungetwc function is called too many times
1036 A successful call to the ungetwc function clears the end-of-file indicator for the stream.
1040 call to the ungetwc function is unspecified until all pushed-back wide characters are
1046 @return The ungetwc function returns the character pushed back,
1049 wint_t ungetwc(wint_t C, FILE *Stream);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h207 wint_t __cdecl ungetwc(wint_t,FILE*);
H A Dwchar.h315 wint_t __cdecl ungetwc(wint_t,FILE*);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h231 wint_t __cdecl ungetwc(wint_t,FILE*);
H A Dwchar.h357 wint_t __cdecl ungetwc(wint_t,FILE*);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h219 #define _ungettc WINE_tchar_routine(ungetc, ungetc, ungetwc)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h219 #define _ungettc WINE_tchar_routine(ungetc, ungetc, ungetwc)

Completed in 330 milliseconds