Lines Matching refs:IN
1865 open(IN, "$ssh_grub |")
1870 while (<IN>) {
1879 close(IN);
1908 open(IN, "$ssh_grub |")
1913 while (<IN>) {
1922 close(IN);
2225 open(IN, "$output_config") or dodie("Can't read config file");
2226 while (<IN>) {
2234 close(IN);
2340 open(IN, $warnings_file) or
2343 while (<IN>) {
2350 close(IN);
2356 open(IN, $buildlog) or dodie "Can't open $buildlog";
2357 while (<IN>) {
2369 close(IN);
2381 open(IN, "git show $patch |") or
2383 while (<IN>) {
2389 close(IN);
2391 open(IN, $buildlog) or dodie "Can't open $buildlog";
2392 while (<IN>) {
2403 close(IN);
2421 open (IN, $output_config) or
2423 while (<IN>) {
2429 close IN;
2465 open(IN, $config) or
2467 while (<IN>) {
2475 close IN;
3082 open (IN, $config)
3085 while (<IN>) {
3094 close(IN);
3361 open (IN, "git cherry -v $start $end|") or
3364 open (IN, "git log --pretty=oneline $end|") or
3370 while (<IN>) {
3377 close(IN);
3576 open (IN, $output_config)
3579 while (<IN>) {
3585 close IN;
3985 open(IN, $buildlog) or dodie "Can't open $buildlog";
3986 while (<IN>) {
3996 close(IN);