Searched refs:gptr (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/iostream3/
H A Dzfstream.cc175 if (this->gptr() && (this->gptr() < this->egptr()))
176 return std::streamsize(this->egptr() - this->gptr());
187 // to be called when gptr >= egptr, but it serves as error check)
188 if (this->gptr() && (this->gptr() < this->egptr()))
189 return traits_type::to_int_type(*(this->gptr()));
209 return traits_type::to_int_type(*(this->gptr()));
275 // This follows from [27.5.2.4.3]/12 (gptr needs to point at something, it seems)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.cc175 if (this->gptr() && (this->gptr() < this->egptr()))
176 return std::streamsize(this->egptr() - this->gptr());
187 // to be called when gptr >= egptr, but it serves as error check)
188 if (this->gptr() && (this->gptr() < this->egptr()))
189 return traits_type::to_int_type(*(this->gptr()));
209 return traits_type::to_int_type(*(this->gptr()));
275 // This follows from [27.5.2.4.3]/12 (gptr needs to point at something, it seems)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.cc175 if (this->gptr() && (this->gptr() < this->egptr()))
176 return std::streamsize(this->egptr() - this->gptr());
187 // to be called when gptr >= egptr, but it serves as error check)
188 if (this->gptr() && (this->gptr() < this->egptr()))
189 return traits_type::to_int_type(*(this->gptr()));
209 return traits_type::to_int_type(*(this->gptr()));
275 // This follows from [27.5.2.4.3]/12 (gptr needs to point at something, it seems)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/iostream3/
H A Dzfstream.cc175 if (this->gptr() && (this->gptr() < this->egptr()))
176 return std::streamsize(this->egptr() - this->gptr());
187 // to be called when gptr >= egptr, but it serves as error check)
188 if (this->gptr() && (this->gptr() < this->egptr()))
189 return traits_type::to_int_type(*(this->gptr()));
209 return traits_type::to_int_type(*(this->gptr()));
275 // This follows from [27.5.2.4.3]/12 (gptr needs to point at something, it seems)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dpassword.c642 struct group *gptr; local
644 while ((gptr = (struct group *)getgrent())) {
645 if (strequal(gptr->gr_name,group))
655 if (gptr) {
664 for(i = 0; gptr->gr_mem && gptr->gr_mem[i]; i++) {
665 size_t member_len = strlen(gptr->gr_mem[i])+1;
669 "%s\n", gptr->gr_mem[i]));
671 safe_strcpy(member, gptr->gr_mem[i],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/iostream/
H A Dzfstream.cpp151 return (unsigned char) *gptr();
169 return (unsigned char) *gptr();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp151 return (unsigned char) *gptr();
169 return (unsigned char) *gptr();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp151 return (unsigned char) *gptr();
169 return (unsigned char) *gptr();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/iostream/
H A Dzfstream.cpp151 return (unsigned char) *gptr();
169 return (unsigned char) *gptr();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dtraps.c1062 register unsigned long gptr __asm__("$29");
1063 wrkgp(gptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_fsms.c1008 struct mpc_group *gptr = priv->mpcg; local
1014 use gptr as mpc indicator */
1015 if (!(gptr && (fsm_getstate(gptr->fsm) != MPCG_STATE_READY)))
1488 struct mpc_group *gptr = priv->mpcg; local
1496 fsm_getstate(gptr->fsm), ch->protocol);

Completed in 154 milliseconds