Lines Matching refs:IN
1928 open(IN, "$ssh_grub |")
1933 while (<IN>) {
1942 close(IN);
2277 open(IN, "$output_config") or dodie("Can't read config file");
2278 while (<IN>) {
2286 close(IN);
2392 open(IN, $warnings_file) or
2395 while (<IN>) {
2402 close(IN);
2408 open(IN, $buildlog) or dodie "Can't open $buildlog";
2409 while (<IN>) {
2421 close(IN);
2433 open(IN, "git show $patch |") or
2435 while (<IN>) {
2441 close(IN);
2443 open(IN, $buildlog) or dodie "Can't open $buildlog";
2444 while (<IN>) {
2455 close(IN);
2473 open (IN, $output_config) or
2475 while (<IN>) {
2481 close IN;
2517 open(IN, $config) or
2519 while (<IN>) {
2527 close IN;
3134 open (IN, $config)
3137 while (<IN>) {
3146 close(IN);
3419 open (IN, "git cherry -v $start $end|") or
3422 open (IN, "git log --pretty=oneline $end|") or
3428 while (<IN>) {
3435 close(IN);
3634 open (IN, $output_config)
3637 while (<IN>) {
3643 close IN;
4043 open(IN, $buildlog) or dodie "Can't open $buildlog";
4044 while (<IN>) {
4054 close(IN);