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

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dutils.php49 function cleanstring ( $s ) function
390 $s = ( "#define $key \"" . cleanstring ( $value ) . "\"" );
392 $s = ( "#define $key \\\"" . cleanstring ( $value ) . "\\\"" );
394 $s = "#define $key " . cleanstring ( $value );

Completed in 666 milliseconds