Home
last modified time | relevance | path

Searched defs:__fp (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/
H A DlibioP.h320 struct _IO_FILE_plus __fp; member
343 #define _IO_sputn(__fp, __s, __n) _IO_XSPUTN (__fp, __s, __n) argument
461 #define _IO_setp(__fp, __p, __ep) \ argument
464 #define _IO_wsetp(__fp, __p, __ep) \ argument
487 #define _IO_file_is_open(__fp) ((__fp)->_fileno != -1) argument
H A Diolibio.h80 #define _IO_fseek(__fp, __offset, __whence) \ argument
H A Dlibio.h437 #define _IO_feof_unlocked(__fp) (((__fp)->_flags & _IO_EOF_SEEN) != 0) argument
438 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0) argument
485 # define _IO_fwide(__fp, __mode) \ argument
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dlocalename.cc360 _M_install_facet(const locale::id* __idp, facet* __fp) in _M_install_facet()
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dlocale.cc311 _M_install_facet(const locale::id* __idp, const facet* __fp) in _M_install_facet()
/openbsd-src/gnu/llvm/libunwind/src/
H A DRegisters.hpp1845 uint64_t __fp; // Frame pointer x29 member