Searched refs:gptr (Results 26 - 34 of 34) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/iostream/
H A Dzfstream.cpp151 return (unsigned char) *gptr();
169 return (unsigned char) *gptr();
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/iostream/
H A Dzfstream.cpp151 return (unsigned char) *gptr();
169 return (unsigned char) *gptr();
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Drlfe.c189 struct group *gptr; local
198 if ((gptr = getgrnam("tty")) != 0) {
199 gid = gptr->gr_gid;
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Drlfe.c189 struct group *gptr; local
198 if ((gptr = getgrnam("tty")) != 0) {
199 gid = gptr->gr_gid;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h465 if (this->gptr() < this->egptr() || (_M_buf && _M_conv_get()))
466 return _Tr::to_int_type(*this->gptr());
493 const streamsize __pb1 = this->gptr() - this->eback();
498 this->gptr() - __npb, __npb);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h483 if (this->gptr() < this->egptr() || (_M_buf && _M_conv_get()))
484 return _Tr::to_int_type(*this->gptr());
511 const streamsize __pb1 = this->gptr() - this->eback();
516 this->gptr() - __npb, __npb);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dcompatibility.cc85 - __sb->gptr()),
156 - __sb->gptr()),
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dcompatibility.cc85 - __sb->gptr()),
164 - __sb->gptr()),
/netbsd-current/external/bsd/libbind/dist/
H A Dport_after.h.in328 GROUP_R_RETURN getgrent_r(struct group *gptr, GROUP_R_ARGS);

Completed in 156 milliseconds

12