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

/illumos-gate/usr/src/cmd/oamuser/user/
H A Dgroups.c63 char *g_string, *new_g_string, *gstr_off; local
115 * gstr_off = g_string + MYBUFSIZE * (n), where n >= 0.
119 gstr_off = g_string;
120 while (fgets(gstr_off, (bufsize - g_length), e_fptr) != NULL) {
121 g_length += strlen(gstr_off);
134 gstr_off = g_string + g_length;

Completed in 50 milliseconds