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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfsetpos.c2 Implementation of fsetpos as declared in <stdio.h>.
43 NetBSD: fsetpos.c,v 1.10 2003/08/07 16:43:25 agc Exp
44 fsetpos.c 8.1 (Berkeley) 6/4/93
54 * fsetpos: like fseek.
57 fsetpos(FILE *iop, const fpos_t *pos) function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h147 int __cdecl fsetpos(FILE*,fpos_t*);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h60 int fsetpos (FILE *, const fpos_t *);
172 of the fpos_t object. A later successful call to fsetpos using the same
1217 (fseek, fsetpos, or rewind) discards any pushed-back characters for the
1307 information usable by the fsetpos function for repositioning the stream
1355 The fsetpos function sets the mbstate_t object (if any) and file position
1360 stream is set and fsetpos fails.
1362 A successful call to the fsetpos function undoes any effects of the ungetc
1365 fsetpos call, the next operation on an update stream may be either input or output.
1370 @return If successful, the fsetpos function returns zero; on failure, the
1371 fsetpos functio
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h150 int __cdecl fsetpos(FILE*,fpos_t*);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h299 #undef fsetpos macro
300 #define fsetpos(FP,cfpp) xf86fsetpos(FP,cfpp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h299 #undef fsetpos macro
300 #define fsetpos(FP,cfpp) xf86fsetpos(FP,cfpp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h305 #undef fsetpos macro
306 #define fsetpos(FP,cfpp) xf86fsetpos(FP,cfpp) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h261 #undef fsetpos macro
262 #define fsetpos(FP,cfpp) xf86fsetpos(FP,cfpp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h305 #undef fsetpos macro
306 #define fsetpos(FP,cfpp) xf86fsetpos(FP,cfpp) macro

Completed in 1965 milliseconds