Searched refs:TMP (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/Installer/
H A Dx11config.pl24 my $TMP;
33 open(TMP, ">$temp") or die "Can't create $TMP: $!\n";
95 print TMP $line;
99 print TMP "\n";
100 print TMP "Section \"InputDevice\"\n";
101 print TMP " Identifier \"VBoxMouse\"\n";
102 print TMP " Driver \"vboxmouse\"\n";
105 print TMP " Option \"Device\" \"\/dev\/kdmouse\"\n";
107 print TMP " Optio
[all...]
H A Dx11config15suse.pl35 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 " Optio
[all...]
H A Dx11config15sol.pl30 my $TMP;
48 open(TMP, ">$temp") or die "Can't create $TMP: $!\n";
77 print TMP $line;
80 close(TMP);
H A Dx11config15.pl35 my $TMP;
50 open(TMP, ">$temp")
51 or &do_fail("Can't create $TMP: $!\n");
70 print TMP $line;
72 close(TMP);
/vbox/src/VBox/Devices/Network/scripts/
H A DVBoxConvertNATStats.sh28 [ x"$TMP" != x ] && NAT_TMP=TMP

Completed in 61 milliseconds