Searched refs:fcntl (Results 201 - 225 of 293) sorted by relevance

1234567891011>>

/haiku/src/bin/fwcontrol/
H A Dfwdv.c51 #include <fcntl.h>
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp8 #include <fcntl.h>
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp10 #include <fcntl.h>
/haiku/src/kits/debug/
H A DImage.cpp9 #include <fcntl.h>
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp9 #include <fcntl.h>
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp23 #include <fcntl.h>
/haiku/src/tools/
H A Dset_haiku_revision.cpp7 #include <fcntl.h>
/haiku/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c12 #include <fcntl.h>
/haiku/src/tests/kits/storage/virtualdrive/
H A Dvirtualdrive.cpp14 #include <fcntl.h>
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dea.c38 #include <fcntl.h>
/haiku/src/apps/terminal/
H A DShell.cpp20 #include <fcntl.h>
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h29 #include <fcntl.h>
H A Dfuse.h28 #include <fcntl.h>
405 * for fcntl(2). The l_whence field will always be set to
/haiku/src/system/kernel/disk_device_manager/
H A DKPartitioningSystem.cpp15 #include <fcntl.h>
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp8 #include <fcntl.h>
/haiku/src/system/libroot/os/
H A Ddriver_settings.cpp57 #include <fcntl.h>
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.cpp14 #include <fcntl.h>
/haiku/src/system/libnetwork/netresolv/net/
H A Dnsdispatch.c78 #include <fcntl.h>
/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp29 #include <fcntl.h>
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp789 auto flags = fcntl(fSocket->Socket(), F_GETFL, 0);
791 throw BRuntimeError("fcntl()", "Error getting socket flags");
792 if (fcntl(fSocket->Socket(), F_SETFL, flags | O_NONBLOCK) != 0)
793 throw BRuntimeError("fcntl()", "Error setting non-blocking flag on socket");
/haiku/src/libs/bsd/
H A Dfts.c42 #include <fcntl.h>
58 #include <fcntl.h>
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_init.c85 #include <fcntl.h>
480 statp->_u._ext.ext->resfd = fcntl(fileno(fp), F_DUPFD_CLOEXEC, 0);
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c42 #include <fcntl.h>
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp13 #include <fcntl.h>
/haiku/src/bin/package/
H A Dcommand_extract.cpp8 #include <fcntl.h>

Completed in 274 milliseconds

1234567891011>>