Searched refs:fgetws (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | fgetws.c | 36 * FreeBSD: src/lib/libc/stdio/fgetws.c,v 1.4 2002/09/20 13:25:40 tjr Exp 38 $NetBSD: fgetws.c,v 1.2 2006/07/03 17:06:36 tnozaki Exp $ 51 fgetws( function
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | wchar.h | 55 wchar_t *fgetws (wchar_t * __restrict S, int n, 906 The fgetws function reads at most one less than the number of 918 @return The fgetws function returns S if successful. If end-of-file is 925 wchar_t *fgetws(wchar_t * __restrict S, int Limit, FILE * __restrict Stream);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | stdio.h | 193 wchar_t* __cdecl fgetws(wchar_t*,int,FILE*);
|
H A D | wchar.h | 301 wchar_t* __cdecl fgetws(wchar_t*,int,FILE*);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | stdio.h | 213 wchar_t* __cdecl fgetws(wchar_t*,int,FILE*);
|
H A D | wchar.h | 339 wchar_t* __cdecl fgetws(wchar_t*,int,FILE*);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | tchar.h | 78 #define _fgetts WINE_tchar_routine(fgets, fgets, fgetws)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | tchar.h | 78 #define _fgetts WINE_tchar_routine(fgets, fgets, fgetws)
|
Completed in 1699 milliseconds