Searched defs:fd (Results 101 - 125 of 802) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/coreutils/lib/
H A Dfd-reopen.c34 int fd = open (file, flags, mode); local
H A Dfdopendir.c53 fdopendir (int fd) argument
121 rpl_fdopendir (int fd) argument
[all...]
H A Dfopen.c71 int fd; local
H A Dfreadseek.c68 int fd; local
H A Dfull-write.c58 full_rw (int fd, const void *buf, size_t count) argument
H A Dsafe-read.c56 safe_rw (int fd, void const *buf, size_t count) argument
H A Dsockets.h40 gl_fd_to_handle (int fd) argument
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfopen-safer.c41 int fd = fileno (fp); local
/haiku-fatelf/src/kits/package/hpkg/
H A DFDDataReader.cpp18 BFDDataReader::BFDDataReader(int fd) argument
/haiku-fatelf/src/libs/expat/xmlwf/
H A Dunixfilemap.c25 int fd; local
/haiku-fatelf/src/libs/tiff/
H A Dtif_close.c114 thandle_t fd = tif->tif_clientdata; local
/haiku-fatelf/src/system/libroot/posix/sys/
H A Dchmod.c32 fchmod(int fd, mode_t mode) argument
46 fchmodat(int fd, const char* path, mode_t mode, int flag) argument
H A Dstatvfs.c48 fstatvfs(int fd, struct statvfs *statvfs) argument
H A Duio.c24 readv(int fd, const struct iovec *vecs, size_t count) argument
33 readv_pos(int fd, off_t pos, const struct iovec *vecs, size_t count) argument
47 writev(int fd, const struct iovec *vecs, size_t count) argument
56 writev_pos(int fd, off_t pos, const struct iovec *vecs, size_t count) argument
/haiku-fatelf/src/system/libroot/posix/unistd/
H A Ddirectory.c24 fchdir(int fd) argument
H A Dioctl.c24 ioctl(int fd, ulong cmd, ...) argument
H A Dread.c24 read(int fd, void* buffer, size_t bufferSize) argument
33 read_pos(int fd, off_t pos, void* buffer, size_t bufferSize) argument
43 pread(int fd, void* buffer, size_t bufferSize, off_t pos) argument
H A Dtruncate.c40 ftruncate(int fd, off_t newSize) argument
H A Dttyname.c29 ttyname_r(int fd, char *buffer, size_t bufferSize) argument
53 ttyname(int fd) argument
[all...]
H A Dwrite.c22 write(int fd, void const *buffer, size_t bufferSize) argument
31 write_pos(int fd, off_t pos, const void *buffer, size_t bufferSize) argument
41 pwrite(int fd, const void *buffer, size_t bufferSize, off_t pos) argument
/haiku-fatelf/src/tests/kits/net/sock/
H A Dcliopen.c15 int fd, i, on; local
[all...]
/haiku-fatelf/src/tests/libs/bsd/
H A Dforkpty.c10 int fd = -1; local
34 int fd = do_fork(); local
/haiku-fatelf/src/tests/servers/input/comm/
H A Darea.c16 int fd = open ("/tmp/input_area.bin", O_WRONLY | O_CREAT | O_TRUNC, 0644); local
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dfcntl_ndelay.c50 static int fd = -1; variable
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dflock_test.cpp22 int fd = (int)_fd; local
63 int fd = open("/bin/sh", O_RDONLY); local
[all...]

Completed in 276 milliseconds

1234567891011>>