Home
last modified time | relevance | path

Searched defs:mode (Results 76 - 100 of 4454) sorted by relevance

12345678910>>...179

/third_party/musl/src/stdio/
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/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
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DEGLSyncImpl.cpp18 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 DMatrixLoadTest.cpp89 auto mode = modeType.first; in TEST_P() local
/third_party/skia/src/core/
H A DSkValidationUtils.h17 static inline bool SkIsValidMode(SkBlendMode mode) { in SkIsValidMode() argument
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dchmod.c44 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 Dmknod.c41 int mode = TT.m ? string_to_mode(TT.m, 0777) : 0660; in mknod_main() local

Completed in 5 milliseconds

12345678910>>...179