/titanic_41/usr/src/lib/libast/common/disc/ |
H A D | sfdcdio.c | 68 (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 D | fcntl.c | 137 #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 D | ldom_utils.c | 43 (void) fcntl(notify_pipe[1], F_SETFL, O_NONBLOCK); in notify_setup()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | util.c | 309 (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 D | sh.tchar.c | 498 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 D | local.h | 171 if (ret == -1 || fcntl((fd), F_SETFL, \ 187 if (ret == -1 || fcntl((fd), F_SETFL, \
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | ttimeout.c | 105 (void) fcntl(cur_term->_inputfd, F_SETFL, flags); in _setblock()
|
H A D | tgetch.c | 539 (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 D | ev_files.c | 86 OK(fcntl(fd, F_SETFL, mode | PORT_NONBLOCK)); in evSelectFD() 209 (void) fcntl(del->fd, F_SETFL, mode & ~PORT_NONBLOCK); in evDeselectFD()
|
H A D | ev_connects.c | 85 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 D | fcntlcom.h | 125 #define F_SETFL 4 /* Set file flags */ macro
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 79 #define F_SETFL 4 /* Set file flags */ macro
|
/titanic_41/usr/src/cmd/sh/ |
H A D | word.c | 439 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 D | msgs.c | 43 #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 D | mconnect.c | 44 #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 D | ex_dscp.c | 359 (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.c | 369 (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 D | getut.c | 351 (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 D | fopen.c | 179 if (fcntl(fd, F_SETFL, nflag) == -1) in _freopen_null()
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 577 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 D | fcntl.h | 99 #define F_SETFL 4 /* Set file flags */ macro
|
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | fcntl.c | 113 if (cmd == F_SETFL) {
|
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | fcntl.c | 116 if (cmd == F_SETFL) {
|
/titanic_41/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_nicmon.c | 171 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 D | chat.c | 547 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)
|