Searched refs:list2 (Results 1 - 25 of 66) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-array_list.c47 check_equals (gl_list_t list1, gl_list_t list2) argument
52 ASSERT (n == gl_list_size (list2));
55 ASSERT (gl_list_get_at (list1, i) == gl_list_get_at (list2, i));
62 gl_list_t list1, list2; local
83 /* Create list2. */
84 list2 = gl_list_create_empty (GL_ARRAY_LIST, NULL, NULL, NULL, true);
86 gl_list_add_last (list2, contents[i]);
88 check_equals (list1, list2);
106 node2 = gl_list_set_at (list2, index, obj);
107 ASSERT (gl_list_get_at (list2, inde
[all...]
H A Dtest-linkedhash_list.c75 check_equals (gl_list_t list1, gl_list_t list2) argument
80 ASSERT (n == gl_list_size (list2));
83 ASSERT (gl_list_get_at (list1, i) == gl_list_get_at (list2, i));
88 check_all (gl_list_t list1, gl_list_t list2, gl_list_t list3) argument
90 check_equals (list1, list2);
97 gl_list_t list1, list2, list3; local
119 /* Create list2. */
120 list2 = gl_list_create_empty (GL_LINKEDHASH_LIST,
123 gl_list_add_last (list2, contents[i]);
130 check_all (list1, list2, list
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-lisp.c135 const struct format_arg_list *list2);
138 struct format_arg_list *list2);
143 struct format_arg_list *list2);
301 const struct format_arg_list *list2)
306 VERIFY_LIST (list2);
309 if (n != list2->initial.count)
314 const struct format_arg * e2 = &list2->initial.element[i];
321 if (n != list2->repeated.count)
326 const struct format_arg * e2 = &list2->repeated.element[i];
1110 /* Memory effects: list1 and list2 ar
300 equal_list(const struct format_arg_list *list1, const struct format_arg_list *list2) argument
1113 make_intersected_list(struct format_arg_list *list1, struct format_arg_list *list2) argument
1343 intersection(struct format_arg_list *list1, struct format_arg_list *list2) argument
1476 make_union_list(struct format_arg_list *list1, struct format_arg_list *list2) argument
[all...]
H A Dformat-scheme.c138 const struct format_arg_list *list2);
141 struct format_arg_list *list2);
146 struct format_arg_list *list2);
304 const struct format_arg_list *list2)
309 VERIFY_LIST (list2);
312 if (n != list2->initial.count)
317 const struct format_arg * e2 = &list2->initial.element[i];
324 if (n != list2->repeated.count)
329 const struct format_arg * e2 = &list2->repeated.element[i];
1123 /* Memory effects: list1 and list2 ar
303 equal_list(const struct format_arg_list *list1, const struct format_arg_list *list2) argument
1126 make_intersected_list(struct format_arg_list *list1, struct format_arg_list *list2) argument
1356 intersection(struct format_arg_list *list1, struct format_arg_list *list2) argument
1499 make_union_list(struct format_arg_list *list1, struct format_arg_list *list2) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dglist.c216 g_list_concat (GList *list1, GList *list2)
220 if (list2)
224 tmp_list->next = list2;
226 list1 = list2;
227 list2->prev = tmp_list;
H A Dglist.in.h78 GList *list2) G_GNUC_WARN_UNUSED_RESULT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dglist.c216 g_list_concat (GList *list1, GList *list2)
220 if (list2)
224 tmp_list->next = list2;
226 list1 = list2;
227 list2->prev = tmp_list;
H A Dglist.in.h78 GList *list2) G_GNUC_WARN_UNUSED_RESULT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davienc.c152 int64_t list1, list2, strh, strf; local
203 list2 = start_tag(pb, "LIST");
325 end_tag(pb, list2);
341 list2 = start_tag(pb, "LIST");
352 end_tag(pb, list2);
355 list2 = start_tag(pb, "JUNK");
358 end_tag(pb, list2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-mpeg.c591 struct list_head *list2; local
598 list_for_each(list2, &h->drvlist.devlist) {
599 d = list_entry(list2, struct cx8802_driver, devlist);
729 struct list_head *list2, *q; local
744 list_for_each_safe(list2, q, &h->drvlist.devlist) {
745 d = list_entry(list2, struct cx8802_driver, devlist);
754 list_del(list2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A DMakefile.in311 list2=; for p in $$list; do \
313 list2="$$list2 $$p"; \
316 test -z "$$list2" || { \
317 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
318 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
H A DMakefile311 list2=; for p in $$list; do \
313 list2="$$list2 $$p"; \
316 test -z "$$list2" || { \
317 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
318 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libipq/
H A DMakefile.in281 list2=; for p in $$list; do \
283 list2="$$list2 $$p"; \
286 test -z "$$list2" || { \
287 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
288 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A DMakefile.in295 list2=; for p in $$list; do \
297 list2="$$list2 $$p"; \
300 test -z "$$list2" || { \
301 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
302 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A DMakefile.in381 list2=; for p in $$list; do \
383 list2="$$list2 $$p"; \
386 test -z "$$list2" || { \
389 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(uamsdir)'"; \
390 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(uamsdir)"; \
H A DMakefile381 list2=; for p in $$list; do \
383 list2="$$list2 $$p"; \
386 test -z "$$list2" || { \
389 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(uamsdir)'"; \
390 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(uamsdir)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap_tools.pm841 my ($list1, $list2) = @_;
843 foreach my $e (@$list2) {
852 my ($list1, $list2) = @_;
855 if (! grep( $_ eq $e, @$list2 )) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi/
H A DMakefile.in393 @list='$(avahi_PYTHON)'; dlist=; list2=; test -n "$(avahidir)" || list=; \
399 list2="$$list2 $$b$$p"; \
402 for file in $$list2; do echo $$file; done | $(am__base_list) | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/man/man3/
H A DMakefile.in361 list2='$(man_MANS)'; \
363 && test -n "`echo $$list1$$list2`" \
368 if test -n "$$list2"; then \
369 for i in $$list2; do echo "$$i"; done \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/man/man4/
H A DMakefile.in361 list2='$(man_MANS)'; \
363 && test -n "`echo $$list1$$list2`" \
368 if test -n "$$list2"; then \
369 for i in $$list2; do echo "$$i"; done \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A DMakefile420 list2=; for p in $$list; do \
422 list2="$$list2 $$p"; \
425 test -z "$$list2" || { \
426 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
427 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
H A DMakefile.in420 list2=; for p in $$list; do \
422 list2="$$list2 $$p"; \
425 test -z "$$list2" || { \
426 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
427 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
H A DMakefile425 list2=; for p in $$list; do \
427 list2="$$list2 $$p"; \
430 test -z "$$list2" || { \
431 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
432 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-entry.c691 } list2[] = { variable in typeref:struct:__anon1023
1284 for (i = 0; list2[i].tag && (list2[i].tag != e->tag); i++);
1285 if (!list2[i].tag) {
1292 for (j = 0; list2[i].elem[j].values[0] &&
1293 (list2[i].elem[j].index < v_short); j++);
1294 if (list2[i].elem[j].index != v_short) {
1302 for (k = 0; list2[i].elem[j].values[k]; k++) {
1303 size_t l = strlen (_(list2[i].elem[j].values[k]));
1305 strncpy (val, _(list2[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/doc/
H A DMakefile598 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
608 list2="$$list2 $$d$$p"; \
611 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \

Completed in 242 milliseconds

123