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

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dexit.c48 if ((ofl->ofl_fd > 0) && ((ofl->ofl_flags1 & FLG_OF1_NONREG) == 0))
H A Doutfile.c124 if ((ofl->ofl_fd = open(ofl->ofl_name, O_RDWR,
135 (void) close(ofl->ofl_fd);
151 * Open (or create) the output file name (ofl_fd acts as a global
155 if ((ofl->ofl_fd = open(ofl->ofl_name, O_RDWR | O_CREAT | O_TRUNC,
395 fd = ofl->ofl_fd;
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h255 int ofl_fd; /* file descriptor */ member in struct:ofl_desc

Completed in 132 milliseconds