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

123

/freebsd-13-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-13-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-13-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-13-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-13-stable/contrib/libxo/tests/core/
H A Dtest_01.c40 struct item list2[] = { local
164 for (ip = list2; ip->i_title; ip++) {
H A Dtest_10.c42 struct item list2[] = { local
170 for (ip = list2; ip->i_title; ip++) {
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dtest_config.c88 char *list2[] = { "", NULL }; variable
112 test[2].res = list2;
/freebsd-13-stable/contrib/openbsm/man/
H A DMakefile.in337 list2=''; \
339 && test -n "`echo $$list1$$list2`" \
344 if test -n "$$list2"; then \
345 for i in $$list2; do echo "$$i"; done \
378 list2=''; \
380 && test -n "`echo $$list1$$list2`" \
385 if test -n "$$list2"; then \
386 for i in $$list2; do echo "$$i"; done \
/freebsd-13-stable/contrib/openbsm/libauditd/
H A DMakefile.in373 list2=; for p in $$list; do \
375 list2="$$list2 $$p"; \
378 test -z "$$list2" || { \
381 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
382 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
445 list2=''; \
447 && test -n "`echo $$list1$$list2`" \
452 if test -n "$$list2"; then \
453 for i in $$list2; d
[all...]
/freebsd-13-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-13-stable/contrib/openbsm/libbsm/
H A DMakefile.in401 list2=; for p in $$list; do \
403 list2="$$list2 $$p"; \
406 test -z "$$list2" || { \
409 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
410 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
487 list2=''; \
489 && test -n "`echo $$list1$$list2`" \
494 if test -n "$$list2"; then \
495 for i in $$list2; d
[all...]
/freebsd-13-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-13-stable/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.in370 list2=; for p in $$list; do \
372 list2="$$list2 $$p"; \
375 test -z "$$list2" || { \
378 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
379 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
/freebsd-13-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-13-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-13-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-13-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-13-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-13-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-13-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-13-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-13-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-13-stable/contrib/expat/doc/
H A DMakefile.in369 list2='$(dist_man_MANS)'; \
371 && test -n "`echo $$list1$$list2`" \
376 if test -n "$$list2"; then \
377 for i in $$list2; do echo "$$i"; done \
/freebsd-13-stable/contrib/sqlite3/
H A DMakefile.in420 list2=; for p in $$list; do \
422 list2="$$list2 $$p"; \
425 test -z "$$list2" || { \
428 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
429 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
578 list2='$(man_MANS)'; \
580 && test -n "`echo $$list1$$list2`" \
585 if test -n "$$list2"; then \
586 for i in $$list2; d
[all...]

Completed in 175 milliseconds

123