Searched defs:fd (Results 76 - 100 of 167) sorted by relevance

1234567

/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dlseek.c5 off_t lseek(int fd, off_t offset, int whence) argument
H A Dpread.c5 ssize_t pread(int fd, void *buf, size_t size, off_t ofs) argument
H A Dpwrite.c5 ssize_t pwrite(int fd, const void *buf, size_t size, off_t ofs) argument
H A Dreadlinkat.c4 ssize_t readlinkat(int fd, const char *restrict path, char *restrict buf, size_t bufsize) argument
H A Dfchown.c8 int fchown(int fd, uid_t uid, gid_t gid) argument
/seL4-refos-master/libs/libmuslc/src/dirent/
H A D__dirent.h3 int fd; member in struct:__dirstream
/seL4-refos-master/libs/libmuslc/src/fcntl/
H A Dopen.c17 int fd = __sys_open_cp(filename, flags, mode); local
H A Dopenat.c6 int openat(int fd, const char *filename, int flags, ...) argument
/seL4-refos-master/libs/libmuslc/src/legacy/
H A Ddaemon.c10 int fd, failed = 0; local
/seL4-refos-master/libs/libmuslc/src/linux/
H A Deventfd.c15 int eventfd_read(int fd, eventfd_t *value) argument
20 int eventfd_write(int fd, eventfd_t value) argument
H A Dfallocate.c6 int fallocate(int fd, int mode, off_t base, off_t len) argument
H A Dsync_file_range.c6 int sync_file_range(int fd, off_t pos, off_t len, unsigned flags) argument
H A Dvmsplice.c5 ssize_t vmsplice(int fd, const struct iovec *iov, size_t cnt, unsigned flags) argument
/seL4-refos-master/libs/libmuslc/src/network/
H A Daccept4.c8 int accept4(int fd, struct sockaddr *restrict addr, socklen_t *restrict len, int flg) argument
H A Dgetsockopt.c4 int getsockopt(int fd, int level, int optname, void *restrict optval, socklen_t *restrict optlen) argument
H A Dif_indextoname.c12 int fd, r; local
H A Drecvfrom.c5 ssize_t recvfrom(int fd, void *restrict buf, size_t len, int flags, struct sockaddr *restrict addr, socklen_t *restrict alen) argument
H A Dsendmmsg.c7 int sendmmsg(int fd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags) argument
H A Dsendto.c5 ssize_t sendto(int fd, const void *buf, size_t len, int flags, const struct sockaddr *addr, socklen_t alen) argument
H A Dsetsockopt.c4 int setsockopt(int fd, int level, int optname, const void *optval, socklen_t optlen) argument
/seL4-refos-master/libs/libmuslc/src/process/
H A Dposix_spawn_file_actions_addopen.c7 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *restrict fa, int fd, const char *restrict path, int flags, mode_t mode) argument
/seL4-refos-master/libs/libmuslc/src/stat/
H A Dutimensat.c7 int utimensat(int fd, const char *path, const struct timespec times[2], int flags) argument
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dvdprintf.c8 int vdprintf(int fd, const char *restrict fmt, va_list ap) argument
/seL4-refos-master/libs/libmuslc/src/temp/
H A Dmkostemps.c19 int fd, retries = 100; local
/seL4-refos-master/libs/libmuslc/src/time/
H A D__map_file.c12 int fd = __sys_open(pathname, O_RDONLY|O_CLOEXEC|O_NONBLOCK); local

Completed in 64 milliseconds

1234567