Lines Matching refs:TMP
35 my $TMP;
64 open(TMP, ">$temp")
65 or &do_fail("Can't create $TMP: $!\n");
89 print TMP " InputDevice \"VBoxMouse\"\n"
118 print TMP $line;
126 print TMP "\n";
127 print TMP "Section \"InputDevice\"\n";
128 print TMP " Identifier \"VBoxMouse\"\n";
129 print TMP " Driver \"$mousedrv\"\n";
130 print TMP " Option \"Device\" \"\/dev\/vboxguest\"\n";
131 print TMP " Option \"SendCoreEvents\" \"on\"\n";
132 print TMP "EndSection\n";
134 close(TMP);