/third_party/musl/src/mman/ |
H A D | msync.c | 5 int msync(void *start, size_t len, int flags) in msync() argument
|
/third_party/musl/porting/liteos_a/user/src/mman/ |
H A D | msync.c | 5 int msync(void *start, size_t len, int flags) in msync() argument
|
/third_party/musl/src/linux/ |
H A D | memfd_create.c | 5 int memfd_create(const char *name, unsigned flags) in memfd_create() argument
|
H A D | unshare.c | 5 int unshare(int flags) in unshare() argument
|
H A D | getrandom.c | 4 ssize_t getrandom(void *buf, size_t buflen, unsigned flags) in getrandom() argument
|
H A D | swap.c | 4 int swapon(const char *path, int flags) in swapon() argument
|
/third_party/musl/src/temp/ |
H A D | mkostemp.c | 4 int mkostemp(char *template, int flags) in mkostemp() argument
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | __fmodeflags.c | 6 int flags;
in __fmodeflags() local [all...] |
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | __fmodeflags.c | 6 int flags;
in __fmodeflags() local [all...] |
/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | posix_spawnattr_setflags.c | 5 int posix_spawnattr_setflags(posix_spawnattr_t *attr, short flags) in posix_spawnattr_setflags() argument
|
H A D | posix_spawnattr_getflags.c | 4 int posix_spawnattr_getflags(const posix_spawnattr_t *restrict attr, short *restrict flags) in posix_spawnattr_getflags() argument
|
/third_party/musl/src/process/ |
H A D | posix_spawnattr_setflags.c | 5 int posix_spawnattr_setflags(posix_spawnattr_t *attr, short flags) in posix_spawnattr_setflags() argument
|
H A D | posix_spawnattr_getflags.c | 4 int posix_spawnattr_getflags(const posix_spawnattr_t *restrict attr, short *restrict flags) in posix_spawnattr_getflags() argument
|
/third_party/musl/src/thread/ |
H A D | clone.c | 4 int __clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in __clone() argument
|
/third_party/musl/src/unistd/ |
H A D | posix_close.c | 3 int posix_close(int fd, int flags) in posix_close() argument
|
/third_party/node/benchmark/esm/ |
H A D | esm-loader-defaultResolve.js | |
H A D | esm-loader-import.js | |
/third_party/node/benchmark/policy/ |
H A D | policy-startup.js | |
/third_party/ltp/testcases/kernel/syscalls/eventfd2/ |
H A D | eventfd2_02.c | 22 int fd, flags; in run() local
|
H A D | eventfd2_01.c | 22 int fd, flags; in run() local
|
H A D | eventfd2.h | 9 static inline int eventfd2(unsigned int count, unsigned int flags) in eventfd2() argument
|
/third_party/ltp/include/lapi/ |
H A D | pidfd_open.h | 18 static inline int pidfd_open(pid_t pid, unsigned int flags) in pidfd_open() argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
H A D | 15-1-buildonly.c | 10 static int flags; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 11-1.c | 26 int fd, flags; in main() local
|
/third_party/rust/crates/bitflags/tests/compile-pass/visibility/ |
H A D | pub_in.rs | 12 pub fn flags() -> u32 { in flags() functions
|