Home
last modified time | relevance | path

Searched refs:tempcopy (Results 1 – 11 of 11) sorted by relevance

/dports/devel/p5-Test-Snapshot/Test-Snapshot-0.06/t/
H A Dundef.t7 sub tempcopy {
18 my $filename = tempcopy(<<'EOF', $dir);
H A Dsnapshot.t7 sub tempcopy {
18 my $filename = tempcopy(<<'EOF', $dir);
H A Ddiff.t7 sub tempcopy {
24 my $filename = tempcopy(<<'EOF', $dir);
/dports/devel/py-game/pygame-2.1.0/test/
H A Dmixer_music_test.py382 tempcopy = os.path.join(tempfile.gettempdir(), "tempfile.wav")
387 shutil.copy2(testfile, tempcopy)
388 pygame.mixer.music.load(tempcopy)
391 os.remove(tempcopy)
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dinstall.c407 int tempcopy, temp_fd, to_fd; in install() local
457 tempcopy = safecopy && target; in install()
547 if (tempcopy) { in install()
565 rc = copy(from_fd, from_name, &to_fd, tempcopy ? tempfile : to_name); in install()
577 rc = strip(tempcopy ? tempfile : to_name); in install()
588 to_fd = open(tempcopy ? tempfile : to_name, O_RDONLY | O_BINARY, 0); in install()
645 if (tempcopy && !files_match) { in install()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dwidget.cpp47 BaseGDL* tempcopy = passedBytes->Transpose(perm); in GetBitmapFromPassedBytes() local
48 tempcopy->Reverse(2); //necessary in GetBitmapFromPassedBytes()
49 …wxImage tryImage = wxImage(tempcopy->Dim(1), tempcopy->Dim(2), static_cast<unsigned char*> (tempco… in GetBitmapFromPassedBytes()
51 GDLDelete(tempcopy); //deletion AFTER bitmap has been created! in GetBitmapFromPassedBytes()
59 BaseGDL* tempcopy = (theBytes->Transpose(perm)); in GetBitmapFromPassedBytes() local
60 tempcopy->Reverse(2); //necessary in GetBitmapFromPassedBytes()
67 …wxImage tryImage = wxImage(tempcopy->Dim(1), tempcopy->Dim(2), static_cast<unsigned char*> (tempco… in GetBitmapFromPassedBytes()
70 GDLDelete(tempcopy); //deletion AFTER bitmap has been created! in GetBitmapFromPassedBytes()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dsort.c3708 struct tempnode *tempcopy = NULL; in avoid_trashing_input() local
3733 if (! tempcopy) in avoid_trashing_input()
3736 tempcopy = create_temp (&tftp); in avoid_trashing_input()
3737 mergefiles (&files[i], 0, 1, tftp, tempcopy->name); in avoid_trashing_input()
3740 files[i].name = tempcopy->name; in avoid_trashing_input()
3741 files[i].temp = tempcopy; in avoid_trashing_input()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dsort.c3704 struct tempnode *tempcopy = NULL; in avoid_trashing_input() local
3732 if (! tempcopy) in avoid_trashing_input()
3735 tempcopy = create_temp (&tftp); in avoid_trashing_input()
3736 mergefiles (&files[i], 0, 1, tftp, tempcopy->name); in avoid_trashing_input()
3739 files[i].name = tempcopy->name; in avoid_trashing_input()
3740 files[i].temp = tempcopy; in avoid_trashing_input()
/dports/japanese/skkserv/skk-9.6/doc/jtexindex/C/
H A Dtexindex.c209 char *tempcopy ();
462 tempcopy (idesc) in tempcopy() function
H A Dtexindex.c.old197 char *tempcopy ();
438 tempcopy (idesc)
/dports/print/texinfo/texinfo-6.8/
H A DChangeLog.464661 * util/texindex.c (tempcopy): no longer used.