Searched defs:tfile (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c1636 FILE *tfile = NULL; local
1690 if ((tfile = fdopen(fd, "w")) == NULL) {
1709 (void) fputs(comments_buf, tfile);
1724 (void) putvfsent(tfile, &vp);
1762 (void) putvfsent(tfile, &vp);
1770 (void) fclose(tfile);
1771 tfile = NULL;
1806 if (tfile != NULL)
1807 (void) fclose(tfile);

Completed in 19 milliseconds