Home | History | Annotate | Download | only in scan-build

Lines Matching refs:open

5 # This file is distributed under the University of Illinois Open Source
118 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
141 open(STDOUT,">&", \*TO_PARENT);
142 open(STDERR,">&", \*TO_PARENT);
243 open(STDOUT,">&", \*TO_PARENT);
244 open(STDERR,">&", \*TO_PARENT);
278 if (open(CHILD, $ofile)) {
310 open(AFILE, ">$afile");
596 open(IN, $ARGV[$i+1]);