Searched defs:tmpfile (Results 1 - 5 of 5) sorted by relevance

/external/bison/lib/
H A Dstdio--.h34 # undef tmpfile macro
35 # define tmpfile tmpfile_safer macro
/external/libpng/contrib/gregbook/
H A Dwpng.c160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ local
209 tmpfile = fopen("/etc/config/system.glGammaVal", "r");
210 if (tmpfile) {
213 fgets(tmpline, 80, tmpfile);
214 fclose(tmpfile);
/external/bison/darwin-lib/
H A Dstdio.h1396 # define tmpfile rpl_tmpfile
1398 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void));
1399 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void));
1401 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void));
1403 _GL_CXXALIASWARN (tmpfile);
1405 # undef tmpfile macro
1407 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
1408 "use gnulib module tmpfile for portability");
/external/bison/linux-lib/
H A Dstdio.h1396 # define tmpfile rpl_tmpfile
1398 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void));
1399 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void));
1401 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void));
1403 _GL_CXXALIASWARN (tmpfile);
1405 # undef tmpfile macro
1407 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
1408 "use gnulib module tmpfile for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h636 /// FILE *tmpfile(void);
637 tmpfile, enumerator in enum:llvm::LibFunc::Func

Completed in 199 milliseconds