/third_party/elfutils/libelf/ |
H A D | gelf_getchdr.c | 39 gelf_getchdr (Elf_Scn *scn, GElf_Chdr *dest) in gelf_getchdr() argument
|
H A D | gelf_xlatetof.c | 41 gelf_xlatetof (Elf *elf, Elf_Data *dest, const Elf_Data * src, in gelf_xlatetof() argument
|
H A D | gelf_xlatetom.c | 41 gelf_xlatetom (Elf *elf, Elf_Data *dest, const Elf_Data * src, in gelf_xlatetom() argument
|
/third_party/gn/src/gn/ |
H A D | substitution_writer.cc | 27 void SetDirOrDotWithNoSlash(const std::string& dir, std::string* dest) { in SetDirOrDotWithNoSlash() argument
|
/third_party/libsnd/src/ |
H A D | test_strncpy_crlf.c | 31 char *dest ; in test_psf_strlcpy_crlf() local
|
/third_party/musl/src/string/ |
H A D | strcat.c | 3 char *strcat(char *restrict dest, const char *restrict src) in strcat() argument
|
H A D | strcpy.c | 3 char *strcpy(char *restrict dest, const char *restrict src) in strcpy() argument
|
H A D | mempcpy.c | 4 void *mempcpy(void *dest, const void *src, size_t n) in mempcpy() argument
|
H A D | wcscat.c | 3 wchar_t *wcscat(wchar_t *restrict dest, const wchar_t *restrict src) in wcscat() argument
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | strcat.c | 3 char *strcat(char *restrict dest, const char *restrict src)
in strcat() argument
|
H A D | strcpy.c | 2 char *strcpy(char *restrict dest, const char *restrict src) in strcpy() argument
|
/third_party/musl/src/network/ |
H A D | inet_aton.c | 7 int __inet_aton(const char *s0, struct in_addr *dest) in __inet_aton() argument
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strcat.c | 3 __attribute__((no_sanitize_address)) char *__strcat(char *restrict dest, const char *restrict src) in __strcat() argument
|
H A D | strcpy.c | 3 __attribute__((no_sanitize_address)) char *__strcpy(char *restrict dest, const char *restrict src) in __strcpy() argument
|
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/string/ |
H A D | strcat.c | 4 __attribute__((no_sanitize_address)) char *__strcat(char *restrict dest, const char *restrict src)
in __strcat() argument
|
H A D | strcpy.c | 3 __attribute__((no_sanitize_address)) char *__strcpy(char *restrict dest, const char *restrict src) in __strcpy() argument
|
/third_party/musl/libc-test/src/regression/ |
H A D | scanf-bytes-consumed.c | 9 char dest[3]; in main() local
|
/third_party/skia/src/core/ |
H A D | SkSwizzle.cpp | 12 void SkSwapRB(uint32_t* dest, const uint32_t* src, int count) { in SkSwapRB() argument
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | wrap_memcpy.c | 43 void *__wrap_memcpy(void *dest, const void *src, size_t n) { in __wrap_memcpy() argument 47 void *__wrap_memcpy(void *dest, const void *src, size_t n) { in __wrap_memcpy() argument
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | misc_bfin.h | 39 void *speex_move (void *dest, void *src, int n) in speex_move() argument
|
/third_party/bounds_checking_function/src/ |
H A D | wmemmove_s.c | 54 errno_t wmemmove_s(wchar_t *dest, size_ argument [all...] |
H A D | wmemcpy_s.c | 55 wmemcpy_s(wchar_t *dest, size_t destMax, const wchar_t *src, size_t count) wmemcpy_s() argument [all...] |
/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
|