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

123

/freebsd-11-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-11-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-11-stable/lib/libc/stdlib/
H A Dmerge.c122 u_char *list2, *list1, *p2, *p, *last, **p1; local
140 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL)
144 setup(list1, list2, nmemb, size, cmp);
145 last = list2 + nmemb * size;
147 while (*EVAL(list2) != last) {
150 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
153 f2 = l1 = list1 + (p2 - list2);
156 l2 = list1 + (p2 - list2);
237 tp2 = list1; /* swap list1, list2 */
238 list1 = list2;
276 setup(u_char *list1, u_char *list2, size_t n, size_t size, cmp_t cmp) argument
[all...]
/freebsd-11-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-11-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-11-stable/contrib/file/doc/
H A DMakefile.in327 list2='$(man_MANS)'; \
329 && test -n "`echo $$list1$$list2`" \
334 if test -n "$$list2"; then \
335 for i in $$list2; do echo "$$i"; done \
370 list2='$(man_MANS)'; \
372 && test -n "`echo $$list1$$list2`" \
377 if test -n "$$list2"; then \
378 for i in $$list2; do echo "$$i"; done \
413 list2='$(man_MANS)'; \
415 && test -n "`echo $$list1$$list2`" \
[all...]
/freebsd-11-stable/contrib/libxo/tests/core/
H A Dtest_10.c41 struct item list2[] = { local
169 for (ip = list2; ip->i_title; ip++) {
H A Dtest_01.c39 struct item list2[] = { local
160 for (ip = list2; ip->i_title; ip++) {
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_config.c88 char *list2[] = { "", NULL }; variable
112 test[2].res = list2;
/freebsd-11-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-11-stable/contrib/openbsm/libauditd/
H A DMakefile.in288 list2=; for p in $$list; do \
290 list2="$$list2 $$p"; \
293 test -z "$$list2" || { \
296 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
297 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
359 list2=''; \
361 && test -n "`echo $$list1$$list2`" \
366 if test -n "$$list2"; then \
367 for i in $$list2; d
[all...]
/freebsd-11-stable/contrib/openpam/doc/man/
H A DMakefile.in402 list2=''; \
404 && test -n "`echo $$list1$$list2`" \
409 if test -n "$$list2"; then \
410 for i in $$list2; do echo "$$i"; done \
443 list2=''; \
445 && test -n "`echo $$list1$$list2`" \
450 if test -n "$$list2"; then \
451 for i in $$list2; do echo "$$i"; done \
/freebsd-11-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-11-stable/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.in284 list2=; for p in $$list; do \
286 list2="$$list2 $$p"; \
289 test -z "$$list2" || { \
292 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
293 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
/freebsd-11-stable/contrib/openpam/modules/pam_return/
H A DMakefile.in384 list2=; for p in $$list; do \
386 list2="$$list2 $$p"; \
389 test -z "$$list2" || { \
392 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
393 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
/freebsd-11-stable/contrib/openpam/modules/pam_permit/
H A DMakefile.in384 list2=; for p in $$list; do \
386 list2="$$list2 $$p"; \
389 test -z "$$list2" || { \
392 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
393 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
/freebsd-11-stable/contrib/openpam/modules/pam_unix/
H A DMakefile.in384 list2=; for p in $$list; do \
386 list2="$$list2 $$p"; \
389 test -z "$$list2" || { \
392 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
393 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
/freebsd-11-stable/contrib/openpam/modules/pam_deny/
H A DMakefile.in384 list2=; for p in $$list; do \
386 list2="$$list2 $$p"; \
389 test -z "$$list2" || { \
392 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
393 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
/freebsd-11-stable/contrib/expat/lib/
H A DMakefile.in454 list2=; for p in $$list; do \
456 list2="$$list2 $$p"; \
459 test -z "$$list2" || { \
462 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
463 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A DMakefile.in431 list2=''; \
433 && test -n "`echo $$list1$$list2`" \
438 if test -n "$$list2"; then \
439 for i in $$list2; do echo "$$i"; done \
472 list2=''; \
474 && test -n "`echo $$list1$$list2`" \
479 if test -n "$$list2"; then \
480 for i in $$list2; do echo "$$i"; done \
/freebsd-11-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-11-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-11-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-11-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 \

Completed in 124 milliseconds

123