Home | History | Annotate | Download | only in lib

Lines Matching refs:tmpfile

1084 #   define tmpfile rpl_tmpfile
1086 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void));
1087 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void));
1089 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void));
1091 _GL_CXXALIASWARN (tmpfile);
1093 # undef tmpfile
1095 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
1096 "use gnulib module tmpfile for portability");