HomeSort by: relevance | last modified time | path
    Searched refs:STRLCPY (Results 1 - 4 of 4) sorted by relevancy

  /src/common/lib/libc/arch/arm/string/
strlcpy.S 1 /* $NetBSD: strlcpy.S,v 1.5 2013/08/20 21:35:24 matt Exp $ */
3 #define STRLCPY
strcpy_arm.S 34 #ifdef STRLCPY
36 WEAK_ALIAS(strlcpy, _strlcpy)
39 # define FUNCNAME strlcpy
87 * size_t strlcpy(char *dst, const char *src, size_t len);
92 #if defined(STRLCPY)
117 #if defined(STRLCPY)
134 #if defined(STRLCPY)
147 #if defined(STRLCPY)
152 #if defined(STRLCPY) || defined(STRNCPY)
157 #if defined(STRLCPY)
    [all...]
strcpy_naive.S 34 #ifdef STRLCPY
35 WEAK_ALIAS(strlcpy, _strlcpy)
36 #define strlcpy _strlcpy macro
45 #if defined(STRLCPY)
46 /* LINTSTUB: size_t strlcpy(char *, const char *, size_t) */
47 ENTRY(strlcpy) function
66 END(strlcpy)
strcpy_thumb.S 34 #ifdef STRLCPY
35 WEAK_ALIAS(strlcpy, _strlcpy)
36 #define strlcpy _strlcpy macro
53 #if defined(STRLCPY)
54 /* LINTSTUB: size_t strlcpy(char *, const char *, size_t) */
55 ENTRY(strlcpy) function
77 END(strlcpy)

Completed in 12 milliseconds