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

/haiku/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/src/tests/system/kernel/
H A Dmmap_fixed_test.cpp15 char tmpfile[] = "/tmp/mmap_fixed_test_XXXXXX"; local
16 int fd = mkstemp(tmpfile);
23 unlink(tmpfile);
/haiku/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/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/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/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp248 BFile tmpfile("/tmp/out_styled_text.stxt", B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE);
249 CPPUNIT_ASSERT(tmpfile.InitCheck() == B_OK);
250 CPPUNIT_ASSERT(BTranslationUtils::PutStyledText(ptextview, &tmpfile) == B_OK);
253 CPPUNIT_ASSERT(tmpfile.GetSize(&tmpsize) == B_OK);
260 CPPUNIT_ASSERT(tmpfile.ReadAt(0, tmpbuf, tmpsize) == tmpsize);
274 CPPUNIT_ASSERT(BTranslationUtils::PutStyledText(NULL, &tmpfile) == B_BAD_VALUE);
/haiku/headers/cpp/
H A Diostdio.h101 #define tmpfile ??? __P((void))
/haiku/headers/private/kernel/boot/
H A Dstdio.h74 extern FILE *tmpfile(void);
/haiku/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/headers/posix/
H A Dstdio.h197 extern FILE *tmpfile(void);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2590 void tmpfile() {} function
H A Dlibroot_stubs_legacy.c2575 void tmpfile() {} function
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp3291 if ((ifp = tmpfile())) {

Completed in 160 milliseconds