Lines Matching full:strncat
690 # undef strncat
691 # define strncat rpl_strncat
693 _GL_FUNCDECL_RPL (strncat, char *, (char *dest, const char *src, size_t n)
695 _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n));
697 _GL_CXXALIAS_SYS (strncat, char *, (char *dest, const char *src, size_t n));
699 _GL_CXXALIASWARN (strncat);
701 # undef strncat
703 _GL_WARN_ON_USE (strncat, "strncat is unportable - "
704 "use gnulib module strncat for portability");