Searched defs:fd (Results 1 - 25 of 376) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/posix/unistd/
H A Dclose.c19 close(int fd) argument
H A Dsync.c19 fsync(int fd) argument
H A Ddup.c16 dup(int fd) argument
H A Dlseek.c15 lseek(int fd, off_t pos, int whence) argument
H A Daccess.c25 faccessat(int fd, const char* path, int accessMode, int flag) argument
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfreopen64.c43 int fd = -1; local
/haiku/src/system/libroot/posix/sys/
H A Dflock.c17 flock(int fd, int op) argument
H A Dmkdir.c24 mkdirat(int fd, const char *path, mode_t mode) argument
H A Dmkfifo.c23 mkfifoat(int fd, const char *path, mode_t mode) argument
/haiku/src/tests/system/kernel/
H A Dnull_poll_test.cpp14 int fd = fileno(f); local
H A Dmmap_resize_test.cpp23 int fd = open(fileName, O_CREAT | O_RDWR | O_TRUNC, 0644); local
H A Dmmap_fixed_test.cpp16 int fd = mkstemp(tmpfile); local
H A Dfifo_poll_test.cpp17 int fd = fileno(f); local
/haiku/src/bin/network/ftpd/
H A Dlogwtmp.c62 static int fd = -1; variable
/haiku/src/tests/add-ons/kernel/drivers/random/
H A Drandom_test.cpp16 int fd = open(kRandomDevice, O_RDONLY); local
/haiku/src/tests/system/libroot/posix/
H A Dchmod.cpp35 int fd = open(argv[1], O_RDONLY); local
H A Dtermios.cpp28 int fd = open(argv[1], O_RDONLY); local
/haiku/src/tests/system/network/
H A Dstop_stack.c10 int fd; local
/haiku/src/system/libroot/os/
H A Dstack_protector.cpp27 int fd = open("/dev/random", O_RDONLY, 0); local
/haiku/headers/cpp/
H A DPlotFile.h58 PlotFile(int fd) : ofstream(fd) { } argument
/haiku/src/add-ons/accelerants/et6x00/
H A DGlobalData.c10 int fd; variable
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKitTest/
H A DFinePixTest.cpp26 int fd = open(fname, O_WRONLY | O_CREAT,0644); local
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtmpfile.c43 int fd; local
/haiku/src/tests/misc/
H A Dwritev-test.cpp11 int fd = open("testfile", O_CREAT | O_RDWR, 0666); local
/haiku/src/tools/fs_shell/
H A Dvfs_request_io.cpp15 fssh_do_fd_io(int fd, fssh_io_request* request) argument
23 fssh_do_iterative_fd_io(int fd, fssh_io_request* request, argument

Completed in 102 milliseconds

1234567891011>>