Searched refs:gridx (Results 1 - 1 of 1) sorted by path

/haiku/src/system/libroot/posix/
H A Dpwd_query.c84 int gridx; member in struct:pw_tls
175 p->gridx = 0;
187 p->gridx = -1;
203 PRINT(("getgrent_r: grq = %p, idx = %d\n", p->grent_query, p->gridx));
213 if (p->gridx == 0) {
217 p->gridx++;
229 p->gridx++;

Completed in 22 milliseconds