Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 – 25 of 83) sorted by relevance

1234

/titanic_41/usr/src/lib/libast/common/disc/
H A Dsfdcdio.c68 (void)fcntl(f->file, F_SETFL, di->cntl);
93 (void)fcntl(f->file, F_SETFL, di->cntl);
147 (void)fcntl(f->file,F_SETFL,di->cntl);
180 if(fcntl(f->file,F_SETFL,cntl) < 0)
222 (void)fcntl(f->file,F_SETFL,cntl);
/titanic_41/usr/src/lib/libast/common/features/
H A Dfcntl.c137 #ifndef F_SETFL in main()
140 if (F_SETFL > f_local) f_local = F_SETFL; in main()
186 #ifndef F_SETFL in main()
/titanic_41/usr/src/lib/fm/libldom/sparc/
H A Dldom_utils.c43 (void) fcntl(notify_pipe[1], F_SETFL, O_NONBLOCK); in notify_setup()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dutil.c309 (void) fcntl(fd, F_SETFL, (flags & ~O_NONBLOCK)); in enable_blocking()
316 (void) fcntl(fd, F_SETFL, (flags | O_NONBLOCK)); in disable_blocking()
/titanic_41/usr/src/cmd/csh/
H A Dsh.tchar.c498 fcntl(d, F_SETFL, fflags); in read_()
505 fcntl(d, F_SETFL, fflags); in read_()
648 fcntl(d, F_SETFL, fflags); in read_()
655 fcntl(d, F_SETFL, fflags); in read_()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dlocal.h171 if (ret == -1 || fcntl((fd), F_SETFL, \
187 if (ret == -1 || fcntl((fd), F_SETFL, \
/titanic_41/usr/src/lib/libcurses/screen/
H A Dttimeout.c105 (void) fcntl(cur_term->_inputfd, F_SETFL, flags); in _setblock()
H A Dtgetch.c539 (void) fcntl(infd, F_SETFL, fcflags | O_NDELAY); in _fpk()
541 (void) fcntl(infd, F_SETFL, fcflags); in _fpk()
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dev_files.c86 OK(fcntl(fd, F_SETFL, mode | PORT_NONBLOCK)); in evSelectFD()
209 (void) fcntl(del->fd, F_SETFL, mode & ~PORT_NONBLOCK); in evDeselectFD()
H A Dev_connects.c85 OKFREE(fcntl(fd, F_SETFL, mode | PORT_NONBLOCK), new); in evListen()
174 OK(fcntl(this->fd, F_SETFL, mode & ~PORT_NONBLOCK)); in evCancelConn()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h125 #define F_SETFL 4 /* Set file flags */ macro
/titanic_41/usr/src/ucbhead/sys/
H A Dfcntl.h79 #define F_SETFL 4 /* Set file flags */ macro
/titanic_41/usr/src/cmd/sh/
H A Dword.c439 fcntl(f->fdes, F_SETFL, fflags); in readb()
446 fcntl(f->fdes, F_SETFL, fflags); in readb()
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c43 #define TURN_OFF(X,F) (void)Fcntl(X, F_SETFL, (Fcntl(X, F_GETFL, 0) & ~(F)))
/titanic_41/usr/src/cmd/lp/lib/msgs/
H A Dmconnect.c44 #define TURN_OFF(X,F) (void)Fcntl(X, F_SETFL, (Fcntl(X, F_GETFL, 0) & ~(F)))
/titanic_41/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c359 (void) fcntl(new_sd, F_SETFL, flags | O_NONBLOCK); in exs_accept()
470 (void) fcntl(Acc.c_sd, F_SETFL, flags | O_NONBLOCK); in exs_prep_accept()
621 (void) fcntl(hp->h_client.c_sd, F_SETFL, flags | O_NONBLOCK); in etm_xport_open()
/titanic_41/usr/src/lib/libnsl/nsl/
H A D_utility.c369 (void) fcntl(fd, F_SETFL, cntlflag & ~(O_NDELAY | O_NONBLOCK)); in _t_is_ok()
377 (void) fcntl(fd, F_SETFL, cntlflag); in _t_is_ok()
385 (void) fcntl(fd, F_SETFL, cntlflag); in _t_is_ok()
396 (void) fcntl(fd, F_SETFL, cntlflag); in _t_is_ok()
403 (void) fcntl(fd, F_SETFL, cntlflag); in _t_is_ok()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetut.c351 (void) fcntl(fd, F_SETFL, fc | O_APPEND); in _compat_pututline()
383 (void) fcntl(fd, F_SETFL, fc); in _compat_pututline()
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dfopen.c179 if (fcntl(fd, F_SETFL, nflag) == -1) in _freopen_null()
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c577 fcntl(fd, F_SETFL, 0); in b_open()
700 fcntl(fd, F_SETFL, 0); in b_tmpfile()
775 fcntl(fd,F_SETFL,0); in b_dup()
/titanic_41/usr/src/uts/common/sys/
H A Dfcntl.h99 #define F_SETFL 4 /* Set file flags */ macro
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/
H A Dfcntl.c113 if (cmd == F_SETFL) {
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/
H A Dfcntl.c116 if (cmd == F_SETFL) {
/titanic_41/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_nicmon.c171 if ((fcntl(sd, F_SETFL, flags | O_NONBLOCK)) < 0) { in smbd_nicmon_setup_rtsock()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c547 if (fcntl(0, F_SETFL, flags | O_NONBLOCK) == -1)
561 if (fcntl(0, F_SETFL, flags & ~O_NONBLOCK) == -1) in unalarm()
1220 if (fcntl(0, F_SETFL, status & ~O_NONBLOCK) == -1) in get_char()
1248 if (fcntl(0, F_SETFL, status & ~O_NONBLOCK) == -1)

1234