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

12

/freebsd-10-stable/contrib/bmake/lst.lib/
H A DlstConcat.c86 List list2 = l2; local
93 if (list2->firstPtr != NULL) {
102 list2->lastPtr->nextPtr = NULL;
111 list2->firstPtr->prevPtr = list1->lastPtr;
113 list1->lastPtr->nextPtr = list2->firstPtr;
115 list1->firstPtr = list2->firstPtr;
117 list1->lastPtr = list2->lastPtr;
129 } else if (list2->firstPtr != NULL) {
142 list2->lastPtr->nextPtr = NULL;
143 for (last = list1->lastPtr, ln = list2
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c173 list_concat(list_t **list1, list_t *list2) argument
181 *list1 = list2;
183 last->l_next = list2;
190 slist_merge(list_t **list1p, list_t *list2, int (*cmp)(void *, void *)) argument
196 *list1p = list2;
201 while (list2 != NULL) {
202 if (cmp(list1->l_data, list2->l_data) > 0) {
203 next2 = list2->l_next;
207 *list1p = last1 = list2;
208 list2
[all...]
/freebsd-10-stable/lib/libc/stdlib/
H A Dmerge.c108 u_char *list2, *list1, *p2, *p, *last, **p1; local
126 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL)
130 setup(list1, list2, nmemb, size, cmp);
131 last = list2 + nmemb * size;
133 while (*EVAL(list2) != last) {
136 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
139 f2 = l1 = list1 + (p2 - list2);
142 l2 = list1 + (p2 - list2);
223 tp2 = list1; /* swap list1, list2 */
224 list1 = list2;
[all...]
/freebsd-10-stable/contrib/ntp/lib/isc/include/isc/
H A Dlist.h159 #define ISC_LIST_APPENDLIST(list1, list2, link) \
162 (list1) = (list2); \
163 else if (!ISC_LIST_EMPTY(list2)) { \
164 (list1).tail->link.next = (list2).head; \
165 (list2).head->link.prev = (list1).tail; \
166 (list1).tail = (list2).tail; \
168 (list2).head = NULL; \
169 (list2).tail = NULL; \
172 #define ISC_LIST_PREPENDLIST(list1, list2, link) \
175 (list1) = (list2); \
[all...]
H A Dutil.h205 #define APPENDLIST(list1, list2, link) ISC_LIST_APPENDLIST(list1, list2, link)
/freebsd-10-stable/contrib/gperf/src/
H A Dkeyword-list.cc87 merge (Keyword_List *list1, Keyword_List *list2, Keyword_Comparison less) argument
95 *resultp = list2;
98 if (!list2)
103 if (less (list2->first(), list1->first()))
105 *resultp = list2;
106 resultp = &list2->rest();
108 list2 = *resultp; */
109 list2 = list1; list1 = *resultp;
/freebsd-10-stable/usr.bin/make/
H A Dlst.c95 * list1 The list to which list2 is to be appended
96 * list2 The list to append to list1
104 Lst_Concat(Lst *list1, Lst *list2, int flags) argument
111 if (list2->firstPtr == NULL)
123 list2->firstPtr->prevPtr = list1->lastPtr;
125 list1->lastPtr->nextPtr = list2->firstPtr;
127 list1->firstPtr = list2->firstPtr;
128 list1->lastPtr = list2->lastPtr;
130 Lst_Init(list2);
136 * corresponding element in list2
[all...]
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dtest_config.c88 char *list2[] = { "", NULL }; variable
112 test[2].res = list2;
/freebsd-10-stable/contrib/openbsm/man/
H A DMakefile.in281 list2=''; \
283 && test -n "`echo $$list1$$list2`" \
288 if test -n "$$list2"; then \
289 for i in $$list2; do echo "$$i"; done \
322 list2=''; \
324 && test -n "`echo $$list1$$list2`" \
329 if test -n "$$list2"; then \
330 for i in $$list2; do echo "$$i"; done \
/freebsd-10-stable/contrib/openpam/doc/man/
H A DMakefile.in380 list2=''; \
382 && test -n "`echo $$list1$$list2`" \
387 if test -n "$$list2"; then \
388 for i in $$list2; do echo "$$i"; done \
421 list2=''; \
423 && test -n "`echo $$list1$$list2`" \
428 if test -n "$$list2"; then \
429 for i in $$list2; do echo "$$i"; done \
/freebsd-10-stable/contrib/openbsm/libbsm/
H A DMakefile.in316 list2=; for p in $$list; do \
318 list2="$$list2 $$p"; \
321 test -z "$$list2" || { \
324 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
325 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
401 list2=''; \
403 && test -n "`echo $$list1$$list2`" \
408 if test -n "$$list2"; then \
409 for i in $$list2; d
[all...]
/freebsd-10-stable/contrib/openpam/modules/pam_permit/
H A DMakefile.in360 list2=; for p in $$list; do \
362 list2="$$list2 $$p"; \
365 test -z "$$list2" || { \
368 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
369 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
/freebsd-10-stable/contrib/openpam/modules/pam_unix/
H A DMakefile.in360 list2=; for p in $$list; do \
362 list2="$$list2 $$p"; \
365 test -z "$$list2" || { \
368 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
369 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
/freebsd-10-stable/contrib/openpam/modules/pam_deny/
H A DMakefile.in360 list2=; for p in $$list; do \
362 list2="$$list2 $$p"; \
365 test -z "$$list2" || { \
368 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
369 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
/freebsd-10-stable/contrib/ntp/scripts/ntpsweep/
H A DMakefile.in667 list2='$(man_MANS)'; \
669 && test -n "`echo $$list1$$list2`" \
674 if test -n "$$list2"; then \
675 for i in $$list2; do echo "$$i"; done \
710 list2='$(man_MANS)'; \
712 && test -n "`echo $$list1$$list2`" \
717 if test -n "$$list2"; then \
718 for i in $$list2; do echo "$$i"; done \
/freebsd-10-stable/contrib/ntp/scripts/ntp-wait/
H A DMakefile.in662 list2='$(man_MANS)'; \
664 && test -n "`echo $$list1$$list2`" \
669 if test -n "$$list2"; then \
670 for i in $$list2; do echo "$$i"; done \
705 list2='$(man_MANS)'; \
707 && test -n "`echo $$list1$$list2`" \
712 if test -n "$$list2"; then \
713 for i in $$list2; do echo "$$i"; done \
/freebsd-10-stable/contrib/ntp/scripts/calc_tickadj/
H A DMakefile.in670 list2='$(man_MANS)'; \
672 && test -n "`echo $$list1$$list2`" \
677 if test -n "$$list2"; then \
678 for i in $$list2; do echo "$$i"; done \
713 list2='$(man_MANS)'; \
715 && test -n "`echo $$list1$$list2`" \
720 if test -n "$$list2"; then \
721 for i in $$list2; do echo "$$i"; done \
/freebsd-10-stable/contrib/ntp/scripts/ntptrace/
H A DMakefile.in661 list2='$(man_MANS)'; \
663 && test -n "`echo $$list1$$list2`" \
668 if test -n "$$list2"; then \
669 for i in $$list2; do echo "$$i"; done \
704 list2='$(man_MANS)'; \
706 && test -n "`echo $$list1$$list2`" \
711 if test -n "$$list2"; then \
712 for i in $$list2; do echo "$$i"; done \
/freebsd-10-stable/contrib/ntp/scripts/update-leap/
H A DMakefile.in663 list2='$(man_MANS)'; \
665 && test -n "`echo $$list1$$list2`" \
670 if test -n "$$list2"; then \
671 for i in $$list2; do echo "$$i"; done \
706 list2='$(man_MANS)'; \
708 && test -n "`echo $$list1$$list2`" \
713 if test -n "$$list2"; then \
714 for i in $$list2; do echo "$$i"; done \
/freebsd-10-stable/contrib/sqlite3/
H A DMakefile.in423 list2=; for p in $$list; do \
425 list2="$$list2 $$p"; \
428 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)"; \
581 list2='$(man_MANS)'; \
583 && test -n "`echo $$list1$$list2`" \
588 if test -n "$$list2"; then \
589 for i in $$list2; d
[all...]
/freebsd-10-stable/contrib/file/src/
H A DMakefile.in398 list2=; for p in $$list; do \
400 list2="$$list2 $$p"; \
403 test -z "$$list2" || { \
406 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
407 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A DMakefile.in527 list2=; for p in $$list; do \
529 list2="$$list2 $$p"; \
532 test -z "$$list2" || { \
535 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
536 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
/freebsd-10-stable/contrib/openpam/bin/su/
H A DMakefile.in443 list2=''; \
445 && test -n "`echo $$list1$$list2`" \
450 if test -n "$$list2"; then \
451 for i in $$list2; do echo "$$i"; done \
/freebsd-10-stable/contrib/ntp/scripts/
H A DMakefile.in651 list2=''; \
653 && test -n "`echo $$list1$$list2`" \
658 if test -n "$$list2"; then \
659 for i in $$list2; do echo "$$i"; done \
692 list2=''; \
694 && test -n "`echo $$list1$$list2`" \
699 if test -n "$$list2"; then \
700 for i in $$list2; do echo "$$i"; done \
/freebsd-10-stable/contrib/ntp/util/
H A DMakefile.in969 list2='$(man_MANS)'; \
971 && test -n "`echo $$list1$$list2`" \
976 if test -n "$$list2"; then \
977 for i in $$list2; do echo "$$i"; done \
1012 list2='$(man_MANS)'; \
1014 && test -n "`echo $$list1$$list2`" \
1019 if test -n "$$list2"; then \
1020 for i in $$list2; do echo "$$i"; done \

Completed in 246 milliseconds

12