Home | History | Annotate | Download | only in lib

Lines Matching full:strncat

378 #   undef strncat
379 # define strncat rpl_strncat
381 _GL_FUNCDECL_RPL (strncat, char *, (char *dest, const char *src, size_t n)
383 _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n));
385 _GL_CXXALIAS_SYS (strncat, char *, (char *dest, const char *src, size_t n));
387 _GL_CXXALIASWARN (strncat);
389 # undef strncat
391 _GL_WARN_ON_USE (strncat, "strncat is unportable - "
392 "use gnulib module strncat for portability");