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

Lines Matching refs:_GL_CXXALIAS_RPL_1

223   _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters)
225 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
232 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
237 is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters);
264 like above in _GL_CXXALIAS_RPL_1, the compiler could optimize calls
922 _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream));
1162 _GL_CXXALIAS_RPL_1 (printf, __printf__, int, (const char *format, ...));
1196 _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream));
1316 _GL_CXXALIAS_RPL_1 (scanf, __scanf__, int, (const char *format, ...));