Searched refs:t_fptr (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/oamuser/group/ |
H A D | del_group.c | 53 FILE *e_fptr, *t_fptr; local 70 if ((t_fptr = fdopen(fd, "w")) == NULL) { 82 (void) fclose(t_fptr); 96 putgrent(grpstruct, t_fptr); 107 if (fclose(t_fptr) != 0 || haserr) {
|
H A D | mod_group.c | 55 FILE *e_fptr, *t_fptr; local 70 if ((t_fptr = fdopen(fd, "w")) == NULL) { 82 (void) fclose(t_fptr); 97 putgrent(g_ptr, t_fptr); 107 if (fclose(t_fptr) != 0 || haserr) {
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | proj.c | 45 FILE *e_fptr, *t_fptr; local 68 if ((t_fptr = fdopen(fd, "w+")) == NULL) { 80 (void) fclose(t_fptr); 160 putprojent(p_ptr, t_fptr); 164 (void) fclose(t_fptr);
|
H A D | groups.c | 55 FILE *e_fptr, *t_fptr; local 78 if ((t_fptr = fdopen(fd, "w")) == NULL) { 91 (void) fclose(t_fptr); 103 (void) fclose(t_fptr); 127 (void) fclose(t_fptr); 200 putgrent(g_ptr, t_fptr); 206 if (fclose(t_fptr) != 0) {
|
Completed in 112 milliseconds