Home
last modified time | relevance | path

Searched refs:SIMPLE_STRNCPY (Results 1 – 1 of 1) sorted by relevance

/string/
A Dtest-strncpy.c49 # define SIMPLE_STRNCPY simple_strncpy macro
53 # define SIMPLE_STRNCPY simple_wcsncpy macro
58 CHAR *SIMPLE_STRNCPY (CHAR *, const CHAR *, size_t);
62 IMPL (SIMPLE_STRNCPY, 0)
66 SIMPLE_STRNCPY (CHAR *dst, const CHAR *src, size_t n) in SIMPLE_STRNCPY() function

Completed in 4 milliseconds