Lines Matching refs:IN
1935 open(IN, "$ssh_grub |")
1942 while (<IN>) {
1954 close(IN);
2299 open(IN, "$output_config") or dodie("Can't read config file");
2300 while (<IN>) {
2308 close(IN);
2414 open(IN, $warnings_file) or
2417 while (<IN>) {
2424 close(IN);
2430 open(IN, $buildlog) or dodie "Can't open $buildlog";
2431 while (<IN>) {
2443 close(IN);
2455 open(IN, "git show $patch |") or
2457 while (<IN>) {
2463 close(IN);
2465 open(IN, $buildlog) or dodie "Can't open $buildlog";
2466 while (<IN>) {
2477 close(IN);
2495 open (IN, $output_config) or
2497 while (<IN>) {
2503 close IN;
2539 open(IN, $config) or
2541 while (<IN>) {
2549 close IN;
3156 open (IN, $config)
3159 while (<IN>) {
3168 close(IN);
3441 open (IN, "git cherry -v $start $end|") or
3444 open (IN, "git log --pretty=oneline $end|") or
3450 while (<IN>) {
3457 close(IN);
3656 open (IN, $output_config)
3659 while (<IN>) {
3665 close IN;
4066 open(IN, $buildlog) or dodie "Can't open $buildlog";
4067 while (<IN>) {
4077 close(IN);