Searched defs:len (Results 1 - 25 of 224) sorted by relevance

123456789

/seL4-refos-master/libs/libmuslc/src/conf/
H A Dconfstr.c5 size_t confstr(int name, char *buf, size_t len) argument
/seL4-refos-master/libs/libmuslc/src/dirent/
H A Dreaddir.c14 int len = __syscall(SYS_getdents, dir->fd, dir->buf, sizeof dir->buf); local
/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/ipc/
H A Dmsgrcv.c6 ssize_t msgrcv(int q, void *m, size_t len, long type, int flag) argument
H A Dmsgsnd.c6 int msgsnd(int q, const void *m, size_t len, int flag) argument
/seL4-refos-master/libs/libmuslc/src/linux/
H A Dklogctl.c4 int klogctl (int type, char *buf, int len) argument
H A Dsethostname.c5 int sethostname(const char *name, size_t len) argument
/seL4-refos-master/libs/libmuslc/src/malloc/
H A Daligned_alloc.c5 void *aligned_alloc(size_t align, size_t len) argument
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dsetdomainname.c5 int setdomainname(const char *name, size_t len) argument
/seL4-refos-master/libs/libmuslc/src/mman/
H A Dmadvise.c5 int __madvise(void *addr, size_t len, int advice) argument
H A Dmlock.c4 int mlock(const void *addr, size_t len) argument
H A Dmsync.c4 int msync(void *start, size_t len, int flags) argument
H A Dmunlock.c4 int munlock(const void *addr, size_t len) argument
H A Dmunmap.c8 int __munmap(void *start, size_t len) 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
/seL4-refos-master/libs/libmuslc/src/stdio/
H A D__fopen_rb_ca.c5 FILE *__fopen_rb_ca(const char *filename, FILE *f, unsigned char *buf, size_t len) argument
H A D__stdout_write.c4 size_t __stdout_write(FILE *f, const unsigned char *buf, size_t len) argument
/seL4-refos-master/libs/libmuslc/src/temp/
H A Dmkstemps.c7 int mkstemps(char *template, int len) argument
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dgethostname.c4 int gethostname(char *name, size_t len) argument
/seL4-refos-master/seL4_tools/elfloader-tool/src/
H A Dcrypt_sha256.h20 uint64_t len; /* processed message length */ member in struct:__anon196
H A Dcrypt_md5.h20 uint64_t len; /* processed message length */ member in struct:__anon195

Completed in 84 milliseconds

123456789