Searched defs:__stpncpy (Results 1 – 5 of 5) sorted by relevance
| /third_party/musl/porting/linux/user/src/string/ |
| D | stpncpy.c | 3 char *__stpncpy(char *dst, const char *src, size_t n) in __stpncpy() function
|
| /third_party/musl/src/string/ |
| D | stpncpy.c | 3 char *__stpncpy(char *dst, const char *src, size_t n) in __stpncpy() function
|
| /third_party/musl/porting/liteos_a/kernel/src/string/ |
| D | stpncpy.c | 10 char *__stpncpy(char *restrict d, const char *restrict s, size_t n) in __stpncpy() function
|
| /third_party/musl/porting/liteos_m/kernel/src/string/ |
| D | stpncpy.c | 10 char *__stpncpy(char *restrict d, const char *restrict s, size_t n) in __stpncpy() function
|
| /third_party/musl/porting/uniproton/kernel/src/string/ |
| D | stpncpy.c | 10 char *__stpncpy(char *restrict d, const char *restrict s, size_t n) in __stpncpy() function
|