/third_party/elfutils/libelf/ |
H A D | gelf_getchdr.c | 39 gelf_getchdr (Elf_Scn *scn, GElf_Chdr *dest) in gelf_getchdr() 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
|
/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
|
/kernel/linux/linux-5.10/arch/hexagon/mm/ |
H A D | uaccess.c | 22 __kernel_size_t __clear_user_hexagon(void __user *dest, unsigned long count) in __clear_user_hexagon() argument 39 unsigned long clear_user_hexagon(void __user *dest, unsigned long count) in clear_user_hexagon() argument
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | vmx-helper.c | 61 void *exit_vmx_ops(void *dest) in exit_vmx_ops() argument
|
/kernel/linux/linux-5.10/arch/openrisc/lib/ |
H A D | memcpy.c | 26 void *memcpy(void *dest, __const void *src, __kernel_size_t n) in memcpy() argument 102 void *memcpy(void *dest, __const void *src, __kernel_size_t n) in memcpy() argument
|
/kernel/linux/linux-6.6/arch/hexagon/mm/ |
H A D | uaccess.c | 22 __kernel_size_t __clear_user_hexagon(void __user *dest, unsigned long count) in __clear_user_hexagon() argument 39 unsigned long clear_user_hexagon(void __user *dest, unsigned long count) in clear_user_hexagon() argument
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | vmx-helper.c | 70 void *exit_vmx_ops(void *dest) in exit_vmx_ops() argument
|
/kernel/linux/linux-6.6/arch/openrisc/lib/ |
H A D | memcpy.c | 26 void *memcpy(void *dest, __const void *src, __kernel_size_t n) in memcpy() argument 102 void *memcpy(void *dest, __const void *src, __kernel_size_t n) in memcpy() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_stack.h | 16 static inline void fsstack_copy_attr_atime(struct inode *dest, in fsstack_copy_attr_atime() argument 22 static inline void fsstack_copy_attr_times(struct inode *dest, in fsstack_copy_attr_times() argument
|