Home
last modified time | relevance | path

Searched defs:strcpy (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libc/string/
H A Dstrcpy.c37 strcpy(char * __restrict to, const char * __restrict from) in strcpy() function
/dragonfly/sys/libkern/
H A Dstrcpy.c36 strcpy(char * __restrict to, const char * __restrict from) in strcpy() function
/dragonfly/sys/cpu/x86_64/misc/
H A Dx86_64-gdbstub.c125 #define strcpy gdb_strcpy macro
138 strcpy (char *dst, const char *src) in strcpy() function
/dragonfly/contrib/gcc-4.7/libssp/ssp/
H A Dstring.h110 #define strcpy(dest, src) \ macro
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutclib.c496 strcpy ( in strcpy() function
/dragonfly/sys/dev/raid/hptrr/
H A Dosm.h168 #define strcpy(dst, src) __builtin_strcpy((dst), (src)) macro
/dragonfly/sys/dev/raid/hpt27xx/
H A Dosm.h202 #define strcpy(dst, src) __builtin_strcpy((dst), (src)) macro
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dos.h665 #define strcpy OS_DO_NOT_USE_strcpy macro
/dragonfly/contrib/gdb-7/gdb/stubs/
H A Dm32r-stub.c1736 strcpy (unsigned char *dest, const unsigned char *src) in strcpy() function