Searched refs:sysfcntlf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A D_sfopen.c79 int ctl = sysfcntlf(f->file, F_GETFL, 0);
81 sysfcntlf(f->file, F_SETFL, ctl);
H A Dsfsetfd.c40 while((dupfd = sysfcntlf(fd,F_DUPFD,newfd)) < 0 && errno == EINTR)
H A Dsfsetbuf.c240 (sysfcntlf((int)f->file,F_GETFL,0) & O_TEXT) )
H A Dsfhdr.h110 #define sysfcntlf fcntl macro
294 #define sysfcntlf fcntl macro

Completed in 65 milliseconds