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

123

/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/contrib/file/doc/
H A DMakefile.in326 list2='$(man_MANS)'; \
328 && test -n "`echo $$list1$$list2`" \
333 if test -n "$$list2"; then \
334 for i in $$list2; do echo "$$i"; done \
369 list2='$(man_MANS)'; \
371 && test -n "`echo $$list1$$list2`" \
376 if test -n "$$list2"; then \
377 for i in $$list2; do echo "$$i"; done \
412 list2='$(man_MANS)'; \
414 && test -n "`echo $$list1$$list2`" \
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dtest_config.c88 char *list2[] = { "", NULL }; variable
112 test[2].res = list2;
/freebsd-11.0-release/contrib/libxo/tests/core/
H A Dtest_01.c38 struct item list2[] = { local
147 for (ip = list2; ip->i_title; ip++) {
H A Dtest_10.c41 struct item list2[] = { local
169 for (ip = list2; ip->i_title; ip++) {
/freebsd-11.0-release/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.0-release/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-11.0-release/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.0-release/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.0-release/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.0-release/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-11.0-release/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-11.0-release/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-11.0-release/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.0-release/contrib/ntp/scripts/calc_tickadj/
H A DMakefile.in669 list2='$(man_MANS)'; \
671 && test -n "`echo $$list1$$list2`" \
676 if test -n "$$list2"; then \
677 for i in $$list2; do echo "$$i"; done \
712 list2='$(man_MANS)'; \
714 && test -n "`echo $$list1$$list2`" \
719 if test -n "$$list2"; then \
720 for i in $$list2; do echo "$$i"; done \
/freebsd-11.0-release/contrib/ntp/scripts/ntp-wait/
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.0-release/contrib/ntp/scripts/ntpsweep/
H A DMakefile.in666 list2='$(man_MANS)'; \
668 && test -n "`echo $$list1$$list2`" \
673 if test -n "$$list2"; then \
674 for i in $$list2; do echo "$$i"; done \
709 list2='$(man_MANS)'; \
711 && test -n "`echo $$list1$$list2`" \
716 if test -n "$$list2"; then \
717 for i in $$list2; do echo "$$i"; done \
/freebsd-11.0-release/contrib/ntp/scripts/ntptrace/
H A DMakefile.in660 list2='$(man_MANS)'; \
662 && test -n "`echo $$list1$$list2`" \
667 if test -n "$$list2"; then \
668 for i in $$list2; do echo "$$i"; done \
703 list2='$(man_MANS)'; \
705 && test -n "`echo $$list1$$list2`" \
710 if test -n "$$list2"; then \
711 for i in $$list2; do echo "$$i"; done \
/freebsd-11.0-release/contrib/ntp/scripts/update-leap/
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-11.0-release/contrib/sqlite3/
H A DMakefile.in422 list2=; for p in $$list; do \
424 list2="$$list2 $$p"; \
427 test -z "$$list2" || { \
430 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
431 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
580 list2='$(man_MANS)'; \
582 && test -n "`echo $$list1$$list2`" \
587 if test -n "$$list2"; then \
588 for i in $$list2; d
[all...]

Completed in 284 milliseconds

123