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

Lines Matching defs:puts

1220 #   undef puts
1221 # define puts rpl_puts
1223 _GL_FUNCDECL_RPL (puts, int, (const char *string) _GL_ARG_NONNULL ((1)));
1224 _GL_CXXALIAS_RPL (puts, int, (const char *string));
1226 _GL_CXXALIAS_SYS (puts, int, (const char *string));
1228 _GL_CXXALIASWARN (puts);