Lines Matching refs:IN
1771 open(IN, "$ssh_grub |")
1776 while (<IN>) {
1785 close(IN);
1814 open(IN, "$ssh_grub |")
1819 while (<IN>) {
1828 close(IN);
2126 open(IN, "$output_config") or dodie("Can't read config file");
2127 while (<IN>) {
2135 close(IN);
2241 open(IN, $warnings_file) or
2244 while (<IN>) {
2251 close(IN);
2257 open(IN, $buildlog) or dodie "Can't open $buildlog";
2258 while (<IN>) {
2270 close(IN);
2282 open(IN, "git show $patch |") or
2284 while (<IN>) {
2290 close(IN);
2292 open(IN, $buildlog) or dodie "Can't open $buildlog";
2293 while (<IN>) {
2304 close(IN);
2322 open (IN, $output_config) or
2324 while (<IN>) {
2330 close IN;
2366 open(IN, $config) or
2368 while (<IN>) {
2376 close IN;
2984 open (IN, $config)
2987 while (<IN>) {
2996 close(IN);
3404 open (IN, "git cherry -v $start $end|") or
3407 open (IN, "git log --pretty=oneline $end|") or
3413 while (<IN>) {
3420 close(IN);
3619 open (IN, $output_config)
3622 while (<IN>) {
3628 close IN;
4030 open(IN, $buildlog) or dodie "Can't open $buildlog";
4031 while (<IN>) {
4041 close(IN);