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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c978 std::string scan_format = "%"; local
980 scan_format += scanf_length_modifier<T>::value;
981 scan_format += "g%n";
985 num = sscanf (in.c_str (), scan_format.c_str(), &host_float, &n);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c978 std::string scan_format = "%"; local
980 scan_format += scanf_length_modifier<T>::value;
981 scan_format += "g%n";
985 num = sscanf (in.c_str (), scan_format.c_str(), &host_float, &n);

Completed in 102 milliseconds