Home
last modified time | relevance | path

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

1234

/bionic/libc/bionic/
Dmkfifo.cpp33 int mkfifo(const char* path, mode_t mode) { in mkfifo()
37 int mkfifoat(int fd, const char* path, mode_t mode) { in mkfifoat()
Dopen.cpp51 int creat(const char* pathname, mode_t mode) { in creat()
57 mode_t mode = 0; in open() local
76 mode_t mode = 0; in openat() local
Dreboot.cpp34 int reboot(int mode) { in reboot()
Daccess.cpp32 int access(const char* path, int mode) { in access()
Dmkdir.cpp33 int mkdir(const char* path, mode_t mode) { in mkdir()
Dchmod.cpp33 int chmod(const char* path, mode_t mode) { in chmod()
Dmknod.cpp34 int mknod(const char* path, mode_t mode, dev_t dev) { in mknod()
Dfaccessat.cpp35 int faccessat(int dirfd, const char* pathname, int mode, int flags) { in faccessat()
Dfchmod.cpp40 int fchmod(int fd, mode_t mode) { in fchmod()
Dfchmodat.cpp39 int fchmodat(int dirfd, const char* pathname, mode_t mode, int flags) { in fchmodat()
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_SECMARK.h13 __u8 mode; member
18 __u8 mode; member
Dxt_connmark.h21 __u8 mode; member
25 __u8 shift_dir, shift_bits, mode; member
Dxt_hashlimit.h26 __u32 mode; member
44 __u32 mode; member
56 __u32 mode; member
66 __u32 mode; member
Dxt_CONNSECMARK.h15 __u8 mode; member
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dldtoa.c47 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa()
112 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa()
/bionic/libc/kernel/uapi/linux/
Duserfaultfd.h110 __u64 mode; member
119 __u64 mode; member
125 __u64 mode; member
132 __u64 mode; member
138 __u64 mode; member
144 __u64 mode; member
153 __u64 mode; member
/bionic/libc/include/bits/fortify/
Dstat.h38 mode_t umask(mode_t mode) in umask()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfwide.c37 fwide(FILE *fp, int mode) in fwide()
Dflags.c46 __sflags(const char *mode, int *optr) in __sflags()
Dsetvbuf.c44 setvbuf(FILE *fp, char *buf, int mode, size_t size) in setvbuf()
/bionic/libc/kernel/uapi/linux/hsi/
Dhsi_char.h30 __u32 mode; member
35 __u32 mode; member
/bionic/tools/versioner/tests/fortify_inline/headers/
Dfcntl.h20 int open(const char* name, int flags, mode_t mode) in open()
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
Dipt_TTL.h17 __u8 mode; member
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
Dip6t_hl.h17 __u8 mode; member
Dip6t_HL.h17 __u8 mode; member

1234