Home
last modified time | relevance | path

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

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