/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | memmove.c | 10 __attribute__((no_sanitize_address)) void *__memmove(void *dest, const void *src, size_t n) in __memmove() argument
|
/third_party/musl/src/locale/ |
H A D | wcsxfrm.c | 6 size_t __wcsxfrm_l(wchar_t *restrict dest, const wchar_t *restrict src, size_t n, locale_t loc) in __wcsxfrm_l() argument 18 size_t wcsxfrm(wchar_t *restrict dest, const wchar_t *restrict src, size_t n) in wcsxfrm() argument
|
H A D | strxfrm.c | 6 size_t __strxfrm_l(char *restrict dest, const char *restrict src, size_t n, locale_t loc) in __strxfrm_l() argument 13 size_t strxfrm(char *restrict dest, const char *restrict src, size_t n) in strxfrm() argument
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | __string_read.c | 6 char *src = f->cookie; in __string_read() local
|
H A D | fwrite.c | 28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() argument
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
H A D | memmove.c | 10 __attribute__((no_sanitize_address)) void *__memmove(void *dest, const void *src, size_t n)
in __memmove() argument
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | __string_read.c | 6 char *src = f->cookie; in __string_read() local
|
H A D | fwrite.c | 28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() argument
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | memmove.c | 9 void *memmove(void *dest, const void *src, size_t n)
in memmove() argument
|
/third_party/musl/src/string/ |
H A D | memmove.c | 9 void *memmove(void *dest, const void *src, size_t n) in memmove() argument
|
H A D | swab.c | 5 const char *src = _src; in swab() local
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | fwrite.c | 28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() argument
|
/third_party/musl/src/stdio/ |
H A D | fwrite.c | 31 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() argument
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | builtin-prototype.c | 2 void memcpy(void *dst, const void *src, unsigned int size) in memcpy() argument 8 unsigned int strlen(const char *src) in strlen() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_memcpy_chk_test.cpp | 23 const char* src = "Hello, World!"; in HWTEST_F() local 38 const char* src = "Hello, World!"; in HWTEST_F() local
|
H A D | fortify_mempcpy_chk_test.cpp | 22 const char* src = "Hello, World!"; in HWTEST_F() local 36 const char* src = "Hello, World!"; in HWTEST_F() local
|
H A D | fortify_memrchr_chk_test.cpp | 20 const char* src = "memrchr test."; in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | strcat.c | 30 char src[LENGTH] = "Source"; in strcat_0100() local
|
/third_party/skia/src/core/ |
H A D | SkMipmapBuilder.h | 27 sk_sp<SkImage> attachTo(sk_sp<SkImage> src) { in attachTo() argument
|
/third_party/optimized-routines/string/arm/ |
H A D | strcpy.c | 24 __strcpy_arm (char* dst, const char* src) in __strcpy_arm() argument
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | ast_type.cc | 34 Type(ProgramID pid, const Source& src) Type() argument [all...] |
H A D | block_statement_test.cc | 39 auto src = b->source; in TEST_F() local
|
H A D | break_statement_test.cc | 27 auto src = stmt->source; in TEST_F() local
|
H A D | continue_statement_test.cc | 27 auto src = stmt->source; in TEST_F() local
|
H A D | expression.cc | 25 Expression::Expression(ProgramID pid, const Source& src) : Base(pid, src) {} in Expression() argument
|