Lines Matching defs:e_fptr
55 FILE *e_fptr, *t_fptr;
65 if ((e_fptr = fopen(GROUP, "r")) == NULL)
68 if (fstat(fileno(e_fptr), &sbuf) != 0) {
69 (void) fclose(e_fptr);
74 (void) fclose(e_fptr);
81 (void) fclose(e_fptr);
92 (void) fclose(e_fptr);
97 g_curr = ftell(e_fptr);
104 (void) fclose(e_fptr);
117 while (!feof(e_fptr) && !ferror(e_fptr)) {
120 while (fgets(gstr_off, (bufsize - g_length), e_fptr) != NULL) {
122 if (g_string[g_length - 1] == '\n' || feof(e_fptr))
128 (void) fclose(e_fptr);
142 (void) fseek(e_fptr, g_curr, SEEK_SET);
144 g_ptr = fgetgrent(e_fptr);
146 g_curr = ftell(e_fptr);
204 (void) fclose(e_fptr);