Searched defs:mode (Results 1 - 25 of 90) sorted by relevance

1234

/seL4-test-master/projects/musllibc/src/stat/
H A Dumask.c4 mode_t umask(mode_t mode) argument
H A Dchmod.c5 int chmod(const char *path, mode_t mode) argument
H A Dlchmod.c5 int lchmod(const char *path, mode_t mode) argument
H A Dmkdir.c5 int mkdir(const char *path, mode_t mode) argument
H A Dmkdirat.c4 int mkdirat(int fd, const char *path, mode_t mode) argument
H A Dmkfifo.c3 int mkfifo(const char *path, mode_t mode) argument
H A Dmkfifoat.c3 int mkfifoat(int fd, const char *path, mode_t mode) argument
H A Dmknod.c5 int mknod(const char *path, mode_t mode, dev_t dev) argument
H A Dfchmod.c8 int fchmod(int fd, mode_t mode) argument
H A Dmknodat.c4 int mknodat(int fd, const char *path, mode_t mode, dev_t dev) argument
/seL4-test-master/projects/musllibc/src/stdio/
H A Dfwide.c4 int fwide(FILE *f, int mode) argument
H A D__fmodeflags.c4 int __fmodeflags(const char *mode) argument
H A D__fdopen.c8 FILE *__fdopen(int fd, const char *mode) argument
[all...]
H A Dfopen.c6 FILE *fopen(const char *restrict filename, const char *restrict mode) argument
H A Dfreopen.c14 FILE *freopen(const char *restrict filename, const char *restrict mode, FILE *restrict f) argument
H A Dpopen.c11 FILE *popen(const char *cmd, const char *mode) argument
/seL4-test-master/projects/musllibc/src/fcntl/
H A Dcreat.c4 int creat(const char *filename, mode_t mode) argument
H A Dopen.c8 mode_t mode = 0; local
H A Dopenat.c8 mode_t mode = 0; local
/seL4-test-master/projects/musllibc/src/ldso/
H A Ddlopen.c7 static void *stub_dlopen(const char *file, int mode) argument
/seL4-test-master/projects/musllibc/src/mq/
H A Dmq_open.c8 mode_t mode = 0; local
/seL4-test-master/projects/musllibc/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-test-master/projects/musllibc/src/linux/
H A Dfallocate.c6 int fallocate(int fd, int mode, off_t base, off_t len) argument
/seL4-test-master/tools/nanopb/tests/alltypes/
H A Dencode_alltypes.c13 int mode = (argc > 1) ? atoi(argv[1]) : 0; local
/seL4-test-master/tools/nanopb/tests/alltypes_proto3/
H A Dencode_alltypes.c13 int mode = (argc > 1) ? atoi(argv[1]) : 0; local

Completed in 143 milliseconds

1234