Home | History | Annotate | Download | only in libcpu

Lines Matching refs:tsearch

1623 		      else if (tsearch ( newp, &synonyms, compare_syn) == NULL)
1624 error (EXIT_FAILURE, 0, "tsearch");
1657 if (tsearch ((yyvsp[(4) - (6)].str), &mnemonics,
1659 error (EXIT_FAILURE, errno, "tsearch");
1691 if (tsearch (ns, &suffixes, compare_suf)
1693 error (EXIT_FAILURE, errno, "tsearch");
2187 if (tsearch (newp, &bitfields, bitfield_compare) == NULL)
2522 if (tsearch (newp, &fct_names[i], compare_argstring) == NULL)
2523 error (EXIT_FAILURE, errno, "tsearch");
2535 if (tsearch (newp, &strs[i], compare_argstring) == NULL)
2536 error (EXIT_FAILURE, errno, "tsearch");