Home
last modified time | relevance | path

Searched refs:zopen (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/lang/swi-pl/swipl-8.2.3/packages/zlib/
H A Dtest_zlib.pl184 zopen(Out, ZOut, []),
189 zopen(In, ZIn, []),
201 zopen(Out, ZOut, []),
206 zopen(In, ZIn, []),
218 zopen(Out, ZOut, []),
222 zopen(In, ZIn, []),
235 zopen(In, ZIn, []),
251 zopen(In, ZIn, []),
268 zopen(In, ZIn, []),
311 zopen(ZIn, In, []),
[all …]
H A Dzlib.pl37 [ zopen/3, % +Stream, -ZStream, +Option
45 :- predicate_options(zopen/3, 3,
52 [ pass_to(zopen/3, 3),
77 % Options are passed to open/4 and zopen/3. Default format is
91 zopen(Stream0, Stream, ZOptions),
110 zopen(In0, In,
/dports/lang/yap/yap-6.2.2/packages/zlib/
H A Dtest_zlib.pl52 zopen(Out, ZOut, []),
56 zopen(In, ZIn, []),
79 zopen(ZIn, In, []),
80 zopen(ZOut, Out, []),
104 zopen(ZIn, In, []),
105 zopen(ZOut, Out, []),
144 zopen(OutStream, ZOut, [close_parent(false), format(deflate)]),
169 zopen(In, ZIn, [format(deflate)]),
/dports/devel/py-monty/monty-2021.8.17/monty/
H A Dserialization.py7 from monty.io import zopen
76 with zopen(fn, "rb") as fp:
79 with zopen(fn, "rt") as fp:
128 with zopen(fn, "wb") as fp:
131 with zopen(fn, "wt") as fp:
H A Dshutil.py10 from .io import zopen
79 with open(filepath, "rb") as f_in, zopen("%s.%s" % (filepath, compression), "wb") as f_out:
113 with open(".".join(toks[0:-1]), "wb") as f_out, zopen(filepath, "rb") as f_in:
H A Dre.py9 from monty.io import zopen, reverse_readfile
37 gen = reverse_readfile(filename) if reverse else zopen(filename, "rt")
/dports/archivers/zip/zip30/win32/
H A Dzipup.h31 # define zopen(n,p) sopen(n,p,SH_DENYNO) macro
33 # define zopen(n,p) open(n,p) macro
35 # define zopen(n,p) _sopen(n,p,_SH_DENYNO) macro
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/zip/win32/
H A Dzipup.h31 # define zopen(n,p) sopen(n,p,SH_DENYNO) macro
33 # define zopen(n,p) open(n,p) macro
35 # define zopen(n,p) _sopen(n,p,_SH_DENYNO) macro
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/
H A Dcssr.py12 from monty.io import zopen
58 with zopen(filename, "wt") as f:
98 with zopen(filename, "rt") as f:
H A Dxyz.py13 from monty.io import zopen
115 with zopen(filename, "rt") as f:
158 with zopen(filename, "wt") as f:
H A Dfiesta.py19 from monty.io import zopen
67 with zopen(self.log_file, "w") as fout:
141 with zopen(self.log_file, "w") as fout:
167 with zopen(self.log_file, "w") as fout:
219 with zopen(filename) as f:
572 with zopen(filename, "w") as f:
750 with zopen(filename) as f:
768 with zopen(filename) as f:
866 with zopen(filename) as f:
H A Dxr.py19 from monty.io import zopen
71 with zopen(filename, "wt") as f:
167 with zopen(filename, "rt") as f:
H A Dlmto.py16 from monty.io import zopen
164 with zopen(filename, "wt") as f:
178 with zopen(filename, "rt") as f:
348 with zopen(filename, "rt") as f:
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/apps/borg/
H A Dqueen.py16 from monty.io import zopen
110 with zopen(filename, "wt") as f:
117 with zopen(filename, "rt") as f:
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/feff/
H A Doutputs.py17 from monty.io import zopen
75 with zopen(pot_inp, "r") as potfile:
100 with zopen(ldos_file + "00.dat", "r") as fobject:
179 with zopen(pot_inp, "r") as potfile:
210 with zopen("{}0{}.dat".format(ldos_file, i), "rt") as fobject:
219 with zopen(ldos_file + str(i) + ".dat", "rt") as fid:
H A Dinputs.py18 from monty.io import zopen
240 with zopen(filename, "r") as fobject:
440 with zopen(filename, "rt") as fobject:
537 with zopen(filename, "wt") as f:
662 with zopen(filename, "wt") as f:
676 with zopen(filename, "rt") as f:
846 with zopen(filename, "rt") as f_object:
957 with zopen(filename, "wt") as f:
1002 with zopen(filename, "wt") as f:
/dports/games/residualvm/residualvm-0.3.1/engines/grim/lua/
H A Dlzio.h19 #define zopen luaZ_mopen macro
25 ZIO *zopen(ZIO *z, const char *b, int32 size, const char *name);
/dports/games/scummvm/scummvm-2.5.1/engines/grim/lua/
H A Dlzio.h19 #define zopen luaZ_mopen macro
25 ZIO *zopen(ZIO *z, const char *b, int32 size, const char *name);
/dports/math/maxima/maxima-5.43.2/share/affine/
H A Dsheafb.lisp14 (zopen-coord zopen)))
17 (zopen-inv zopen)
942 (setq ma (compose-rmap (zopen-inv zopen) (zopen-coord zopen)))
971 (setq answ (copy-list zopen))
1122 (check-arg zopen (eq (car zopen) 'zopen) "a zopen")
1130 (zl-copy-structure zopen
1132 coord (zopen-coord zopen)
1133 inv (zopen-inv zopen))))
1875 (cond ((>= (length zopen) 5)
1876 (zl-copy-structure zopen zopen- history (cons n (zopen-history zopen))))
[all …]
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dman.c126 static int zopen(char *s) in zopen() function
157 while ((fd == -1) && *suf) strcpy(s + len - dotnum, *suf++), fd = zopen(s); in tryfile()
186 if (-1 != (fd = zopen(f))) { in man_main()
201 if (strchr(*toys.optargs, '/')) fd = zopen(*toys.optargs); in man_main()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/lammps/
H A Doutputs.py17 from monty.io import zopen
124 with zopen(fname, "rt") as f:
154 with zopen(filename, "rt") as f:
/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Dcmuwmraster.c37 if (!(zf = zopen(fullname)))
80 if (!(zf= zopen(fullname)))
/dports/security/pgpin/pgp263in/src/
H A Dzipup.c28 # define zopen(n,p) fopen(n,p) macro
49 # define zopen(n,p) open(n,p) macro
/dports/graphics/xli/xli-2006-11-10/
H A Dcmuwmrast.c34 if (!(zf = zopen(fullname))) { in cmuwmIdent()
70 if (!(zf = zopen(fullname))) { in cmuwmLoad()
/dports/x11/xloadimage/xloadimage.4.1/
H A Dcmuwmraster.c37 if (!(zf = zopen(fullname)))
80 if (!(zf= zopen(fullname)))

123456789