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

/linux-4.4.14/scripts/kconfig/
H A Dsymbol.c957 struct sym_match { struct
968 const struct sym_match *s1 = sym1; sym_rel_comp()
969 const struct sym_match *s2 = sym2; sym_rel_comp()
995 struct sym_match *sym_match_arr = NULL; sym_re_search()
1015 tmp = realloc(sym_match_arr, size * sizeof(struct sym_match)); for_all_symbols()
1029 qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp);

Completed in 168 milliseconds