Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 180) sorted by relevance

12345678

/glibc-2.36/resolv/
Dres-putget.c89 __putlong (uint32_t src, unsigned char *dst) in __putlong()
109 _getshort (const unsigned char *src) in _getshort()
Dmapv4v6addr.h56 map_v4v6_address (const char *src, char *dst) in map_v4v6_address()
Dns_makecanon.c30 __libc_ns_makecanon (const char *src, char *dst, size_t dstsize) in __libc_ns_makecanon()
/glibc-2.36/malloc/
Dalloc_buffer_copy_string.c26 __libc_alloc_buffer_copy_string (struct alloc_buffer buf, const char *src) in __libc_alloc_buffer_copy_string()
Dalloc_buffer_copy_bytes.c27 const void *src, size_t len) in __libc_alloc_buffer_copy_bytes()
/glibc-2.36/include/
Dstring.h87 # define __mempcpy(dest, src, n) __builtin_mempcpy (dest, src, n) argument
91 # define __stpcpy(dest, src) __builtin_stpcpy (dest, src) argument
/glibc-2.36/mach/
Dmig_memcpy.c23 __mig_memcpy (void *dst, const void *src, vm_size_t len) in __mig_memcpy()
Dmig_strncpy.c7 __mig_strncpy (char *dst, const char *src, vm_size_t len) in __mig_strncpy()
/glibc-2.36/sysdeps/mach/include/mach/
Dmig_support.h15 # define memcpy(dest, src, n) __mig_memcpy(dest, src, n) argument
/glibc-2.36/sysdeps/m68k/
Dwcpcpy_chk.c26 __wcpcpy_chk (wchar_t *dest, const wchar_t *src, size_t destlen) in __wcpcpy_chk()
/glibc-2.36/string/
Dstrcpy.c29 STRCPY (char *dest, const char *src) in STRCPY()
Dbcopy.c21 bcopy (const void *src, void *dest, size_t len) in bcopy()
Dstrcat.c28 STRCAT (char *dest, const char *src) in STRCAT()
/glibc-2.36/sysdeps/arm/
Daeabi_memcpy.c24 __aeabi_memcpy (void *dest, const void *src, size_t n) in __aeabi_memcpy()
Daeabi_memmove.c24 __aeabi_memmove (void *dest, const void *src, size_t n) in __aeabi_memmove()
/glibc-2.36/wcsmbs/
Dwcscat.c26 __wcscat (wchar_t *dest, const wchar_t *src) in __wcscat()
Dwcscpy.c28 __wcscpy (wchar_t *dest, const wchar_t *src) in __wcscpy()
/glibc-2.36/sysdeps/i386/
Dstring-inlines.c68 __old_strcpy_g (char *dest, const char *src) in __old_strcpy_g()
75 __old_mempcpy_byn (void *dest, const void *src, size_t len) in __old_mempcpy_byn()
86 __old_stpcpy_g (char *dest, const char *src) in __old_stpcpy_g()
93 __old_strncpy_byn (char *dest, const char *src, size_t srclen, size_t n) in __old_strncpy_byn()
104 __old_strncpy_gg (char *dest, const char *src, size_t n) in __old_strncpy_gg()
112 __old_strcat_g (char *dest, const char *src) in __old_strcat_g()
121 __old_strncat_g (char *dest, const char *src, size_t n) in __old_strncat_g()
/glibc-2.36/elf/
Dtst-glibc-hwcaps-prepend-cache.c53 char *src = xasprintf ("%s/elf/libmarkermod1-1.so", support_objdir_root); in do_test() local
68 char *src = xasprintf ("%s/elf/libmarkermod1-2.so", support_objdir_root); in do_test() local
92 char *src = xasprintf ("%s/elf/libmarkermod1-3.so", support_objdir_root); in do_test() local
/glibc-2.36/debug/
Dstpcpy_chk.c27 __stpcpy_chk (char *dest, const char *src, size_t destlen) in __stpcpy_chk()
Dstpncpy_chk.c26 __stpncpy_chk (char *dest, const char *src, size_t n, size_t destlen) in __stpncpy_chk()
Dstrcpy_chk.c26 __strcpy_chk (char *dest, const char *src, size_t destlen) in __strcpy_chk()
Dwcpncpy_chk.c23 __wcpncpy_chk (wchar_t *dest, const wchar_t *src, size_t n, size_t destlen) in __wcpncpy_chk()
Dwcsncpy_chk.c23 __wcsncpy_chk (wchar_t *dest, const wchar_t *src, size_t n, size_t destlen) in __wcsncpy_chk()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtee.c23 tee (int src, int dest, size_t len, unsigned int flags) in tee()

12345678