/src/usr.bin/make/unit-tests/ |
dotwait.exp | 5 recursive.1.1.* 6 recursive.1.1.* 7 recursive.1.1.* 8 recursive.1.1.* 9 recursive.1.99 10 recursive.1.99 11 recursive.2.1.* 12 recursive.2.1.* 13 recursive.2.1.* 14 recursive.2.1. [all...] |
recursive.exp | 1 make: recursive.mk:38: Unclosed variable "MISSING_PAREN" 2 make: recursive.mk:40: Unclosed variable "MISSING_BRACE"
|
var-recursive.exp | 1 make: var-recursive.mk:11: Variable DIRECT is recursive. 4 make: var-recursive.mk:11: <> 5 make: var-recursive.mk:19: Variable INDIRECT1 is recursive. 9 make: var-recursive.mk:19: <> 10 make: var-recursive.mk:26: <ok> 11 make: var-recursive.mk:34: Variable MODIFIERS is recursive. 14 make: var-recursive.mk:34: <Mpattern} [all...] |
var-recursive.mk | 1 # $NetBSD: var-recursive.mk,v 1.12 2025/04/13 09:29:33 rillig Exp $ 8 DIRECT= ${DIRECT} # Defining a recursive variable is not an error. 9 # expect+2: Variable DIRECT is recursive. 17 # expect+2: Variable INDIRECT1 is recursive. 30 # follow-up error messages, but recursive variables occur seldom. 32 # expect+2: Variable MODIFIERS is recursive. 41 # expect+2: Variable V is recursive. 49 # expect: : before-recursive 50 : before-recursive 51 # expect: make: Variable VAR is recursive [all...] |
dotwait.mk | 5 TESTS= simple recursive shared cycle 43 # recursive: all children of the left hand side of the .WAIT 45 recursive: recursive.1.99 .WAIT recursive.2.99 target 46 recursive.1.99: recursive.1.1.a recursive.1.1.b _ECHOUSE 47 recursive.2.99: recursive.2.1.a recursive.2.1.b _ECHOUS [all...] |
depsrc-recursive.mk | 1 # $NetBSD: depsrc-recursive.mk,v 1.3 2020/09/05 15:57:12 rillig Exp $ 3 # Tests for the special source .RECURSIVE in dependency declarations, 12 this-is-made: .RECURSIVE
|
recursive.mk | 1 # $NetBSD: recursive.mk,v 1.8 2024/06/02 15:31:26 rillig Exp $ 4 # This would stop make from doing anything since the "recursive" error 22 # recursive."
|
varcmd.mk | 3 # Test behaviour of recursive make and vars set on command line.
|
cond-func-empty.mk | 176 # recursive". 200 # string. This in turn created the seemingly recursive definition
|
Makefile | 132 TESTS+= depsrc-recursive 310 TESTS+= recursive 363 TESTS+= var-recursive
|
cond-short.mk | 184 # recursive'. The condition '0' evaluated to false, which made the right-hand 192 # recursive.
|
varmod-edge.mk | 135 # Before str.c 1.48 from 2020-06-15, Str_Match used a recursive algorithm for
|
/src/sys/external/isc/libsodium/dist/src/ |
Makefile.in | 123 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 124 ctags-recursive dvi-recursive html-recursive info-recursive \ 125 install-data-recursive install-dvi-recursive \ 126 install-exec-recursive install-html-recursive [all...] |
/src/sys/external/isc/libsodium/dist/test/ |
Makefile.in | 123 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 124 ctags-recursive dvi-recursive html-recursive info-recursive \ 125 install-data-recursive install-dvi-recursive \ 126 install-exec-recursive install-html-recursive [all...] |
/src/sys/external/isc/libsodium/dist/ |
Makefile.in | 128 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 129 ctags-recursive dvi-recursive html-recursive info-recursive \ 130 install-data-recursive install-dvi-recursive \ 131 install-exec-recursive install-html-recursive [all...] |
/src/usr.sbin/wsmuxctl/ |
wsmuxctl.c | 114 int wsfd, list, c, add, rem, recursive; local in function:main 123 recursive = 0; 143 recursive++; 174 listdevs(wsfd, recursive, 0);
|
/src/usr.bin/mail/ |
cmd1.c | 319 int recursive; local in function:type1 352 recursive = do_recursion(); 360 args.parent = recursive ? mp : NULL; 533 int recursive; local in function:top 550 recursive = do_recursion(); 557 args.parent = recursive ? mp : NULL;
|
cmd2.c | 644 int recursive; local in function:detach1 691 recursive = do_recursion(); 698 args.parent = recursive ? mp : NULL;
|
/src/sys/external/isc/libsodium/dist/src/libsodium/ |
Makefile.in | 571 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 572 ctags-recursive dvi-recursive html-recursive info-recursive \ 573 install-data-recursive install-dvi-recursive \ 574 install-exec-recursive install-html-recursive [all...] |
/src/sys/external/isc/libsodium/dist/m4/ |
ltoptions.m4 | 428 LT_OPTION_DEFINE([LTDL_INIT], [recursive], 429 [m4_define([_LTDL_MODE], [recursive])])
|
ax_valgrind_check.m4 | 187 # Use recursive makes in order to ignore errors during check
|
/src/tests/net/if_gif/ |
t_gif.sh | 788 add_test_allproto recursive "recursive check tests"
|
/src/tests/net/if_ipsec/ |
t_ipsec.sh | 964 add_test_allproto recursive "recursive check tests"
|
/src/tools/host-mkdep/ |
configure | 234 ac_init_help=recursive ;; 580 --help=recursive display the short help of all the included packages 625 short | recursive ) echo "Configuration of mkdep noversion:";; 645 if test "$ac_init_help" = "recursive"; then 666 $SHELL $ac_sub_srcdir/configure.gnu --help=recursive 669 $SHELL $ac_sub_srcdir/configure --help=recursive
|
/src/tools/compat/ |
configure | 883 ac_init_help=recursive ;; 1281 --help=recursive display the short help of all the included packages 1331 short | recursive ) echo "Configuration of libnbcompat noversion:";; 1353 if test "$ac_init_help" = "recursive"; then 1398 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1401 $SHELL "$ac_srcdir/configure" --help=recursive
|