| /third_party/alsa-utils/alsactl/ |
| H A D | init_sysdeps.c | 22 static size_t strlcpy(char *dst, const char *src, size_t size) in strlcpy() argument 41 static size_t strlcat(char *dst, const char *src, size_t size) in strlcat() argument
|
| /third_party/backends/lib/ |
| H A D | inet_pton.c | 17 inet_pton (int af, const char *src, void *dst) in inet_pton() argument
|
| H A D | inet_ntop.c | 18 inet_ntop (int af, const void *src, char *dst, size_t cnt) in inet_ntop() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | cwchar.cpp | 25 U_CAPI wchar_t *uprv_wcscat(wchar_t *dst, const wchar_t *src) { in uprv_wcscat() argument 37 U_CAPI wchar_t *uprv_wcscpy(wchar_t *dst, const wchar_t *src) { in uprv_wcscpy() argument 46 U_CAPI size_t uprv_wcslen(const wchar_t *src) { in uprv_wcslen() argument [all...] |
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| H A D | usb_string.c | 48 int utf8_to_utf16le(const char *src, uint8_t *target, uint32_t len) in utf8_to_utf16le() argument
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_nir.h | 84 ir3_bindless_resource(nir_src src) in ir3_bindless_resource() argument
|
| /third_party/musl/porting/liteos_a/kernel/src/string/ |
| H A D | memcpy.c | 5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() argument
|
| /third_party/musl/src/multibyte/ |
| H A D | mbsrtowcs.c | 8 size_t mbsrtowcs(wchar_t *restrict ws, const char **restrict src, size_t wn, mbstate_t *restrict st) in mbsrtowcs() argument
|
| H A D | mbrtowc.c | 6 size_t mbrtowc(wchar_t *restrict wc, const char *restrict src, size_t n, mbstate_t *restrict st) in mbrtowc() argument
|
| /third_party/musl/src/linux/ |
| H A D | tee.c | 5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() argument
|
| /third_party/musl/src/stdio/ |
| H A D | vswscanf.c | 6 const wchar_t *src = f->cookie; in wstring_read() local
|
| /third_party/musl/porting/liteos_m/kernel/src/string/ |
| H A D | memcpy.c | 7 __attribute__((no_sanitize_address)) void *__memcpy(void *restrict dest, const void *restrict src, size_t n) in __memcpy() argument
|
| /third_party/musl/porting/liteos_m/user/src/string/ |
| H A D | memcpy.c | 6 _LIBC_TEXT_SECTION void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() argument
|
| /third_party/musl/porting/uniproton/kernel/src/multibyte/ |
| H A D | mbrtowc.c | 6 size_t mbrtowc(wchar_t *restrict wc, const char *restrict src, size_t n, mbstate_t *restrict st) in mbrtowc() argument
|
| /third_party/musl/porting/liteos_m/kernel/src/multibyte/ |
| H A D | mbrtowc.c | 6 size_t mbrtowc(wchar_t *restrict wc, const char *restrict src, size_t n, mbstate_t *restrict st) in mbrtowc() argument
|
| /third_party/musl/porting/uniproton/kernel/src/string/ |
| H A D | memcpy.c | 6 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() argument
|
| /third_party/musl/src/string/ |
| H A D | memcpy.c | 5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() argument
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | cwchar.cpp | 25 U_CAPI wchar_t *uprv_wcscat(wchar_t *dst, const wchar_t *src) { in uprv_wcscat() argument 37 U_CAPI wchar_t *uprv_wcscpy(wchar_t *dst, const wchar_t *src) { in uprv_wcscpy() argument 46 U_CAPI size_t uprv_wcslen(const wchar_t *src) { in uprv_wcslen() argument [all...] |
| /third_party/node/deps/base64/base64/lib/arch/avx2/ |
| H A D | enc_loop.c | 5 __m256i src = _mm256_loadu_si256((__m256i *) *s); in enc_loop_avx2_inner_first() local 24 __m256i src = _mm256_loadu_si256((__m256i *) *s); in enc_loop_avx2_inner() local [all...] |
| /third_party/node/deps/base64/base64/lib/arch/avx512/ |
| H A D | enc_loop.c | 5 __m512i src = _mm512_loadu_si512((__m512i *) *s); in enc_loop_avx512_inner() local
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_str.c | 32 uint8_t *nghttp3_cpymem(uint8_t *dest, const uint8_t *src, size_t n) { in nghttp3_cpymem() argument
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend_logicop.c | 44 lp_build_logicop(LLVMBuilderRef builder, enum pipe_logicop logicop_func, LLVMValueRef src, LLVMValueRef dst) lp_build_logicop() argument [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/include/ |
| H A D | mem_pattern.h | 24 static int check_mem(void *src, size_t size) in check_mem() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
| H A D | fortify_strcat_chk_test.cpp | 25 char src[TEST_SIZE] = { 0 }; in HWTEST_F() local 41 char src[TEST_SIZE] = { 0 }; in HWTEST_F() local 56 char src[TEST_SIZE] = { 0 }; HWTEST_F() local [all...] |
| H A D | fortify_stpcpy_chk_test.cpp | 26 const char* src = "Hello"; in HWTEST_F() local
|