Home | History | Annotate | Download | only in darwin-lib

Lines Matching refs:stpncpy

579 #   undef stpncpy
580 # define stpncpy rpl_stpncpy
582 _GL_FUNCDECL_RPL (stpncpy, char *,
586 _GL_CXXALIAS_RPL (stpncpy, char *,
591 _GL_FUNCDECL_SYS (stpncpy, char *,
596 _GL_CXXALIAS_SYS (stpncpy, char *,
600 _GL_CXXALIASWARN (stpncpy);
602 # undef stpncpy
604 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - "
605 "use gnulib module stpncpy for portability");