Searched defs:fpos_t (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h58 int fgetpos (FILE * __restrict, fpos_t * __restrict);
60 int fsetpos (FILE *, const fpos_t *);
172 of the fpos_t object. A later successful call to fsetpos using the same
173 stored fpos_t value restores the value of the associated mbstate_t object
177 innards of an fpos_t anyway. The library internally uses off_t,
181 typedef __off_t fpos_t; typedef
185 } fpos_t; typedef in typeref:struct:__sfpos
232 fpos_t (*_seek) (void *, fpos_t, int);
254 fpos_t _offse
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h45 typedef void XF86fpos_t; /* opaque fpos_t replacement */
488 #undef fpos_t macro
489 #define fpos_t XF86fpos_t macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h67 typedef void XF86fpos_t; /* opaque fpos_t replacement */
532 #undef fpos_t macro
533 #define fpos_t XF86fpos_t macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h67 typedef void XF86fpos_t; /* opaque fpos_t replacement */
532 #undef fpos_t macro
533 #define fpos_t XF86fpos_t macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h71 typedef void XF86fpos_t; /* opaque fpos_t replacement */
538 #undef fpos_t macro
539 #define fpos_t XF86fpos_t macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h71 typedef void XF86fpos_t; /* opaque fpos_t replacement */
536 #undef fpos_t macro
537 #define fpos_t XF86fpos_t macro

Completed in 52 milliseconds