Home
last modified time | relevance | path

Searched refs:opena (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/py-iopath/iopath-b49ef53b557b794ad142047905827a6727b91d63/tests/
H A Dtest_non_blocking_io.py135 with self._pathmgr.opena(_file1, "w") as f:
137 with self._pathmgr.opena(_file2, "a") as f:
166 f = self._pathmgr.opena(_file, "a")
179 self._pathmgr.opena(_file, "r")
181 self._pathmgr.opena(_file, "rb")
183 self._pathmgr.opena(_file, "wrb")
217 with self._pathmgr.opena(
265 with self._pathmgr.opena(_file, "w") as f:
281 with self._pathmgr.opena(_file, "wb") as f:
292 with self._pathmgr.opena(_file, "wb") as f:
[all …]
H A Dasync_writes_test.py40 with self._pathmgr.opena(URI, "a") as f:
H A Dasync_torch_test.py48 f = self._pathmgr.opena(URI, "wb")
H A Dtest_file_io.py251 self._pathmgr.opena(self._tmpfile, foo="foo") # type: ignore
371 self._pathmgr.opena(self._remote_uri, foo="foo") # type: ignore
/dports/devel/p5-Path-Tiny/Path-Tiny-0.120/t/
H A Dinput_output.t387 subtest "opena -> openr" => sub {
395 my $fh = $file->opena;
396 ok( ( print {$fh} @lines ), "opena & print rest of lines" );
405 subtest "opena -> openr (open hint)" => sub {
415 my $fh = $file->opena;
416 ok( ( print {$fh} @lines ), "opena & print rest of lines" );
426 subtest "opena -> openr (UTF-8)" => sub {
435 ok( ( print {$fh} @lines ), "opena & print rest of lines" );
445 subtest "opena -> openr (raw)" => sub {
454 ok( ( print {$fh} @lines ), "opena & print rest of lines" );
/dports/mail/procmail/procmail-3.22/src/
H A Drobust.c115 if(0>(i=opena(file))) /* error? keep the old LOGFILE */
121 int opena(a)const char*const a; in opena() function
H A Drobust.h16 opena P((const char*const a)),
H A Dmailfold.c191 return opena(buf);
229 fd=opena(boxname);
H A Dprocmail.c216 if(0>(savstdout=opena(devnull)))
221 if(0>opena(devnull))
/dports/devel/p5-Path-Tiny/Path-Tiny-0.120/
H A Ddist.ini24 stopwords = opena
H A DREADME477 See "openr", "openw", "openrw", and "opena" for sugar.
598 openr, openw, openrw, opena
607 $fh = path("foo.txt")->opena($binmode); # append
/dports/devel/p5-Path-Tiny/Path-Tiny-0.120/xt/author/
H A Dpod-spell.t118 opena
/dports/math/maxima/maxima-5.43.2/share/stringproc/
H A Drtest_encoding.mac53 (temp_streams : map (opena, temp_files),
/dports/misc/pinfo/pinfo-0.6.13/src/
H A Dpinforc.in103 #IGNORE-MACROS=pso:sy:write:open:opena:pi:!:als
/dports/devel/p5-Path-Class/Path-Class-0.37/lib/Path/Class/
H A DFile.pm72 sub opena { $_[0]->open('a') or croak "Can't append to $_[0]: $!" } subroutine
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dopen.c563 ENTF90IO(OPENA, opena) ( in ENTF90IO() argument
876 ENTCRF90IO(OPENA, opena)( in ENTCRF90IO() argument
983 return ENTCRF90IO(OPENA, opena)(unit, bitv, CADR(acc), CADR(action), in ENTCRF90IO()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcpro.c1735 x = opena(remdest,&iattr); /* File: open with attributes */ in wart()
1744 x = opena(filnam,&iattr); /* open the file, with attributes */ in wart()
2360 x = opena(remdest,&iattr); /* File: open with attributes */
2418 x = opena(filnam,&iattr); /* open the file, with attributes */
2495 x = opena(remdest,&iattr); /* File: Open with attributes */
H A Dckcker.h1244 _PROTOTYP( int opena, (char *, struct zattr *) );
H A Dckcpro.w1653 x = opena(remdest,&iattr); /* File: open with attributes */
1662 x = opena(filnam,&iattr); /* open the file, with attributes */
2162 x = opena(remdest,&iattr); /* File: open with attributes */
2220 x = opena(filnam,&iattr); /* open the file, with attributes */
2297 x = opena(remdest,&iattr); /* File: Open with attributes */
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/t/lib/
H A DDBIEngineTest.pm1659 my $fh = $deploy_file->opena or die "Cannot open $deploy_file: $!\n";
1681 $fh = $deploy_file->opena or die "Cannot open $deploy_file: $!\n";
/dports/devel/p5-Path-Tiny/Path-Tiny-0.120/lib/Path/
H A DTiny.pm1428 opena => ">>",
/dports/devel/py-iopath/iopath-b49ef53b557b794ad142047905827a6727b91d63/iopath/common/
H A Dfile_io.py1020 def opena( member in PathManager
/dports/devel/p5-Path-Class/Path-Class-0.37/
H A DChanges102 - new shortcut opena(), to open a file for appending. [Karen Etheridge]
/dports/japanese/groff/groff-1.18.1.1/doc/
H A Dgroff-7689 - Request: .opena stream file
693 The `opena' request is like `open', but if the file exists, append
696 Both `open' and `opena' cause an error if used in safer mode
/dports/sysutils/isomaster/isomaster-1.3.16/po/
H A Dfo.po465 "Fyri at opena ein ISO fílu, ið longu er gjørd, klikk á 'Mynd' og síðani\n"

123