Home
last modified time | relevance | path

Searched refs:fromfile (Results 1 – 25 of 1598) sorted by relevance

12345678910>>...64

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/vpfutil/
H A Dvpfio.h80 #define Write_Vpf_Int(tobuffer,fromfile,count)\
125 VpfRead(tobuffer,VpfChar,count,fromfile)
128 VpfRead(tobuffer,VpfShort,count,fromfile)
130 #define Read_Vpf_Int(tobuffer,fromfile,count)\ argument
134 VpfRead(tobuffer,VpfFloat,count,fromfile)
137 VpfRead(tobuffer,VpfDouble,count,fromfile)
140 VpfRead(tobuffer,VpfDate,count,fromfile)
155 VpfWrite(tobuffer,VpfChar,count,fromfile)
158 VpfWrite(tobuffer,VpfShort,count,fromfile)
164 VpfWrite(tobuffer,VpfFloat,count,fromfile)
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/freesurfer/
H A Dio.py21 b1, b2, b3 = np.fromfile(fobj, ">u1", 3)
87 vnum = np.fromfile(fobj, ">i4", 1)[0]
88 fnum = np.fromfile(fobj, ">i4", 1)[0]
151 vnum = np.fromfile(fobj, ">i4", 3)[0]
152 curv = np.fromfile(fobj, ">f4", vnum)
181 vnum = np.fromfile(fobj, dt, 1)[0]
184 ctab_exists = np.fromfile(fobj, dt, 1)[0]
187 n_entries = np.fromfile(fobj, dt, 1)[0]
189 length = np.fromfile(fobj, dt, 1)[0]
207 n_entries = np.fromfile(fobj, dt, 1)[0]
[all …]
/dports/science/hypre/hypre-2.23.0/src/test/TEST_ij/
H A Delast.jobs23 mpirun -np 2 ./ij -fromfile A -nf 2 -rlx 6 -solver 1 -falgout -interptype 0 -Pmx 0 -keepSS 1 > ela…
30 mpirun -np 2 ./ij -fromfile A -nf 2 -rlx 6 -solver 1 > elast.out.7
31 mpirun -np 2 ./ij -fromfile A -nf 2 -rlx 6 -solver 1 -nodal 4 > elast.out.8
32 mpirun -np 2 ./ij -fromfile A -rbm 1 rbm -nf 2 -interpvecvar 2 -Qmx 2 -nodal 1 -rlx 6 -solver 1 > …
33 mpirun -np 2 ./ij -fromfile A -nf 2 -rlx 26 -interptype 10 -solver 1 > elast.out.10
34 mpirun -np 2 ./ij -fromfile A -nf 2 -rlx 26 -interptype 11 -solver 1 > elast.out.11
35 mpirun -np 2 ./ij -fromfile A -nf 2 -rlx 6 -solver 1 -falgout -interptype 0 -Pmx 0 -keepSS 1 > ela…
37 mpirun -np 2 ./ij -fromfile A -rbm 1 rbm -nf 2 -interpvecvar 1 -nodal 1 -rlx 6 -solver 1 > elast.o…
38 mpirun -np 2 ./ij -fromfile A -rbm 1 rbm -nf 2 -interpvecvar 1 -nodal 4 -rlx 6 -solver 1 -Qmx 2 > …
40 mpirun -np 2 ./ij -fromfile A -rbm 1 rbm -nf 2 -interpvecvar 3 -nodal 6 -rlx 6 -solver 1 > elast.o…
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/source/utils/bp4dbg/adios2/bp4dbg/
H A Ddata.py9 namelen = np.fromfile(f, dtype=np.uint16, count=1)[0]
12 namelen = np.fromfile(f, dtype=np.uint32, count=1)[0]
31 namelen = np.fromfile(f, dtype=np.uint32, count=1)[0]
85 charLen = np.fromfile(f, dtype=np.uint32, count=1)[0]
91 cID = np.fromfile(f, dtype=np.uint8, count=1)[0]
111 nBlocks = np.fromfile(f,
118 method = np.fromfile(f, dtype=np.uint8,
124 div = np.fromfile(f, dtype=np.uint16,
149 len = np.fromfile(f, dtype=np.uint16, count=1)[0]
269 typeID = np.fromfile(f, dtype=np.uint8, count=1)[0]
[all …]
/dports/math/py-numpy/numpy-1.20.3/tools/
H A Dcythonize.py52 def process_pyx(fromfile, tofile): argument
81 def process_tempita_pyx(fromfile, tofile): argument
84 assert fromfile.endswith('.pyx.in')
85 with open(fromfile, "r") as f:
97 assert fromfile.endswith('.pxd.in')
99 with open(fromfile, "r") as f:
108 assert fromfile.endswith('.pxi.in')
110 with open(fromfile, "r") as f:
119 assert fromfile.endswith('.pxd.in')
121 with open(fromfile, "r") as f:
[all …]
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/freesurfer/
H A Dio.py34 b1, b2, b3 = np.fromfile(fobj, ">u1", 3)
59 head = np.fromfile(fobj, '>i4', 1)
175 vnum = np.fromfile(fobj, ">i4", 1)[0]
363 vnum = np.fromfile(fobj, dt, 1)[0]
377 n_entries = np.fromfile(fobj, dt, 1)[0]
426 length = np.fromfile(fobj, dt, 1)[0]
427 orig_tab = np.fromfile(fobj, '>c', length)
437 ctab[i, :4] = np.fromfile(fobj, dt, 4)
474 max_index = np.fromfile(fobj, dt, 1)[0]
477 length = np.fromfile(fobj, dt, 1)[0]
[all …]
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/tools/
H A Dpydiff.py129 fromfile, tofile = args.fromfile[0], args.tofile[0]
130 if fromfile == "-" and tofile == "-":
133 if os.path.isdir(fromfile):
139 % (fromfile, tofile)
145 % (fromfile, tofile)
188 if os.path.isdir(fromfile):
201 % (fromfile, tofile)
225 self.fromfile = fromfile
232 if os.path.exists(self.fromfile):
233 with open(self.fromfile) as fh:
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2]; in copydir() local
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
65 if (lstat(fromfile, &fst) < 0) in copydir()
68 errmsg("could not stat file \"%s\": %m", fromfile))); in copydir()
74 copydir(fromfile, tofile, true); in copydir()
77 copy_file(fromfile, tofile); in copydir()
127 copy_file(char *fromfile, char *tofile) in copy_file() argument
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY); in copy_file()
161 errmsg("could not open file \"%s\": %m", fromfile))); in copy_file()
195 errmsg("could not read file \"%s\": %m", fromfile))); in copy_file()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/storage/file/
H A Dcopydir.c41 char fromfile[MAXPGPATH * 2];
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name);
65 if (lstat(fromfile, &fst) < 0)
68 errmsg("could not stat file \"%s\": %m", fromfile)));
74 copydir(fromfile, tofile, true);
77 copy_file(fromfile, tofile);
127 copy_file(char *fromfile, char *tofile)
157 srcfd = OpenTransientFile(fromfile, O_RDONLY | PG_BINARY);
161 errmsg("could not open file \"%s\": %m", fromfile)));
195 errmsg("could not read file \"%s\": %m", fromfile)));
[all …]

12345678910>>...64