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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/genksyms/
H A Dgenksyms.c59 static int equal_list(struct string_list *a, struct string_list *b);
169 if (!equal_list(sym->defn, defn))
227 static int equal_list(struct string_list *a, struct string_list *b) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-lisp.c134 static bool equal_list (const struct format_arg_list *list1,
294 && (e1->type == FAT_LIST ? equal_list (e1->list, e2->list) : true));
300 equal_list (const struct format_arg_list *list1, function
3471 if (!equal_list (spec1->list, spec2->list))
3487 equal_list (intersection, spec2->list))))
H A Dformat-scheme.c137 static bool equal_list (const struct format_arg_list *list1,
297 && (e1->type == FAT_LIST ? equal_list (e1->list, e2->list) : true));
303 equal_list (const struct format_arg_list *list1, function
3394 if (!equal_list (spec1->list, spec2->list))
3410 equal_list (intersection, spec2->list))))

Completed in 111 milliseconds