Searched defs:first_eight_chars (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dutils.php128 $first_eight_chars = substr ( $line, 0, 8 ); variable
129 settype ( $first_eight_chars, "string" );
131 if ( strpos ( $first_eight_chars, "family" ) === 0 ) {
151 if ( ( strlen ( $first_eight_chars ) == 8 )
152 && ( ctype_xdigit ( $first_eight_chars ) )
155 $roms[$first_eight_chars] = $nic;

Completed in 57 milliseconds