Searched refs:fcntl (Results 176 - 200 of 293) sorted by relevance

1234567891011>>

/haiku/src/tests/add-ons/kernel/file_systems/bfs/dump_log/
H A Ddump_log.cpp13 #include <fcntl.h>
/haiku/src/tests/kits/storage/virtualdrive/
H A Dmkvirtualdrive.cpp4 #include <fcntl.h>
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp10 #include <fcntl.h>
/haiku/src/libs/bsd/
H A Darc4random.c26 #include <fcntl.h>
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h39 #include <fcntl.h>
/haiku/src/tools/remote_disk_server/
H A Dremote_disk_server.cpp8 #include <fcntl.h>
/haiku/src/kits/network/libnetapi/
H A DAbstractSocket.cpp12 #include <fcntl.h>
/haiku/src/libs/libtelnet/
H A Dpk.c48 #include <fcntl.h>
/haiku/src/bin/unzip/
H A Dunzpriv.h273 # include <fcntl.h>
298 # include <fcntl.h> /* extra code to deal with our extra file */
334 # include <fcntl.h>
392 # include <fcntl.h> /* O_BINARY for open() w/o CR/LF translation */
441 # include <sys/file.h> /* MTS uses this instead of fcntl.h */
473 # include <fcntl.h>
500 # include <fcntl.h>
538 extern int stat(), unlink(), jsys(), fcntl();
581 # include <file.h> /* same things as fcntl.h has */
H A Dttyio.c168 # include <fcntl.h>
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp47 #include <fcntl.h>
/haiku/src/tests/system/libroot/posix/
H A Dxsi_sem_test1.cpp7 #include <fcntl.h>
/haiku/src/build/libroot/
H A Dfs_descriptors.cpp19 #include <fcntl.h>
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp8 #include <fcntl.h>
/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.cpp17 #include <fcntl.h>
/haiku/src/tests/system/network/multicast/
H A Dmulticat.c15 #include <fcntl.h>
/haiku/src/tests/add-ons/kernel/partitioning_systems/
H A DPartitioningSystemsTest.cpp8 #include <fcntl.h>
/haiku/src/tools/
H A Delf2aout.c36 #include <fcntl.h>
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DTransportStreamDemux.cpp26 #include <fcntl.h>
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetservent_r.c42 #include <fcntl.h>
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c106 #include <fcntl.h>
692 fcntl(statp->_vcsock, F_SETFD, FD_CLOEXEC);
886 fcntl(EXT(statp).nssocks[ns], F_SETFD, FD_CLOEXEC);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c44 #include <fcntl.h>
399 (void) fcntl( listen_fd, F_SETFD, 1 );
419 flags = fcntl( listen_fd, F_GETFL, 0 );
422 // syslog( LOG_CRIT, "fcntl F_GETFL - %m" );
427 if ( fcntl( listen_fd, F_SETFL, flags | O_NDELAY ) < 0 )
429 // syslog( LOG_CRIT, "fcntl O_NDELAY - %m" );
592 flags = fcntl( fd, F_GETFL, 0 );
597 (void) fcntl( fd, F_SETFL, newflags );
608 flags = fcntl( fd, F_GETFL, 0 );
613 (void) fcntl( f
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpd.c72 #include <fcntl.h>
598 if (fcntl(s, F_SETOWN, getpid()) == -1)
599 syslog(LOG_ERR, "fcntl F_SETOWN: %m");
1988 if ((flags = fcntl(pdata, F_GETFL, 0)) == -1 ||
1989 fcntl(pdata, F_SETFL, flags | O_NONBLOCK) == -1)
2000 if ((flags = fcntl(pdata, F_GETFL, 0)) == -1 ||
2001 fcntl(pdata, F_SETFL, flags & ~O_NONBLOCK) == -1)
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp10 #include <fcntl.h>
/haiku/src/kits/package/hpkg/
H A DPackageReaderImpl.cpp11 #include <fcntl.h>

Completed in 298 milliseconds

1234567891011>>