Home
last modified time | relevance | path

Searched defs:mode (Results 126 - 150 of 12205) sorted by relevance

12345678910>>...489

/third_party/musl/porting/linux/user/src/stdio/
H A Dfopen.c6 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() argument
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A D__fdopen.c10 FILE *__fdopen(int fd, const char *mode) in __fdopen() argument
[all...]
/third_party/musl/porting/linux/user/src/fcntl/
H A Dopen.c22 mode_t mode = 0; in open() local
/third_party/musl/src/stdio/
H A Dpopen.c12 FILE *popen(const char *cmd, const char *mode) in popen() argument
H A Dfreopen.c13 FILE *freopen(const char *restrict filename, const char *restrict mode, FILE *restrict f) in freopen() argument
H A Dfopen.c6 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() argument
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__fdopen.c9 FILE *__fdopen(int fd, const char *mode) in __fdopen() argument
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__fdopen.c9 FILE *__fdopen(int fd, const char *mode) in __fdopen() argument
/third_party/musl/src/mq/
H A Dmq_open.c8 mode_t mode = 0; in mq_open() local
/third_party/musl/porting/liteos_a/user/src/stdio/
H A Dpopen.c12 FILE *popen(const char *cmd, const char *mode) in popen() argument
/third_party/musl/src/fcntl/
H A Dopen.c10 mode_t mode = 0; in open() local
H A Dopenat.c7 mode_t mode = 0; in openat() local
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawn_file_actions_addopen.c8 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *restrict fa, int fd, const char *restrict path, int flags, mode_t mode) in posix_spawn_file_actions_addopen() argument
/third_party/musl/src/linux/
H A Dfallocate.c5 int fallocate(int fd, int mode, off_t base, off_t len) in fallocate() argument
/third_party/musl/src/process/
H A Dposix_spawn_file_actions_addopen.c8 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *restrict fa, int fd, const char *restrict path, int flags, mode_t mode) in posix_spawn_file_actions_addopen() argument
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat.h29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() argument
/third_party/ltp/testcases/kernel/syscalls/mknodat/
H A Dmknodat.h29 int mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in mknodat() argument
/third_party/lwip/src/include/netif/ppp/polarssl/
H A Ddes.h50 int mode; /*!< encrypt/decrypt */ member
/third_party/musl/libc-test/src/functionalext/supplement/regex/regex_gtest/
H A Dregex_fnmatch_test.cpp19 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_fstatat_test.cpp21 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local
43 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local
H A Dstat_lstat_test.cpp21 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local
H A Dstat_stat_test.cpp20 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dumask.c28 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in umask_0100() local
44 mode_t mode = -1; in umask_0200() local
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_init.c18 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq) in PKCS12_init_ex() argument
54 PKCS12 *PKCS12_init(int mode) in PKCS12_init() argument
/third_party/openssl/crypto/pkcs12/
H A Dp12_init.c18 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq) in PKCS12_init_ex() argument
54 PKCS12 *PKCS12_init(int mode) in PKCS12_init() argument

Completed in 5 milliseconds

12345678910>>...489