Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dexit.c48 if ((ofl->ofl_fd > 0) && ((ofl->ofl_flags1 & FLG_OF1_NONREG) == 0)) in ld_exit()
H A Doutfile.c99 ofl->ofl_flags1 |= FLG_OF1_NONREG; in ld_open_outfile()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h519 #define FLG_OF1_NONREG 0x0040000000 /* non-regular file specified as */ macro