Searched refs:fscanf (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfscanf.c2 Implementation of fscanf as declared in <stdio.h>.
43 NetBSD: fscanf.c,v 1.12 2003/08/07 16:43:25 agc Exp
44 fscanf.c 8.1 (Berkeley) 6/4/93
57 fscanf(FILE *fp, char const *fmt, ...) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h102 extern int fscanf(FILE *, const char *, ...);
/vbox/src/VBox/Main/src-server/linux/
H A DNetIf-linux.cpp96 if (fscanf(fp, "%u", &uSpeed) != 1)
108 if (fscanf(fp, "%u", &uCarrier) != 1 || uCarrier == 0)
176 int n = fscanf(fp,
H A DPerformanceLinux.cpp298 if (fscanf(f, "%d %79s %c %d %d %d %d %d %u %lu %lu %lu %lu %u %u "
356 if (fscanf(f, "%llu %llu %llu %llu %llu %llu %llu %llu %llu %llu %llu",
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h83 #define _ftscanf WINE_tchar_routine(fscanf, fscanf, fwscanf)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h83 #define _ftscanf WINE_tchar_routine(fscanf, fscanf, fwscanf)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h145 int __cdecl fscanf(FILE*,const char*,...);
/vbox/src/libs/libxml2-2.6.31/
H A Dtrio.h188 # define fscanf trio_fscanf macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h26 int fscanf (FILE * __restrict, const char * __restrict, ...);
744 The fscanf function executes each directive of the format in turn. If a directive fails, as
888 call to the fscanf function. Execution of a %n directive does
890 of execution of the fscanf function. No argument is converted,
905 @return The fscanf function returns EOF if an input failure occurs before
910 int fscanf (FILE * __restrict stream, const char * __restrict format, ...);
930 The scanf function is equivalent to fscanf with stdin used as the input stream.
969 The sscanf function is equivalent to fscanf, except that input is obtained
971 is equivalent to encountering end-of-file for the fscanf function.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h146 int __cdecl fscanf(FILE*,const char*,...);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h295 #undef fscanf macro
296 #define fscanf xf86fscanf macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h295 #undef fscanf macro
296 #define fscanf xf86fscanf macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h301 #undef fscanf macro
302 #define fscanf xf86fscanf macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h257 #undef fscanf macro
258 #define fscanf xf86fscanf macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h301 #undef fscanf macro
302 #define fscanf xf86fscanf macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c1081 fscanf (
2277 if (fscanf (SourceFile, "%s | %s | %s | %s\n", Type, Address, Section, Token) == 4) {
/vbox/src/recompiler/
H A Dexec.c376 n = fscanf (f, "%lx-%lx %*[^\n]\n", &startaddr, &endaddr);

Completed in 118 milliseconds