Searched refs:tmpfile (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstdio--.h26 #undef tmpfile macro
27 #define tmpfile tmpfile_safer macro
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dtmpfile.c26 # ifndef tmpfile
27 # define tmpfile __new_tmpfile macro
40 tmpfile (void) function
63 # undef tmpfile macro
65 versioned_symbol (libc, __new_tmpfile, tmpfile, GLIBC_2_1);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstdio--.h34 # undef tmpfile macro
35 # define tmpfile tmpfile_safer macro
/haiku-fatelf/src/bin/
H A Dunchop.c60 char *tmpfile = origfile; local
65 tmpfile = temp_file();
69 do_unchop(tmpfile, origfile);
73 replace(origfile, tmpfile);
75 remove(tmpfile);
/haiku-fatelf/src/kits/mail/
H A Dnumailkit.cpp69 BFile tmpfile; local
105 // BFile tmpfile(&account_dir, "tmpfile", B_WRITE_ONLY|B_CREATE_FILE);
107 // tmpfile.Relink(&account_dir,"realfile");
153 ret = tmpfile.SetTo(&settings_entry, B_WRITE_ONLY | B_CREATE_FILE);
170 ret = tmpfile.Lock(); //-ATT-changed account_file to tmpfile. Is that allowed?
187 tmpfile.SetSize(0);
190 ret = archive.Flatten(&tmpfile);
199 ret = tmpfile
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dsh.common150 tmpfile="$tmpdir/.shtool.$$"
151 rm -f $tmpfile >/dev/null 2>&1
152 touch $tmpfile
/haiku-fatelf/src/tests/add-ons/translators/tgatranslator/
H A DTGATranslatorTest.cpp304 BFile tmpfile("/tmp/tgatmp", B_READ_WRITE | B_CREATE_FILE |
308 CPPUNIT_ASSERT(tmpfile.InitCheck() == B_OK);
312 CPPUNIT_ASSERT(tmpfile.Seek(0, SEEK_SET) == 0);
313 CPPUNIT_ASSERT(tmpfile.SetSize(0) == B_OK);
314 CPPUNIT_ASSERT(proster->Translate(pinput, NULL, pmsg, &tmpfile,
316 CPPUNIT_ASSERT(CompareStreams(tmpfile, bitsfile) == true);
320 CPPUNIT_ASSERT(tmpfile.Seek(0, SEEK_SET) == 0);
321 CPPUNIT_ASSERT(tmpfile.SetSize(0) == B_OK);
322 CPPUNIT_ASSERT(proster->Translate(pinput, NULL, pmsg, &tmpfile,
324 CPPUNIT_ASSERT(CompareStreams(tmpfile, bitsfil
[all...]
/haiku-fatelf/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp246 BFile tmpfile("/tmp/out_styled_text.stxt", B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE);
247 CPPUNIT_ASSERT(tmpfile.InitCheck() == B_OK);
248 CPPUNIT_ASSERT(BTranslationUtils::PutStyledText(ptextview, &tmpfile) == B_OK);
251 CPPUNIT_ASSERT(tmpfile.GetSize(&tmpsize) == B_OK);
258 CPPUNIT_ASSERT(tmpfile.ReadAt(0, tmpbuf, tmpsize) == tmpsize);
272 CPPUNIT_ASSERT(BTranslationUtils::PutStyledText(NULL, &tmpfile) == B_BAD_VALUE);
/haiku-fatelf/headers/cpp/
H A Diostdio.h101 #define tmpfile ??? __P((void))
/haiku-fatelf/src/bin/bash/lib/sh/
H A DMakefile72 pathcanon.c pathphys.c tmpfile.c stringlist.c stringvec.c spell.c \
86 pathphys.o tmpfile.o stringlist.o stringvec.o spell.o shquote.o \
158 tmpfile.o: tmpfile.c
214 tmpfile.o: ${BUILD_DIR}/config.h
395 tmpfile.o: ${topdir}/bashtypes.h
396 tmpfile.o: ${BASHINCDIR}/posixstat.h
397 tmpfile.o: ${BASHINCDIR}/filecntl.h
H A DMakefile.in88 pathcanon.c pathphys.c tmpfile.c stringlist.c stringvec.c spell.c \
104 pathphys.o tmpfile.o stringlist.o stringvec.o spell.o shquote.o \
188 tmpfile.o: tmpfile.c
256 tmpfile.o: ${BUILD_DIR}/config.h
459 tmpfile.o: ${topdir}/bashtypes.h
460 tmpfile.o: ${BASHINCDIR}/posixstat.h
461 tmpfile.o: ${BASHINCDIR}/filecntl.h
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dstdio.h173 extern FILE *tmpfile (void) __THROW;
176 extern FILE *__REDIRECT (tmpfile, (void) __THROW, tmpfile64);
178 # define tmpfile tmpfile64
/haiku-fatelf/headers/posix/
H A Dstdio.h173 extern FILE *tmpfile(void);
/haiku-fatelf/src/bin/bash/
H A DAUTHORS453 lib/sh/tmpfile.c Chet Ramey
H A DMANIFEST429 lib/sh/tmpfile.c f
H A DMakefile172 ${SH_LIBSRC}/stringvec.c ${SH_LIBSRC}/tmpfile.c \
/haiku-fatelf/src/add-ons/translators/raw/
H A DRAW.cpp3290 if ((ifp = tmpfile())) {

Completed in 217 milliseconds