Searched refs:open (Results 51 - 75 of 784) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dfh.t25 ok(open($a, ">&STDOUT"));
H A Dreadline.t15 open A,"+>a"; $a = 3;
66 open F, File::Spec->curdir and sysread F, $_, 1;
74 open F, File::Spec->curdir and $_=<F>;
80 open F, File::Spec->curdir and $_=<F>;
H A Ddo.t62 if (open(DO, ">$$.16")) {
69 if (open(DO, ">$$.17")) {
76 if (open(DO, ">$$.18")) {
H A Dregexp.t41 open(TESTS,'op/re_tests') || open(TESTS,'t/op/re_tests') || open(TESTS,':op:re_tests') ||
42 die "Can't open re_tests";
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetsid.c63 if ((fd = open("/dev/tty", O_RDONLY)) >= 0)
/osnet-11/usr/src/lib/libsqlite/tool/
H A Ddiffdb.c27 db1 = open(argv[1], O_RDONLY);
29 fprintf(stderr,"%s: can't open %s\n", argv[0], argv[1]);
32 db2 = open(argv[2], O_RDONLY);
34 fprintf(stderr,"%s: can't open %s\n", argv[0], argv[2]);
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Ddaemon.c70 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/osnet-11/usr/src/lib/libcurses/screen/
H A Dtypeahead.c85 * for the open file (by file pointer, i mean a unix kernal file
104 * open(tty, O_RDONLY | O_NDELAY) : -1;
107 if ((cur_term->_check_fd = open("/dev/tty", O_RDONLY |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dread.t17 open(A,"+>a");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dswitcht.t34 ok( open(FILE, ">$file"), 'open >' ) or DIE $!;
37 like( $warning, qr/^Insecure dependency in open $Tmsg/, 'open > taint warn' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dhints.t24 open(HINT, ">$hint_file") || die "Can't write dummy hints file $hint_file: $!";
39 open(HINT, ">$hint_file") || die "Can't write dummy hints file $hint_file: $!";
H A Dpostamble.t61 ok( open(MAKEFILE, $Makefile) ) or diag "Can't open $Makefile: $!";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/FileCache/t/
H A D03append.t18 {# Test 3: that we open for append on second viewing
29 open($path, '<', $path);
41 open($path, '<', $path);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dbasic.t77 open (TMP, 'out.tmp') or die "Cannot open out.tmp: $!\n";
78 open (OUTPUT, "> out.$translators{$_}")
92 open (MASTER, source_path ("basic.$translators{$_}"))
93 or die "Cannot open basic.$translators{$_}: $!\n";
94 open (OUTPUT, "out.$translators{$_}")
95 or die "Cannot open out.$translators{$_}: $!\n";
H A Dtext.t35 open (TMP, '> tmp.pod') or die "Cannot create tmp.pod: $!\n";
43 open (TMP, 'out.tmp') or die "Cannot open out.tmp: $!\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dh2ph.t23 for (($A,$B) = @_) { open(_,"<$_") ? $_ = <_> : die "$_ : $!"; close _ }
H A DAutoLoader.t25 open(FOO, '>', File::Spec->catfile( $fulldir, 'foo.al' ))
26 or die "Can't open foo file: $!";
34 open(BAR, '>', File::Spec->catfile( $fulldir, 'bar.al' ))
35 or die "Can't open bar file: $!";
43 open(BAZ, '>', File::Spec->catfile( $fulldir, 'bazmarkhian.al' ))
44 or die "Can't open bazmarkhian file: $!";
52 open(BLECH, '>', File::Spec->catfile( $fulldir, 'blechanawilla.al' ))
53 or die "Can't open blech file: $!";
62 open(BLECH, '>', File::Spec->catfile( $fulldir, 'blechanawil.al' ))
63 or die "Can't open blec
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dforgive.t52 open(SAVEERR, ">&STDERR");
53 open(STDERR, ">$devnull") or
58 open(STDERR, ">&SAVEERR");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Doutput.t44 open(IN, 'foo') or die $!;
50 open(FOO, ">>foo") or die $!;
57 open(IN, 'foo') or die $!;
/osnet-11/usr/src/lib/libproc/common/
H A Dproc_get_info.c41 * open() / read() / close() of the necessary /proc files so the
62 if ((fd = open(fname, O_RDONLY)) >= 0) {
83 if ((fd = open(fname, O_RDONLY)) >= 0) {
113 if ((fd = open(fname, O_RDONLY)) < 0)
144 if ((fd = open(fname, O_RDONLY)) >= 0) {
161 if ((fd = open(fname, O_RDONLY)) >= 0) {
184 if ((fd = open(fname, O_RDONLY)) >= 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCompare.t52 open ($fh, "<harness") or print "not ";
62 open ($fh, "<harness") or print "not ";
84 open($fh,'harness');
101 # The open attempt on FROM in File::Compare::compare should fail
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dxref.t18 open SAVEOUT, ">&STDOUT" or diag $!;
25 open STDOUT, ">&SAVEOUT" or diag $!;
31 open XREF, $file or die "# Can't open $file: $!\n";
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_pickle.h66 * Returns TRUE if open was successful; FALSE otherwise.
68 bool_t open();
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dcan_use_af.c51 if ((fd = open("/dev/udp", O_RDONLY)) < 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dsave_state.cgi32 if (open(FILE,">$filename")) {
45 if (open(FILE,$filename)) {

Completed in 65 milliseconds

1234567891011>>