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

123456789

/freebsd-9.3-release/crypto/openssl/util/
H A Derr-ins.pl20 open(OUT,">$ARGV[1]") || die "unable to open header file '$ARGV[1]':$1\n";
21 print OUT @out;
22 print OUT @err;
23 print OUT <<"EOF";
31 close(OUT);
H A Dselftest.pl24 open(OUT,">$report") or die;
26 print OUT "OpenSSL self-test report:\n\n";
48 print OUT "Error running config!\n";
69 print OUT "OpenSSL version: $version\n";
70 print OUT "Last change: $last...\n";
71 print OUT "Options: $options\n" if $options ne "";
72 print OUT "OS (uname): $uname";
73 print OUT "OS (config): $os\n";
74 print OUT "Target (default): $platform0\n";
75 print OUT "Targe
[all...]
H A Dperlpath.pl29 open(OUT,">$new") || die "unable to open $dir/$new:$!\n";
30 print OUT @a;
31 close(OUT);
H A Dmksdef.pl72 open (OUT, ">$fnam") || die "Can't Open DEF file $fnam for Writing\n";
79 print OUT $preamble;
82 print OUT $_;
84 close OUT;
H A Dcopy.pl55 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
63 syswrite(OUT, $buf, length($buf));
66 close(OUT);
/freebsd-9.3-release/contrib/tcsh/nls/
H A Dcatgen8 OUT="$1"
11 echo "$(basename "$OUT" .cat)"
12 "${GENCAT}" "$OUT" "$TMP"
/freebsd-9.3-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_inout.h30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
51 #ifdef OUT
52 #undef OUT macro
64 #ifndef OUT
65 #define OUT macro
H A Dosm_vendor_mlx_hca.h30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
58 OUT uint32_t * p_hca_hndl,
59 OUT char *p_hca_id,
60 OUT uint8_t * p_hca_idx,
61 OUT uint32_t * p_port_num);
H A Dosm_vendor_mtl.h30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
46 #undef OUT macro
51 #define OUT macro
231 OUT VAPI_hca_hndl_t * p_hca_hndl,
232 OUT VAPI_hca_id_t * p_hca_id,
233 OUT uint32_t * p_port_num);
H A Dosm_vendor_mtl_hca_guid.h30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
131 OUT VAPI_hca_id_t * p_hca_id,
132 OUT uint32_t * p_port_num);
H A Dosm_vendor_ts.h30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
46 #undef OUT macro
51 #define OUT macro
307 OUT VAPI_hca_hndl_t * p_hca_hndl,
308 OUT VAPI_hca_id_t * p_hca_id,
309 OUT uint32_t * p_port_num);
/freebsd-9.3-release/sys/tools/sound/
H A Demu10k1-mkalsa.sh9 OUT=$2
11 trap "${RM} -f $OUT.tmp" EXIT
20 }' > $OUT.tmp
21 ${MV} -f $OUT.tmp $OUT
/freebsd-9.3-release/sys/boot/efi/include/
H A Defifpswa.h25 IN OUT VOID *Bundle,
26 IN OUT UINT64 *pipsr,
27 IN OUT UINT64 *pfsr,
28 IN OUT UINT64 *pisr,
29 IN OUT UINT64 *ppreds,
30 IN OUT UINT64 *pifs,
31 IN OUT VOID *fp_state
H A Defiapi.h54 OUT EFI_PHYSICAL_ADDRESS *Memory
67 IN OUT UINTN *MemoryMapSize,
68 IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap,
69 OUT UINTN *MapKey,
70 OUT UINTN *DescriptorSize,
71 OUT UINT32 *DescriptorVersion
82 OUT VOID **Buffer
110 IN OUT VOID **Address
147 OUT EFI_EVENT *Event
176 OUT UINT
[all...]
/freebsd-9.3-release/crypto/openssl/
H A Dconfig497 OUT="irix-$CC"
507 OUT="irix-mips3-$CC"
523 OUT="irix-mips3-$CC"
525 ppc-apple-rhapsody) OUT="rhapsody-ppc-cc" ;;
526 ppc-apple-darwin*) OUT="darwin-ppc-cc" ;;
527 i386-apple-darwin*) OUT="darwin-i386-cc" ;;
531 *[678]) OUT="linux-alpha+bwx-$CC" ;;
532 *) OUT="linux-alpha-$CC" ;;
549 OUT="linux-ppc"
551 ppc-*-linux2) OUT
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A DCA.pl95 open OUT, ">${CATOP}/index.txt";
96 close OUT;
97 open OUT, ">${CATOP}/crlnumber";
98 print OUT "01\n";
99 close OUT;
177 open OUT, ">$outfile";
181 print OUT $_ if ($flag);
184 close OUT;
H A DCA.pl.in95 open OUT, ">${CATOP}/index.txt";
96 close OUT;
97 open OUT, ">${CATOP}/crlnumber";
98 print OUT "01\n";
99 close OUT;
177 open OUT, ">$outfile";
181 print OUT $_ if ($flag);
184 close OUT;
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dgather-docs103 if (!open (OUT, "> $outfile")) {
110 print OUT "\@c Automatically generated from *.c and others (the comments before\n";
111 print OUT "\@c each entry tell you which file and where in that file). DO NOT EDIT!\n";
112 print OUT "\@c Edit the *.c files, configure with --enable-maintainer-mode,\n";
113 print OUT "\@c and let gather-docs build you a new copy.\n\n";
116 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
117 print OUT $node_lines{$key};
118 print OUT "\n";
121 if (! print OUT "\n") {
126 close (OUT);
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dgather-docs103 if (!open (OUT, "> $outfile")) {
110 print OUT "\@c Automatically generated from *.c and others (the comments before\n";
111 print OUT "\@c each entry tell you which file and where in that file). DO NOT EDIT!\n";
112 print OUT "\@c Edit the *.c files, configure with --enable-maintainer-mode,\n";
113 print OUT "\@c and let gather-docs build you a new copy.\n\n";
116 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
117 print OUT $node_lines{$key};
118 print OUT "\n";
121 if (! print OUT "\n") {
126 close (OUT);
[all...]
/freebsd-9.3-release/contrib/groff/contrib/mm/
H A Dmmroff.pl75 open(OUT, ">$rfilename") || "create $rfilename:$!";
76 print OUT '.\" references', "\n";
79 print OUT $i;
81 close(OUT);
90 open(OUT, ">$f") || "create $f:$!";
96 print OUT "$i\n";
98 close(OUT);
/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_db_pack.h30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
127 OUT cl_qlist_t * p_guid_list);
159 OUT uint16_t * p_min_lid, OUT uint16_t * p_max_lid);
/freebsd-9.3-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmt_inform.h29 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
56 osmt_bind_inform_qp(IN osmtest_t * const p_osmt, OUT osmt_qp_ctx_t * p_qp_ctx);
71 osmt_init_inform_info(IN osmtest_t * const p_osmt, OUT ib_inform_info_t * p_ii);
76 OUT ib_inform_info_t * p_ii);
/freebsd-9.3-release/crypto/openssh/
H A Dfixprogs30 if (!open(OUT, ">$outfilename")) {
35 select(OUT); $|=1; select(STDOUT);
39 print OUT;
69 print OUT "\"$cmd\" $path $est\n";
/freebsd-9.3-release/sys/dev/vxge/include/
H A Dvxge-os-pal.h28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
43 #define OUT macro
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.pl48 open (OUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]";
172 print OUT <<'EOF';
228 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
239 printf OUT "#define NUM_NID %d\n",$n;
240 printf OUT "#define NUM_SN %d\n",$#sn+1;
241 printf OUT "#define NUM_LN %d\n",$#ln+1;
242 printf OUT "#define NUM_OBJ %d\n\n",$#ob+1;
244 printf OUT "static unsigned char lvalues[%d]={\n",$lvalues+1;
245 print OUT @lvalues;
246 print OUT "};\
[all...]

Completed in 156 milliseconds

123456789