| /third_party/musl/src/stdio/ |
| H A D | freopen.c | 13 FILE *freopen(const char *restrict filename, const char *restrict mode, FILE *restrict f) in freopen() argument
|
| H A D | fopen.c | 6 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() argument
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| H A D | __fdopen.c | 9 FILE *__fdopen(int fd, const char *mode)
in __fdopen() argument
|
| /third_party/musl/src/mq/ |
| H A D | mq_open.c | 8 mode_t mode = 0; in mq_open() local
|
| /third_party/musl/porting/liteos_a/user/src/stdio/ |
| H A D | popen.c | 12 FILE *popen(const char *cmd, const char *mode) in popen() argument
|
| /third_party/musl/src/fcntl/ |
| H A D | open.c | 10 mode_t mode = 0; in open() local
|
| H A D | openat.c | 7 mode_t mode = 0; in openat() local
|
| /third_party/musl/porting/liteos_a/user/src/process/ |
| H A D | posix_spawn_file_actions_addopen.c | 8 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 D | fallocate.c | 5 int fallocate(int fd, int mode, off_t base, off_t len) in fallocate() argument
|
| /third_party/musl/src/process/ |
| H A D | posix_spawn_file_actions_addopen.c | 8 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 D | openat.h | 29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() argument
|
| /third_party/ltp/testcases/kernel/syscalls/mknodat/ |
| H A D | mknodat.h | 29 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 D | des.h | 50 int mode; /*!< encrypt/decrypt */ member
|
| /third_party/musl/libc-test/src/functionalext/supplement/regex/regex_gtest/ |
| H A D | regex_fnmatch_test.cpp | 19 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 D | stat_fstatat_test.cpp | 21 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 D | stat_lstat_test.cpp | 21 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local
|
| H A D | stat_stat_test.cpp | 20 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/stat/ |
| H A D | umask.c | 28 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 D | p12_init.c | 18 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 D | p12_init.c | 18 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/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | EGLSyncImpl.cpp | 18 egl::Error EGLSyncImpl::signal(const egl::Display *display, const gl::Context *context, EGLint mode) in signal() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
| H A D | MatrixLoadTest.cpp | 89 auto mode = modeType.first; in TEST_P() local
|
| /third_party/skia/src/core/ |
| H A D | SkValidationUtils.h | 17 static inline bool SkIsValidMode(SkBlendMode mode) { in SkIsValidMode() argument
|
| /third_party/toybox/porting/liteos_a/toys/posix/ |
| H A D | chmod.c | 44 mode_t mode; in do_chmod() local 54 wfchmodat(dirtree_parentfd(try), try->name, mode); in do_chmod() local
|
| /third_party/toybox/toys/lsb/ |
| H A D | mknod.c | 41 int mode = TT.m ? string_to_mode(TT.m, 0777) : 0660; in mknod_main() local
|