hexstr_to_label
error = hexstr_to_label(ds_hexsl, &ds_sl);
extern int hexstr_to_label(const char *, m_label_t *);
if (!new_default && (hexstr_to_label(strval, &new_sl) != 0))
if (hexstr_to_label(strval, &new_sl) != 0)
} else if (hexstr_to_label(ds_hexsl, &ds_sl) == 0) {
if (hexstr_to_label(ds_hexsl, &ds_sl) != 0)
extern int hexstr_to_label(const char *, m_label_t *);