Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dmconf.c394 struct symbol **sym_arr; in search_conf() local
433 sym_arr = sym_re_search(dialog_input); in search_conf()
445 res = get_relations_str(sym_arr, &head); in search_conf()
461 free(sym_arr); in search_conf()
A Dsymbol.c994 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local
1036 sym_arr = malloc((cnt+1) * sizeof(struct symbol)); in sym_re_search()
1037 if (!sym_arr) in sym_re_search()
1040 sym_arr[i] = sym_match_arr[i]->sym; in sym_re_search()
1041 sym_arr[cnt] = NULL; in sym_re_search()
1051 return sym_arr; in sym_re_search()
A Dlkc_proto.h27 P(get_relations_str, struct gstr, (struct symbol **sym_arr, struct list_head
A Dnconf.c691 struct symbol **sym_arr; in search_conf() local
723 sym_arr = sym_re_search(dialog_input); in search_conf()
724 res = get_relations_str(sym_arr, NULL); in search_conf()
725 free(sym_arr); in search_conf()
A Dmenu.c663 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() argument
669 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()

Completed in 9 milliseconds