Searched refs:OUT (Results 1 - 25 of 136) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dsplain.PL28 open OUT,">$file" or die "Can't create $file: $!";
35 print OUT <<"!GROK!THIS!";
42 print OUT unless /^package diagnostics/;
47 close OUT or die "Can't close $file: $!";
H A Dperldoc.PL32 open OUT,">$file" or die "Can't create $file: $!";
39 print OUT <<"!GROK!THIS!";
54 close OUT or die "Can't close $file: $!";
H A Dcpan.PL21 open OUT,">$file" or die "Can't create $file: $!";
28 print OUT <<"!GROK!THIS!";
39 print OUT <CPAN>;
45 close OUT or die "Can't close $file: $!";
H A Denc2xs.PL21 open OUT,">$file" or die "Can't create $file: $!";
28 print OUT <<"!GROK!THIS!";
39 print OUT <ENC2XS>;
45 close OUT or die "Can't close $file: $!";
H A Dinstmodsh.PL21 open OUT,">$file" or die "Can't create $file: $!";
28 print OUT <<"!GROK!THIS!";
39 print OUT <INSTMODSH>;
45 close OUT or die "Can't close $file: $!";
H A Dpiconv.PL21 open OUT,">$file" or die "Can't create $file: $!";
28 print OUT <<"!GROK!THIS!";
39 print OUT <PICONV>;
45 close OUT or die "Can't close $file: $!";
H A Dprove.PL21 open OUT,">$file" or die "Can't create $file: $!";
28 print OUT <<"!GROK!THIS!";
40 print OUT <PROVE>;
46 close OUT or die "Can't close $file: $!";
H A Dxsubpp.PL21 open OUT,">$file" or die "Can't create $file: $!";
28 print OUT <<"!GROK!THIS!";
39 print OUT <XSUBPP>;
45 close OUT or die "Can't close $file: $!";
/osnet-11/usr/src/lib/librstp/common/
H A Dtimes.h39 STP_get_times (IN BPDU_BODY_T* b, OUT TIMEVALUES_T* v);
42 STP_set_times (IN TIMEVALUES_T* v, OUT BPDU_BODY_T* b);
45 STP_copy_times (OUT TIMEVALUES_T* t, IN TIMEVALUES_T* f);
H A Dvector.h47 STP_VECT_create (OUT PRIO_VECTOR_T* t,
54 STP_VECT_copy (OUT PRIO_VECTOR_T* t, IN PRIO_VECTOR_T* f);
63 STP_VECT_get_vector (IN BPDU_BODY_T* b, OUT PRIO_VECTOR_T* v);
66 STP_VECT_set_vector (IN PRIO_VECTOR_T* v, OUT BPDU_BODY_T* b);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dstore.t68 print "not " unless open(OUT, '>>store');
70 binmode OUT;
72 print "not " unless defined store_fd(\@a, ::OUT);
74 print "not " unless defined nstore_fd($foo, ::OUT);
76 print "not " unless defined nstore_fd(\%a, ::OUT);
79 print "not " unless close(OUT);
82 print "not " unless open(OUT, 'store');
83 binmode OUT;
85 $r = fd_retrieve(::OUT);
91 $r = fd_retrieve(::OUT);
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_hash.h85 OUT DAPL_HASH_TABLE **pp_table);
94 OUT DAT_COUNT *p_size);
106 OUT DAPL_HASH_DATA *p_data);
112 OUT DAPL_HASH_DATA *p_data);
118 OUT DAPL_HASH_DATA *p_data);
H A Ddapl_provider.h103 OUT DAT_PROVIDER **p_data);
108 OUT DAT_PROVIDER **p_data);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DMkbootstrap.t21 local *OUT;
22 if (open(OUT, '>mkboot.bs')) {
24 print OUT 'meaningless text';
25 close OUT;
60 $file_is_ready = open(OUT, '>boot_BS');
65 print OUT '$main::required = 1';
66 close OUT;
74 $file_is_ready = open(OUT, '>dasboot.bs');
80 close OUT;
120 $file_is_ready = open(OUT, '>dasboo
[all...]
/osnet-11/usr/src/lib/udapl/libdat/include/
H A Ddat_dr.h93 OUT DAT_IA_OPEN_FUNC *p_ia_open_func);
101 OUT DAT_COUNT *size);
106 OUT DAT_COUNT *entries_returned,
107 OUT DAT_PROVIDER_INFO * (dat_provider_list[]));
H A Ddat_dictionary.h70 OUT DAT_DICTIONARY **pp_dictionary);
79 OUT DAT_COUNT *p_size);
83 OUT DAT_DICTIONARY_ENTRY *p_entry);
100 OUT DAT_DICTIONARY_DATA *p_data);
114 OUT DAT_DICTIONARY_DATA *p_data);
H A Ddat_sr.h91 OUT DAT_COUNT *size);
96 OUT DAT_COUNT *entries_returned,
97 OUT DAT_PROVIDER_INFO *(dat_provider_list[]));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A Ddefsubs_h.PL7 open(OUT,">$out") || die "Cannot open $file:$!";
9 print OUT <<"END";
63 close(OUT);
69 print OUT <<"END";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dfflush.t67 open OUT, ">> $f" or die "open $f: $!";
68 print OUT $str;
69 close OUT;
82 open OUT, "> $f" or die "open $f: $!";
83 print OUT "Pe";
88 close OUT or die "close $f: $!";
91 print OUT "r";
126 open OUT, "> $f" or die "open $f: $!";
127 print OUT "Pe";
128 close OUT o
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_lmr_create.c58 OUT DAT_LMR_HANDLE *lmr_handle,
59 OUT DAT_LMR_CONTEXT *lmr_context,
60 OUT DAT_RMR_CONTEXT *rmr_context,
61 OUT DAT_VLEN *registered_length,
62 OUT DAT_VADDR *registered_address);
69 OUT DAT_LMR_HANDLE *lmr_handle,
70 OUT DAT_LMR_CONTEXT *lmr_context,
71 OUT DAT_RMR_CONTEXT *rmr_context,
72 OUT DAT_VLEN *registered_length,
73 OUT DAT_VADD
[all...]
H A Ddapl_ep_create_with_srq.c78 OUT DAT_EP_HANDLE *ep_handle)
112 OUT DAT_COUNT *nbufs_allocated,
113 OUT DAT_COUNT *bufs_alloc_span)
H A Ddapl_ep_get_status.c69 OUT DAT_EP_STATE *ep_state,
70 OUT DAT_BOOLEAN *in_dto_idle,
71 OUT DAT_BOOLEAN *out_dto_idle)
H A Ddapl_ep_create.c82 OUT DAT_EP_HANDLE *ep_handle)
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Dudat_api.c52 OUT DAT_LMR_HANDLE *lmr_handle,
53 OUT DAT_LMR_CONTEXT *lmr_context,
54 OUT DAT_RMR_CONTEXT *rmr_context,
55 OUT DAT_VLEN *registered_length,
56 OUT DAT_VADDR *registered_address)
80 OUT DAT_EVD_HANDLE *evd_handle)
108 OUT DAT_CNO_HANDLE *cno_handle)
134 OUT DAT_CNO_PARAM *cno_param)
158 OUT DAT_EVD_HANDLE *evd_handle)
183 OUT DAT_EVEN
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Do.t20 local *OUT;
21 open(OUT, '>', $file) or skip_all( 'Cannot write fake backend module');
22 print OUT while <DATA>;
23 close *OUT;

Completed in 65 milliseconds

123456