set_identifier_qual
if (set_identifier_qual(&cur_rmconf->idv, $2, $4, $3) != 0) {
if (set_identifier_qual(&id, $2, $4, $3) != 0) {
return set_identifier_qual(vpp, type, value, IDQUAL_UNSPEC);
extern int set_identifier_qual(vchar_t **, int, const vchar_t * const, int);