Home
last modified time | relevance | path

Searched defs:dest (Results 1 - 25 of 1414) sorted by relevance

12345678910>>...57

/third_party/elfutils/libelf/
H A Dgelf_getchdr.c39 gelf_getchdr (Elf_Scn *scn, GElf_Chdr *dest) in gelf_getchdr() argument
H A Dgelf_xlatetof.c41 gelf_xlatetof (Elf *elf, Elf_Data *dest, const Elf_Data * src, in gelf_xlatetof() argument
H A Dgelf_xlatetom.c41 gelf_xlatetom (Elf *elf, Elf_Data *dest, const Elf_Data * src, in gelf_xlatetom() argument
/third_party/gn/src/gn/
H A Dsubstitution_writer.cc27 void SetDirOrDotWithNoSlash(const std::string& dir, std::string* dest) { in SetDirOrDotWithNoSlash() argument
/third_party/libsnd/src/
H A Dtest_strncpy_crlf.c31 char *dest ; in test_psf_strlcpy_crlf() local
/third_party/musl/src/string/
H A Dstrcat.c3 char *strcat(char *restrict dest, const char *restrict src) in strcat() argument
H A Dstrcpy.c3 char *strcpy(char *restrict dest, const char *restrict src) in strcpy() argument
H A Dmempcpy.c4 void *mempcpy(void *dest, const void *src, size_t n) in mempcpy() argument
H A Dwcscat.c3 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 Dstrcat.c3 char *strcat(char *restrict dest, const char *restrict src) in strcat() argument
H A Dstrcpy.c2 char *strcpy(char *restrict dest, const char *restrict src) in strcpy() argument
/third_party/musl/src/network/
H A Dinet_aton.c7 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 Dstrcat.c3 __attribute__((no_sanitize_address)) char *__strcat(char *restrict dest, const char *restrict src) in __strcat() argument
H A Dstrcpy.c3 __attribute__((no_sanitize_address)) char *__strcpy(char *restrict dest, const char *restrict src) in __strcpy() argument
H A Dmemmove.c10 __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 Dstrcat.c4 __attribute__((no_sanitize_address)) char *__strcat(char *restrict dest, const char *restrict src) in __strcat() argument
H A Dstrcpy.c3 __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 Dscanf-bytes-consumed.c9 char dest[3]; in main() local
/third_party/skia/src/core/
H A DSkSwizzle.cpp12 void SkSwapRB(uint32_t* dest, const uint32_t* src, int count) { in SkSwapRB() argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dwrap_memcpy.c43 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 Dmisc_bfin.h39 void *speex_move (void *dest, void *src, int n) in speex_move() argument
/third_party/bounds_checking_function/src/
H A Dwmemmove_s.c54 errno_t wmemmove_s(wchar_t *dest, size_ argument
[all...]
H A Dwmemcpy_s.c55 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 Dwcsxfrm.c6 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 Dstrxfrm.c6 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

Completed in 5 milliseconds

12345678910>>...57