Searched refs:sym_arr (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | mconf.c | 393 struct symbol **sym_arr; in search_conf() local 432 sym_arr = sym_re_search(dialog_input); in search_conf() 444 res = get_relations_str(sym_arr, &head); in search_conf() 460 free(sym_arr); in search_conf()
|
| H A D | symbol.c | 955 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local 991 sym_arr = malloc((cnt+1) * sizeof(struct symbol *)); in sym_re_search() 992 if (!sym_arr) in sym_re_search() 995 sym_arr[i] = sym_match_arr[i].sym; in sym_re_search() 996 sym_arr[cnt] = NULL; in sym_re_search() 1003 return sym_arr; in sym_re_search()
|
| H A D | nconf.c | 694 struct symbol **sym_arr; in search_conf() local 726 sym_arr = sym_re_search(dialog_input); in search_conf() 727 res = get_relations_str(sym_arr, NULL); in search_conf() 728 free(sym_arr); in search_conf()
|
| H A D | lkc.h | 122 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
|
| H A D | menu.c | 872 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() argument 878 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | mconf.c | 393 struct symbol **sym_arr; in search_conf() local 432 sym_arr = sym_re_search(dialog_input); in search_conf() 444 res = get_relations_str(sym_arr, &head); in search_conf() 460 free(sym_arr); in search_conf()
|
| H A D | symbol.c | 1042 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local 1078 sym_arr = malloc((cnt+1) * sizeof(struct symbol *)); in sym_re_search() 1079 if (!sym_arr) in sym_re_search() 1082 sym_arr[i] = sym_match_arr[i].sym; in sym_re_search() 1083 sym_arr[cnt] = NULL; in sym_re_search() 1090 return sym_arr; in sym_re_search()
|
| H A D | lkc_proto.h | 26 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
|
| H A D | nconf.c | 693 struct symbol **sym_arr; in search_conf() local 725 sym_arr = sym_re_search(dialog_input); in search_conf() 726 res = get_relations_str(sym_arr, NULL); in search_conf() 727 free(sym_arr); in search_conf()
|
| H A D | menu.c | 846 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() argument 852 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | mconf.c | 393 struct symbol **sym_arr; in search_conf() local 432 sym_arr = sym_re_search(dialog_input); in search_conf() 444 res = get_relations_str(sym_arr, &head); in search_conf() 460 free(sym_arr); in search_conf()
|
| H A D | symbol.c | 1028 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local 1064 sym_arr = malloc((cnt+1) * sizeof(struct symbol)); in sym_re_search() 1065 if (!sym_arr) in sym_re_search() 1068 sym_arr[i] = sym_match_arr[i].sym; in sym_re_search() 1069 sym_arr[cnt] = NULL; in sym_re_search() 1076 return sym_arr; in sym_re_search()
|
| H A D | lkc_proto.h | 25 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
|
| H A D | nconf.c | 693 struct symbol **sym_arr; in search_conf() local 725 sym_arr = sym_re_search(dialog_input); in search_conf() 726 res = get_relations_str(sym_arr, NULL); in search_conf() 727 free(sym_arr); in search_conf()
|
| H A D | menu.c | 693 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() argument 699 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()
|