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

/external/bison/lib/
H A Dstdio--.h34 # undef tmpfile macro
35 # define tmpfile tmpfile_safer macro
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc93 char tmpfile[128]; local
94 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp.");
95 fd_t fd = OpenFile(tmpfile, WrOnly);
104 EXPECT_TRUE(FileExists(tmpfile));
106 fd = OpenFile(tmpfile, RdOnly);
115 EXPECT_EQ(0u, internal_stat(tmpfile, &st1));
116 EXPECT_EQ(0u, internal_lstat(tmpfile, &st2));
145 ::DeleteFileA(&tmpfile[0]);
147 internal_unlink(tmpfile);
215 char tmpfile[128]; local
[all...]
/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/toybox/toys/pending/
H A Dsyslogd.c242 char *p, *tmpfile; local
248 tmpfile = xstrdup(tfd->filename + 1);
249 if ((p = strchr(tmpfile, ':'))) {
262 if (getaddrinfo(tmpfile, NULL, &rp, &info) || !info)
263 perror_exit("BAD ADDRESS: can't find : %s ", tmpfile);
269 free(tmpfile);

Completed in 262 milliseconds