/titanic_41/usr/src/lib/libast/common/features/ |
H A D | fcntl.c | 116 #ifndef F_GETFL in main() 119 if (F_GETFL > f_local) f_local = F_GETFL; in main() 177 #ifndef F_GETFL in main()
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | fcntl.c | 69 #if F_GETFL >= _ast_F_LOCAL 70 case F_GETFL:
|
/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))) 183 if (fcntl(fd, F_GETFL, 0) != -1) in calculate_nopen()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | util.c | 308 int flags = fcntl(fd, F_GETFL, 0); in enable_blocking() 315 int flags = fcntl(fd, F_GETFL, 0); in disable_blocking()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | dup2.c | 50 if (fcntl(fildes, F_GETFL, 0) == -1) { in dup2()
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.tchar.c | 496 ((fflags = fcntl(d, F_GETFL, 0)) & O_NDELAY)) { in read_() 503 fflags = fcntl(d, F_GETFL, 0); in read_() 646 ((fflags = fcntl(d, F_GETFL, 0)) & O_NDELAY)) { in read_() 653 fflags = fcntl(d, F_GETFL, 0); in read_()
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | local.h | 170 ret = fcntl((fd), F_GETFL, 0); \ 186 ret = fcntl((fd), F_GETFL, 0); \
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | ttimeout.c | 98 int flags = fcntl(cur_term->_inputfd, F_GETFL, 0); in _setblock()
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_files.c | 65 OK(mode = fcntl(fd, F_GETFL, NULL)); /*%< side effect: validate fd. */ in evSelectFD() 172 mode = fcntl(del->fd, F_GETFL, NULL); in evDeselectFD()
|
H A D | ev_connects.c | 72 OKFREE(mode = fcntl(fd, F_GETFL, NULL), new); /*%< side effect: validate fd. */ in evListen() 165 mode = fcntl(this->fd, F_GETFL, NULL); in evCancelConn()
|
/titanic_41/usr/src/cmd/lp/lib/msgs/ |
H A D | fifo_buffs.c | 137 Fcntl (i, F_GETFL) < 0 && in NewFifoBuffer()
|
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/sendmail/libsmdb/ |
H A D | smdb.c | 127 int omode = fcntl(fd, F_GETFL, NULL); 147 int omode = fcntl(fd, F_GETFL, NULL);
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 124 #define F_GETFL 3 /* Get file flags */ macro
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | misc.c | 58 val = fcntl(fd, F_GETFL, 0); in set_nonblock() 79 val = fcntl(fd, F_GETFL, 0); in unset_nonblock() 516 if (fcntl(dupfd, F_GETFL, 0) >= 0) in sanitise_stdfd()
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | t_connect.c | 118 if ((fctlflg = fcntl(fd, F_GETFL, 0)) < 0) { in _tx_connect()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 78 #define F_GETFL 3 /* Get file flags */ macro
|
/titanic_41/usr/src/cmd/sh/ |
H A D | word.c | 437 ((fflags = fcntl(f->fdes, F_GETFL, 0)) & O_NDELAY)) { in readb() 444 fflags = fcntl(f->fdes, F_GETFL, 0); in readb()
|
/titanic_41/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ |
H A D | ex_dscp.c | 358 flags = fcntl(new_sd, F_GETFL, 0); in exs_accept() 469 flags = fcntl(Acc.c_sd, F_GETFL, 0); in exs_prep_accept() 620 flags = fcntl(hp->h_client.c_sd, F_GETFL, 0); in etm_xport_open()
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | fopen.c | 116 if ((oflag = fcntl(fd, F_GETFL)) == -1) in _freopen_null()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fcntl.h | 97 #define F_GETFL 3 /* Get file flags */ macro
|
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | fcntl.c | 152 } else if (cmd == F_GETFL) {
|
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | fcntl.c | 157 } else if (cmd == F_GETFL) {
|
/titanic_41/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_nicmon.c | 164 if ((flags = fcntl(sd, F_GETFL, 0)) < 0) { in smbd_nicmon_setup_rtsock()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 544 if ((flags = fcntl(0, F_GETFL, 0)) == -1) 558 if ((flags = fcntl(0, F_GETFL, 0)) == -1) in unalarm() 1217 if ((status = fcntl(0, F_GETFL, 0)) == -1) in get_char() 1245 if ((status = fcntl(0, F_GETFL, 0)) == -1)
|