/src/usr.bin/make/unit-tests/ |
sh-jobs.exp | 1 comment-with-followup-line: This is printed. 2 no-comment: This is printed.
|
opt-no-action.mk | 16 # Both of these commands are printed, but only the '+' command is run. 21 # Both of these commands are printed, but only the '+' command is run. 26 # None of these commands is printed, but both are run, because this target 32 # Both of these commands are printed, but only the '+' command is run.
|
deptgt-error.exp | 6 ERROR_INFO='This information is printed on 'errors'.'
|
shell-ksh.mk | 20 # This command is both printed and executed. 26 # This command is both printed and executed. 29 # This command is both printed and executed.
|
jobs-error-indirect.mk | 4 # printed, to aid in debugging.
|
sh-jobs.mk | 26 @# comment${.newline}echo '$@: This is printed.'; false 34 @echo '$@: This is printed.'; false
|
deptgt-error.mk | 16 # Before making the '.ERROR' target, these variable values are printed.
|
jobs-error-nested-make.mk | 4 # printed, to aid in debugging, even if the target is marked as .MAKE.
|
jobs-error-nested.mk | 4 # printed, to aid in debugging.
|
opt-warnings-as-errors.mk | 6 # First, the word "warning" is still printed, and second, parsing continues
|
shell-csh.mk | 23 # This command is both printed and executed. 29 # This command is both printed and executed. 32 # This command is both printed and executed.
|
opt-jobs-no-action.mk | 44 # The following command is regular, it is printed twice: 49 # The following command is silent, it is printed once, using the 53 # The following command ignores errors, it is printed once, using 55 # XXX: Why is it not printed using shell.echoTmpl as well?
|
varmod-sun-shell.mk | 15 # If the command exits with non-zero, a warning is printed.
|
opt-no-action-touch.mk | 6 # -t, so instead of being touched, the commands of the targets are printed. 35 # printed before being run.
|
opt-debug-for.mk | 16 # is not printed consistently. It would also be helpful to mention the
|
opt-debug-parse.mk | 11 # printed a wrong line number, using the last line before the loop body, while
|
varname-dollar.mk | 25 # At this point, the variable '$' is defined, therefore its value is printed
|
varname-make_print_var_on_error-jobs.mk | 7 # expressions expanded, just as they were printed to the shell command file.
|
opt-debug-loud.mk | 20 # is still printed. The -dl debugging option is stronger than all
|
dep-duplicate.mk | 8 # 1.653 from 2022-01-20, the wrong filename had been printed if the file of
|
parse-var.mk | 72 # What error messages are printed (Parse_Error)? 73 # What no-effect error messages are printed (Error)? 74 # What error messages should be printed but aren't?
|
/src/tests/bin/ps/ |
t_ps.sh | 129 # Run "ps $args -p $$"; check that only one line is printed, 185 "and also check that the columns printed by the -j," \ 220 "columns are printed; this does not test header" \ 350 "should not be printed at all in this case."
|
/src/usr.bin/locate/locate/ |
locate.c | 188 int count, found, globflag, printed; local in function:fastfind 201 found = printed = 0; 234 ++printed; 240 return printed;
|
/src/usr.bin/m4/ |
misc.c | 126 int printed = 0; local in function:pbnumbase 137 printed++; 142 printed++; 143 while (printed++ < d)
|
/src/usr.bin/ldd/ |
ldd_elfxx.c | 260 if (!needed->obj->printed) { 262 needed->obj->printed = 1;
|