Home
last modified time | relevance | path

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

12

/libc/string/sparc/sparc32/
A Dmemcpy.S26 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
40 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
50 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
58 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
64 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
71 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
85 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
95 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
103 #define RMOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
109 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
[all …]
/libc/string/generic/
A Dstrcpy.c21 char *strcpy(char *dest, const char *src) in strcpy()
A Dstrcat.c22 char *strcat (char *dest, const char *src) in strcat()
A Dmemmove.c219 void *memmove (void *dest, const void *src, size_t len) in memmove()
/libc/sysdeps/linux/arm/
A Daeabi_memcpy.c25 void __aeabi_memcpy (void *dest, const void *src, size_t n) in __aeabi_memcpy()
A Daeabi_memmove.c25 void __aeabi_memmove (void *dest, const void *src, size_t n) in __aeabi_memmove()
/libc/inet/
A Dntop.c50 inet_ntop4(const u_char *src, char *dst, size_t size) in inet_ntop4()
98 inet_ntop6(const u_char *src, char *dst, size_t size) in inet_ntop6()
198 inet_pton4(const char *src, u_char *dst) in inet_pton4()
250 inet_pton6(const char *src, u_char *dst) in inet_pton6()
349 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
/libc/string/
A Dstrlcat.c18 register const char *__restrict src, in strlcat()
A Dstrlcpy.c23 register const Wchar *__restrict src, in Wstrlcpy()
/libc/stdio/
A D_load_inttype.c11 uintmax_t _load_inttype(int desttype, register const void *src, int uflag) in _load_inttype()
/libc/string/cris/
A Dmemmove.c29 void *memmove (void *dest, const void *src, size_t len) in memmove()
A Dstrcpy.c9 char *strcpy(char *dest, const char *src) in strcpy()
A Dstrncpy.c10 char *strncpy(char *dest, const char *src, size_t count) in strncpy()
/libc/string/i386/
A Dstrcpy.c36 char *strcpy(char * dest, const char * src) in strcpy()
A Dstrcat.c35 char *strcat(char * dest, const char * src) in strcat()
A Dstrncpy.c37 char *strncpy(char * dest, const char * src, size_t count) in strncpy()
A Dmemmove.c37 void *memmove(void *dest, const void *src, size_t n) in memmove()
A Dstrncat.c37 char *strncat(char * dest, const char * src, size_t count) in strncat()
A Dstring.h241 char *inlined_stpcpy(char *dest, const char *src) in inlined_stpcpy()
257 char *inlined_strcpy(char *dest, const char *src) in inlined_strcpy()
/libc/string/sh/sh4/
A Dmemmove.c20 static void fpu_optimised_copy_fwd(void *dest, const void *src, size_t len) in fpu_optimised_copy_fwd()
90 void *memmove(void *dest, const void *src, size_t len) in memmove()
/libc/string/avr32/
A Dmemcpy.S11 #define src r11 macro
A Dmemmove.S10 #define src r11 macro
/libc/string/aarch64/
A Dmemcpy.S26 #define src x1 macro
/libc/string/ia64/
A Dmemcmp.S46 #define src r20 macro
A Dstrcpy.S40 #define src r20 macro

Completed in 38 milliseconds

12