Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ulib/musl/include/sys/
A Dstat.h44 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
45 #define S_ISCHR(mode) (((mode)&S_IFMT) == S_IFCHR) argument
46 #define S_ISBLK(mode) (((mode)&S_IFMT) == S_IFBLK) argument
47 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument
48 #define S_ISFIFO(mode) (((mode)&S_IFMT) == S_IFIFO) argument
49 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) argument
50 #define S_ISSOCK(mode) (((mode)&S_IFMT) == S_IFSOCK) argument
/third_party/ulib/musl/src/stdio/
A D__fmodeflags.c4 int __fmodeflags(const char* mode) { in __fmodeflags()
A Dfwide.c4 int fwide(FILE* f, int mode) { in fwide()
A D__fdopen.c9 FILE* __fdopen(int fd, const char* mode) { in __fdopen()
A Dfopen.c7 FILE* fopen(const char* restrict filename, const char* restrict mode) { in fopen()
A Dfreopen.c13 FILE* freopen(const char* restrict filename, const char* restrict mode, FILE* restrict f) { in freopen()
A Dpopen.c9 FILE* popen(const char* cmd, const char* mode) { in popen()
A Dfmemopen.c9 int mode; member
77 FILE* fmemopen(void* restrict buf, size_t size, const char* restrict mode) { in fmemopen()
/third_party/ulib/musl/src/fcntl/
A Dcreat.c3 int creat(const char* path, mode_t mode) { in creat()
/third_party/ulib/musl/src/stat/
A Dlchmod.c5 int lchmod(const char* path, mode_t mode) { in lchmod()
A Dmkfifoat.c3 int mkfifoat(int fd, const char* path, mode_t mode) { in mkfifoat()
A Dmknodat.c4 int mknodat(int fd, const char* path, mode_t mode, dev_t dev) { in mknodat()
/third_party/ulib/musl/src/process/
A Dposix_spawn_file_actions_addopen.c8 const char* restrict path, int flags, mode_t mode) { in posix_spawn_file_actions_addopen()
A Dfdop.h12 mode_t mode; member
/third_party/uapp/dash/src/
A Djobs.c127 set_curjob(struct job *jp, unsigned mode) in set_curjob()
348 int mode; in fgcmd() local
379 restartjob(struct job *jp, int mode) in restartjob()
448 showjob(struct output *out, struct job *jp, int mode) in showjob()
522 int mode, m; in jobscmd() local
551 showjobs(struct output *out, int mode) in showjobs()
854 forkchild(struct job *jp, union node *n, int mode) in forkchild()
902 forkparent(struct job *jp, union node *n, int mode, pid_t pid) in forkparent()
937 forkshell(struct job *jp, union node *n, int mode) in forkshell()
A Dmkinit.c440 ckfopen(char *file, char *mode) in ckfopen()
/third_party/ulib/musl/src/mman/
A Dshm_open.c28 int shm_open(const char* name, int flag, mode_t mode) { in shm_open()
/third_party/ulib/musl/include/bits/x86_64/
A Dipc.h7 mode_t mode; member
/third_party/ulib/musl/include/bits/aarch64/
A Dipc.h7 mode_t mode; member
/third_party/ulib/musl/stubs/
A Diostubs.c170 static int stub_mkdir(const char* path, mode_t mode) { in stub_mkdir()
177 static int stub_mkdirat(int fd, const char* path, mode_t mode) { in stub_mkdirat()
334 static int stub_access(const char* path, int mode) { in stub_access()
348 static int stub_chmod(const char* path, mode_t mode) { in stub_chmod()
355 static int stub_fchmod(int fd, mode_t mode) { in stub_fchmod()
362 static int stub_fchmodat(int fd, const char* path, mode_t mode, int flag) { in stub_fchmodat()
432 static int stub_mkfifo(const char* path, mode_t mode) { in stub_mkfifo()
439 static int stub_mknod(const char* path, mode_t mode, dev_t dev) { in stub_mknod()
/third_party/uapp/dash/src/bltin/
A Dtest.c390 filstat(char *nm, enum token mode) in filstat()
515 static int test_file_access(const char *path, int mode) in test_file_access()
529 test_st_mode(const struct stat *st, int mode) in test_st_mode()
A Dzircon.c61 static const char* modestr(uint32_t mode) { in modestr()
/third_party/ulib/musl/src/internal/
A Dstdio_impl.h40 signed char mode; member
/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A De_aes.c194 int ret, mode; in aes_init_key() local
848 #define EVP_CIPHER_FUNCTION(keybits, mode) \ argument
/third_party/ulib/musl/ldso/
A Ddynlink.c2115 static void* dlopen_internal(zx_handle_t vmo, const char* file, int mode) { in dlopen_internal()
2215 void* dlopen(const char* file, int mode) { in dlopen()
2221 void* dlopen_vmo(zx_handle_t vmo, int mode) { in dlopen_vmo()

Completed in 34 milliseconds

12