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

1234567

/seL4-refos-master/libs/libmuslc/src/legacy/
H A Disastream.c4 int isastream(int fd) argument
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dlogin_tty.c5 int login_tty(int fd) argument
H A Dlockf.c6 int lockf(int fd, int op, off_t size) argument
H A Dptsname.c6 char *ptsname(int fd) argument
/seL4-refos-master/libs/libmuslc/src/termios/
H A Dtcdrain.c6 int tcdrain(int fd) argument
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Ddup.c4 int dup(int fd) argument
H A Dfdatasync.c4 int fdatasync(int fd) argument
H A Dfsync.c4 int fsync(int fd) argument
H A Dpipe.c4 int pipe(int fd[2]) argument
/seL4-refos-master/libs/libmuslc/src/conf/
H A Dfpathconf.c5 long fpathconf(int fd, int name) argument
/seL4-refos-master/libs/libmuslc/src/dirent/
H A Dfdopendir.c8 DIR *fdopendir(int fd) argument
/seL4-refos-master/libs/libmuslc/src/fcntl/
H A Dposix_fallocate.c5 int posix_fallocate(int fd, off_t base, off_t len) argument
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dprocfdname.c1 void __procfdname(char *buf, unsigned fd) argument
/seL4-refos-master/libs/libmuslc/src/linux/
H A Dflock.c4 int flock(int fd, int op) argument
H A Dsetns.c5 int setns(int fd, int nstype) argument
H A Dsyncfs.c5 int syncfs(int fd) argument
/seL4-refos-master/libs/libmuslc/src/network/
H A Daccept.c5 int accept(int fd, struct sockaddr *restrict addr, socklen_t *restrict len) argument
H A Dbind.c4 int bind(int fd, const struct sockaddr *addr, socklen_t len) argument
H A Dconnect.c5 int connect(int fd, const struct sockaddr *addr, socklen_t len) argument
H A Dgetpeername.c4 int getpeername(int fd, struct sockaddr *restrict addr, socklen_t *restrict len) argument
H A Dgetsockname.c4 int getsockname(int fd, struct sockaddr *restrict addr, socklen_t *restrict len) argument
H A Dlisten.c4 int listen(int fd, int backlog) argument
H A Dshutdown.c4 int shutdown(int fd, int how) argument
/seL4-refos-master/libs/libmuslc/src/process/
H A Dposix_spawn_file_actions_addclose.c6 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, int fd) argument
/seL4-refos-master/libs/libmuslc/src/stat/
H A Dfutimens.c3 int futimens(int fd, const struct timespec times[2]) argument

Completed in 175 milliseconds

1234567