HomeSort by: relevance | last modified time | path
    Searched defs:grstart (Results 1 - 3 of 3) sorted by relevancy

  /src/distrib/utils/libhack/
getgrent.c 101 static int grstart(void);
114 if ((!_gr_fp && !grstart()) || !grscan(0, 0, NULL, NULL))
149 if (!grstart())
162 if (!grstart())
171 grstart(void) function
193 if (!grstart())
  /src/usr.sbin/mtree/
getid.c 87 static int grstart(void);
133 if (!grstart() || !pwstart())
156 if (!grstart())
169 if (!grstart())
181 if (!grstart())
199 grstart(void) function
  /src/external/bsd/libbind/dist/irs/
lcl_gr.c 117 static int grstart(struct pvt *);
180 if (!pvt->fp && !grstart(pvt))
187 if (!grstart((struct pvt *)this->private))
194 if (!grstart((struct pvt *)this->private))
201 (void) grstart((struct pvt *)this->private);
217 grstart(struct pvt *pvt) { function

Completed in 82 milliseconds