HomeSort by: relevance | last modified time | path
    Searched refs:gptr (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/contrib/iostream3/
zfstream.cc 175 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)
  /src/usr.sbin/lpr/lpc/
lpc.c 321 static struct group *gptr = NULL; local in function:ingroup
327 if (gptr == NULL) {
328 if ((gptr = getgrnam(grname)) == NULL) {
337 gid = gptr->gr_gid;
  /src/usr.sbin/lpr/lpr/
lpr.c 123 struct group *gptr; local in function:main
280 if ((gptr = getgrnam(RG)) == NULL)
283 if (gptr->gr_gid != getgid()) {
284 while (*gptr->gr_mem != NULL) {
285 if ((strcmp(person, *gptr->gr_mem)) == 0)
287 gptr->gr_mem++;
289 if (*gptr->gr_mem == NULL)
  /src/common/dist/zlib/contrib/iostream/
zfstream.cpp 151 return (unsigned char) *gptr();
169 return (unsigned char) *gptr();

Completed in 29 milliseconds