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

Lines Matching refs:vscanf

1583 #   undef vscanf
1584 # define vscanf rpl_vscanf
1586 _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args)
1589 _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args));
1591 _GL_CXXALIAS_SYS (vscanf, int, (const char *format, va_list args));
1593 _GL_CXXALIASWARN (vscanf);