| 43 |
\returns The strlcpy() function returns strlen(src). If retval >= siz, |
\returns The strlcpy() function returns strlen(src). If retval >= siz, |
| 44 |
truncation occurred. */ |
truncation occurred. */ |
| 45 |
|
|
| 46 |
#if !defined(DOXYGEN) |
#if !defined(__DOXYGEN__) |
| 47 |
|
|
| 48 |
#include "gasava.inc" |
#include "gasava.inc" |
| 49 |
#include "macros.inc" |
#include "macros.inc" |
| 102 |
.strlcpy_end: |
.strlcpy_end: |
| 103 |
.size _U(strlcpy), .strlcpy_end - _U(strlcpy) |
.size _U(strlcpy), .strlcpy_end - _U(strlcpy) |
| 104 |
|
|
| 105 |
#endif /* not DOXYGEN */ |
#endif /* not __DOXYGEN__ */ |