Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/oamuser/user/
H A Dgroups.c60 char *g_string, *new_g_string, *gstr_off; in edit_group() local
116 gstr_off = g_string; in edit_group()
117 while (fgets(gstr_off, (bufsize - g_length), e_fptr) != NULL) { in edit_group()
118 g_length += strlen(gstr_off); in edit_group()
131 gstr_off = g_string + g_length; in edit_group()