Home
last modified time | relevance | path

Searched refs:F_GETFL (Results 1 – 25 of 79) sorted by relevance

1234

/titanic_41/usr/src/lib/libast/common/features/
H A Dfcntl.c116 #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 Dfcntl.c69 #if F_GETFL >= _ast_F_LOCAL
70 case F_GETFL:
/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)))
183 if (fcntl(fd, F_GETFL, 0) != -1) in calculate_nopen()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dutil.c308 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 Ddup2.c50 if (fcntl(fildes, F_GETFL, 0) == -1) { in dup2()
/titanic_41/usr/src/cmd/csh/
H A Dsh.tchar.c496 ((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 Dlocal.h170 ret = fcntl((fd), F_GETFL, 0); \
186 ret = fcntl((fd), F_GETFL, 0); \
/titanic_41/usr/src/lib/libcurses/screen/
H A Dttimeout.c98 int flags = fcntl(cur_term->_inputfd, F_GETFL, 0); in _setblock()
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dev_files.c65 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 Dev_connects.c72 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 Dfifo_buffs.c137 Fcntl (i, F_GETFL) < 0 && in NewFifoBuffer()
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/sendmail/libsmdb/
H A Dsmdb.c127 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 Dfcntlcom.h124 #define F_GETFL 3 /* Get file flags */ macro
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dmisc.c58 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 Dt_connect.c118 if ((fctlflg = fcntl(fd, F_GETFL, 0)) < 0) { in _tx_connect()
/titanic_41/usr/src/ucbhead/sys/
H A Dfcntl.h78 #define F_GETFL 3 /* Get file flags */ macro
/titanic_41/usr/src/cmd/sh/
H A Dword.c437 ((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 Dex_dscp.c358 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 Dfopen.c116 if ((oflag = fcntl(fd, F_GETFL)) == -1) in _freopen_null()
/titanic_41/usr/src/uts/common/sys/
H A Dfcntl.h97 #define F_GETFL 3 /* Get file flags */ macro
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/
H A Dfcntl.c152 } else if (cmd == F_GETFL) {
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/
H A Dfcntl.c157 } else if (cmd == F_GETFL) {
/titanic_41/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_nicmon.c164 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 Dchat.c544 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)

1234