Home
last modified time | relevance | path

Searched refs:pathtmp (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/devel/p5-IPC-DirQueue/IPC-DirQueue-1.0/lib/IPC/
H A DDirQueue.pm317 my $pathtmp = $self->q_subdir('tmp');
318 $self->ensure_dir_exists ($pathtmp);
523 my $pathtmp = $self->q_subdir('tmp');
524 $self->ensure_dir_exists ($pathtmp);
527 my $pathtmpactive = $pathtmp.SLASH.
910 if (link ($pathtmp, $path)) {
937 if (!unlink ($pathtmp)) {
938 warn "IPC::DirQueue: cannot unlink $pathtmp";
966 if (!link ($pathtmp, $path)) {
994 dbg ("lidnr: unlink tmp file: $pathtmp");
[all …]
/dports/devel/bglibs/bglibs-2.04/
H A Dbg-installer.c226 static str pathtmp; in c() local
236 if ((out = path_mktemp(path.s, &pathtmp)) == -1) in c()
240 diefsys(1, "{Could not write '}s{'}", pathtmp.s); in c()
241 setperms(pathtmp.s, uid, gid, mode); in c()
242 if (rename(pathtmp.s, path.s) != 0) in c()
243 diefsys(1, "{Could not rename '}s{' to '}s{'}", pathtmp.s, path.s); in c()
391 static str pathtmp; in do_single() local
392 makepath(&pathtmp, dir, (dest == 0 || *dest == 0) ? src : dest); in do_single()
393 pathsubst(&path, &pathtmp, (src == 0) ? "" : src); in do_single()
/dports/deskutils/plan/plan-1.10.1/src/
H A Dutil.c177 char *pathtmp; /* name of lockfile */ in startup_lock() local
183 pathtmp = resolve_tilde(pland ? PLANDLOCK : PLANLOCK); in startup_lock()
184 sprintf(buf, pathtmp, (int)getuid()); in startup_lock()
236 progname, pid, pathtmp); in startup_lock()
237 unlink(pathtmp); in startup_lock()
305 char *pathtmp) /* PLANDLOCK or PLANLOCK */ in refresh_lock() argument
310 sprintf(lockpath, pathtmp, (int)getuid()); in refresh_lock()
/dports/japanese/plan/plan-1.10.1/src/
H A Dutil.c177 char *pathtmp; /* name of lockfile */ in startup_lock() local
183 pathtmp = resolve_tilde(pland ? PLANDLOCK : PLANLOCK); in startup_lock()
184 sprintf(buf, pathtmp, (int)getuid()); in startup_lock()
236 progname, pid, pathtmp); in startup_lock()
237 unlink(pathtmp); in startup_lock()
305 char *pathtmp) /* PLANDLOCK or PLANLOCK */ in refresh_lock() argument
310 sprintf(lockpath, pathtmp, (int)getuid()); in refresh_lock()
/dports/audio/dssi/dssi-1.1.1/examples/
H A Ddssi_list_plugins.c191 char *path, *pathtmp, *element; in main() local
208 pathtmp = path; in main()
209 while ((element = strtok(pathtmp, ":")) != 0) { in main()
210 pathtmp = NULL; in main()
/dports/benchmarks/filebench/filebench-1.5-alpha3-27-g22620e6/
H A Dfileset.c118 char pathtmp[MAXPATHLEN]; in fileset_resolvepath() local
123 (void) strcpy(pathtmp, "/"); in fileset_resolvepath()
240 char *pathtmp; in fileset_alloc_leafdir() local
246 pathtmp = fileset_resolvepath(entry); in fileset_alloc_leafdir()
248 free(pathtmp); in fileset_alloc_leafdir()
281 char *pathtmp; in fileset_alloc_file() local
291 pathtmp = fileset_resolvepath(entry); in fileset_alloc_file()
293 free(pathtmp); in fileset_alloc_file()
432 char *pathtmp; in fileset_openfile() local
439 pathtmp = fileset_resolvepath(entry); in fileset_openfile()
[all …]
/dports/japanese/today/ja-today-2.12_2/
H A Dgetfile.c221 static char pathtmp[_T_MAXPATHBUF]; in search_pathlist() local
225 strncpy(pathtmp, pathlist, sizeof(pathtmp) - 1); in search_pathlist()
226 (void)replace_accesspath(pathtmp, sizeof(pathtmp)); in search_pathlist()
227 basedir = strtok_r(pathtmp, _T_PATHSEPARATOR, &lasts); in search_pathlist()
/dports/science/multiwfn/gMultiwfn-3.4.1-0-14-ge873677/src/
H A Dtopology.f901456 pathtmp(:,1,1)=CPpos(:,ithisCP) !Set first point as input coordinate
1457 pathtmp(:,1,2)=CPpos(:,ithisCP)
1471 …if (idir==1) pathtmp(:,2,idir)=pathtmp(:,1,idir)+pathstepsize*eigvecmat(:,iposi)/posvecnorm !Move …
1472 …if (idir==2) pathtmp(:,2,idir)=pathtmp(:,1,idir)-pathstepsize*eigvecmat(:,iposi)/posvecnorm !Move …
1509 xtmp=pathtmp(1,ipt,idir)
1510 ytmp=pathtmp(2,ipt,idir)
1511 ztmp=pathtmp(3,ipt,idir)
1516 if (itype==1) pathtmp(:,ipt+1,idir)=pathtmp(:,ipt,idir)+pathstepsize*k2
1517 if (itype==2) pathtmp(:,ipt+1,idir)=pathtmp(:,ipt,idir)-pathstepsize*k2
1537 topopath(:,:,noldpath+itmp)=pathtmp(:,:,i)
[all …]
/dports/databases/qdbm-plus/qdbm-1.8.78/ruby/
H A Dconfigure.in9 pathtmp="$PATH"
11 PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp"
/dports/databases/qdbm/qdbm-1.8.78/ruby/
H A Dconfigure.in9 pathtmp="$PATH"
11 PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp"
/dports/news/inn-current/inn-2.7-20211226/scripts/
H A Dinnshellvars.pl.in124 $tmpdir = ${pathtmp};
125 $ENV{'TMPDIR'} = ${pathtmp};
127 $spooltemp = ${pathtmp};
/dports/databases/qdbm-plus/qdbm-1.8.78/perl/
H A Dconfigure.in9 pathtmp="$PATH"
11 PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp"
/dports/databases/qdbm/qdbm-1.8.78/perl/
H A Dconfigure.in9 pathtmp="$PATH"
11 PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp"
/dports/graphics/pixie/Pixie/src/ri/
H A Doptions.cpp276 char pathtmp[OS_MAX_PATH_LENGTH]; in COptions() local
301 sprintf(pathtmp, "%s/" PACKAGE, path); in COptions()
302 mkdir(pathtmp, 0755); in COptions()
303 setenv("PIXIEUSERDIR", (const char*)pathtmp, 1); in COptions()
310 snprintf(pathtmp, OS_MAX_PATH_LENGTH, "%s/" PACKAGE, path); in COptions()
311 mkdir(pathtmp, 0755); in COptions()
312 setenv("PIXIELOCALDIR", (const char*)pathtmp, 1); in COptions()
/dports/news/inn/inn-2.6.4/scripts/
H A Dinnshellvars.pl.in125 $tmpdir = ${pathtmp};
126 $ENV{'TMPDIR'} = ${pathtmp};
128 $spooltemp = ${pathtmp};
/dports/sysutils/shlock/inn-2.6.4/scripts/
H A Dinnshellvars.pl.in125 $tmpdir = ${pathtmp};
126 $ENV{'TMPDIR'} = ${pathtmp};
128 $spooltemp = ${pathtmp};
/dports/databases/qdbm-plus/qdbm-1.8.78/cgi/
H A Dconfigure.in17 pathtmp="$PATH"
19 PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp"
/dports/databases/qdbm/qdbm-1.8.78/cgi/
H A Dconfigure.in17 pathtmp="$PATH"
19 PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp"
/dports/textproc/hyperestraier/hyperestraier-1.4.13/rubypure/
H A Dconfigure.in19 pathtmp="$PATH"
21 PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp"
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/time/
H A Dsnapmgr.c1171 char pathtmp[MAXPGPATH]; in ExportSnapshot() local
1293 snprintf(pathtmp, sizeof(pathtmp), "%s.tmp", path); in ExportSnapshot()
1294 if (!(f = AllocateFile(pathtmp, PG_BINARY_W))) in ExportSnapshot()
1297 errmsg("could not create file \"%s\": %m", pathtmp))); in ExportSnapshot()
1302 errmsg("could not write to file \"%s\": %m", pathtmp))); in ExportSnapshot()
1309 errmsg("could not write to file \"%s\": %m", pathtmp))); in ExportSnapshot()
1315 if (rename(pathtmp, path) < 0) in ExportSnapshot()
1319 pathtmp, path))); in ExportSnapshot()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/time/
H A Dsnapmgr.c1171 char pathtmp[MAXPGPATH]; in ExportSnapshot() local
1293 snprintf(pathtmp, sizeof(pathtmp), "%s.tmp", path); in ExportSnapshot()
1294 if (!(f = AllocateFile(pathtmp, PG_BINARY_W))) in ExportSnapshot()
1297 errmsg("could not create file \"%s\": %m", pathtmp))); in ExportSnapshot()
1302 errmsg("could not write to file \"%s\": %m", pathtmp))); in ExportSnapshot()
1309 errmsg("could not write to file \"%s\": %m", pathtmp))); in ExportSnapshot()
1315 if (rename(pathtmp, path) < 0) in ExportSnapshot()
1319 pathtmp, path))); in ExportSnapshot()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/time/
H A Dsnapmgr.c1171 char pathtmp[MAXPGPATH]; in ExportSnapshot() local
1293 snprintf(pathtmp, sizeof(pathtmp), "%s.tmp", path); in ExportSnapshot()
1294 if (!(f = AllocateFile(pathtmp, PG_BINARY_W))) in ExportSnapshot()
1297 errmsg("could not create file \"%s\": %m", pathtmp))); in ExportSnapshot()
1302 errmsg("could not write to file \"%s\": %m", pathtmp))); in ExportSnapshot()
1309 errmsg("could not write to file \"%s\": %m", pathtmp))); in ExportSnapshot()
1315 if (rename(pathtmp, path) < 0) in ExportSnapshot()
1319 pathtmp, path))); in ExportSnapshot()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/time/
H A Dsnapmgr.c1171 char pathtmp[MAXPGPATH]; in ExportSnapshot() local
1293 snprintf(pathtmp, sizeof(pathtmp), "%s.tmp", path); in ExportSnapshot()
1294 if (!(f = AllocateFile(pathtmp, PG_BINARY_W))) in ExportSnapshot()
1297 errmsg("could not create file \"%s\": %m", pathtmp))); in ExportSnapshot()
1302 errmsg("could not write to file \"%s\": %m", pathtmp))); in ExportSnapshot()
1309 errmsg("could not write to file \"%s\": %m", pathtmp))); in ExportSnapshot()
1315 if (rename(pathtmp, path) < 0) in ExportSnapshot()
1319 pathtmp, path))); in ExportSnapshot()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/time/
H A Dsnapmgr.c1171 char pathtmp[MAXPGPATH]; in ExportSnapshot() local
1293 snprintf(pathtmp, sizeof(pathtmp), "%s.tmp", path); in ExportSnapshot()
1294 if (!(f = AllocateFile(pathtmp, PG_BINARY_W))) in ExportSnapshot()
1297 errmsg("could not create file \"%s\": %m", pathtmp))); in ExportSnapshot()
1302 errmsg("could not write to file \"%s\": %m", pathtmp))); in ExportSnapshot()
1309 errmsg("could not write to file \"%s\": %m", pathtmp))); in ExportSnapshot()
1315 if (rename(pathtmp, path) < 0) in ExportSnapshot()
1319 pathtmp, path))); in ExportSnapshot()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/time/
H A Dsnapmgr.c1186 char pathtmp[MAXPGPATH]; in ExportSnapshot() local
1308 snprintf(pathtmp, sizeof(pathtmp), "%s.tmp", path); in ExportSnapshot()
1309 if (!(f = AllocateFile(pathtmp, PG_BINARY_W))) in ExportSnapshot()
1312 errmsg("could not create file \"%s\": %m", pathtmp))); in ExportSnapshot()
1317 errmsg("could not write to file \"%s\": %m", pathtmp))); in ExportSnapshot()
1324 errmsg("could not write to file \"%s\": %m", pathtmp))); in ExportSnapshot()
1330 if (rename(pathtmp, path) < 0) in ExportSnapshot()
1334 pathtmp, path))); in ExportSnapshot()

12345678910