| /third_party/musl/porting/liteos_a/user/src/mman/ |
| H A D | posix_madvise.c | 6 int posix_madvise(void *addr, size_t len, int advice) in posix_madvise() argument
|
| /third_party/musl/src/fcntl/ |
| H A D | posix_fadvise.c | 5 int posix_fadvise(int fd, off_t base, off_t len, int advice) in posix_fadvise() argument
|
| /third_party/musl/src/misc/ |
| H A D | getdomainname.c | 7 int getdomainname(char *name, size_t len) in getdomainname() argument
|
| /third_party/musl/porting/liteos_a/kernel/src/stdio/ |
| H A D | __stdio_read.c | 5 size_t __stdio_read(FILE *f, unsigned char *buf, size_t len) in __stdio_read() argument
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| H A D | __string_read.c | 4 size_t __string_read(FILE *f, unsigned char *buf, size_t len) in __string_read() argument
|
| /third_party/musl/src/network/ |
| H A D | recv.c | 3 ssize_t recv(int fd, void *buf, size_t len, int flags) in recv() argument
|
| /third_party/musl/porting/liteos_a/user/src/fcntl/ |
| H A D | posix_fadvise.c | 6 int posix_fadvise(int fd, off_t base, off_t len, int advice) in posix_fadvise() argument
|
| /third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
| H A D | aligned_alloc.c | 7 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() argument
|
| /third_party/musl/src/dirent/ |
| H A D | readdir.c | 21 int len = __syscall(SYS_getdents, dir->fd, dir->buf, sizeof dir->buf); in readdir() local
|
| /third_party/musl/src/linux/ |
| H A D | getdents.c | 6 int getdents(int fd, struct dirent *buf, size_t len) in getdents() argument
|
| /third_party/musl/src/stdio/ |
| H A D | __stdout_write.c | 4 size_t __stdout_write(FILE *f, const unsigned char *buf, size_t len) in __stdout_write() argument
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_vec.c | 42 size_t len; in nghttp3_vec_len_varint() local
|
| /third_party/ltp/testcases/kernel/syscalls/setgroups/ |
| H A D | setgroups01.c | 19 static int len = NGROUPS; variable
|
| /third_party/ltp/testcases/open_posix_testsuite/include/ |
| H A D | ncpu.h | 45 size_t len = sizeof(ncpu); in get_ncpu() local
|
| /third_party/musl/libc-test/src/functional/ |
| H A D | string_strchr.c | 11 static void *aligncpy(void *p, size_t len, size_t a) in aligncpy() argument
|
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | columns.c | 17 int len, maxlen = 0; in calculate_columns() local
|
| /third_party/node/deps/openssl/openssl/crypto/sha/ |
| H A D | sha_ppc.c | 20 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order() argument 29 void sha512_block_data_order(void *ctx, const void *inp, size_t len) in sha512_block_data_order() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | mem_clr.c | 22 void OPENSSL_cleanse(void *ptr, size_t len) in OPENSSL_cleanse() argument
|
| /third_party/node/deps/uv/src/win/ |
| H A D | snprintf.c | 30 int snprintf(char* buf, size_t len, const char* fmt, ...) { in snprintf() argument
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | no_size_t_is_usize.h | 7 size_t len; member
|
| /third_party/openssl/crypto/ |
| H A D | mem_clr.c | 22 void OPENSSL_cleanse(void *ptr, size_t len) in OPENSSL_cleanse() argument
|
| /third_party/openssl/apps/lib/ |
| H A D | columns.c | 17 int len, maxlen = 0; in calculate_columns() local
|
| /third_party/openssl/crypto/sha/ |
| H A D | sha_ppc.c | 20 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order() argument 29 void sha512_block_data_order(void *ctx, const void *inp, size_t len) in sha512_block_data_order() argument [all...] |
| /third_party/openssl/ohos_lite/crypto/ |
| H A D | mem_clr.c | 22 void OPENSSL_cleanse(void *ptr, size_t len) in OPENSSL_cleanse() argument
|
| /kernel/linux/common_modules/tzdriver/core/ |
| H A D | mem.c | 56 static void init_shared_mem(struct tc_ns_shared_mem *sh, void *addr, size_t len) in init_shared_mem() argument 64 struct tc_ns_shared_mem *tc_mem_allocate(size_t len) in tc_mem_allocate() argument [all...] |