Home
last modified time | relevance | path

Searched refs:sym_match (Results 1 – 1 of 1) sorted by relevance

/u-boot/scripts/kconfig/
A Dsymbol.c916 struct sym_match { struct
927 const struct sym_match *s1 = sym1; in sym_rel_comp() argument
928 const struct sym_match *s2 = sym2; in sym_rel_comp()
954 struct sym_match *sym_match_arr = NULL; in sym_re_search()
974 tmp = realloc(sym_match_arr, size * sizeof(struct sym_match)); in sym_re_search()
988 qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp); in sym_re_search()

Completed in 4 milliseconds