HomeSort by: relevance | last modified time | path
    Searched refs:prints (Results 1 - 16 of 16) sorted by relevancy

  /src/usr.bin/make/unit-tests/
jobs-error-indirect.mk 6 # XXX: This test is run without the -k flag, which prints "stopped in" twice.
opt-debug-graph1.mk 3 # Tests for the -dg1 command line option, which prints the input
opt-debug-graph3.mk 3 # Tests for the -dg3 command line option, which prints the input
jobs-error-nested.mk 6 # XXX: This test is run without the -k flag, which prints "stopped in" 4
opt-debug-graph2.mk 3 # Tests for the -dg2 command line option, which prints the input
varname-make_print_var_on_error.mk 3 # Tests for the special MAKE_PRINT_VAR_ON_ERROR variable, which prints the
varname-make_print_var_on_error-jobs.mk 3 # Tests for the special MAKE_PRINT_VAR_ON_ERROR variable, which prints the
opt-debug-loud.mk 3 # Tests for the -dl command line option, which prints the commands before
opt-jobs-no-action.mk 3 # Tests for the combination of the options -j and -n, which prints the
opt-debug-file.mk 83 # If the debug log file cannot be opened, make prints an error message and
varmod.mk 105 # In lint mode, make prints helpful error messages.
  /src/usr.bin/sed/TEST/
sed.test 110 echo SunOS sed prints only with -n
117 echo SunOS sed prints only with -n
132 echo SunOS sed prints only with -n
138 echo SunOS sed prints only with -n
144 echo SunOS sed prints only with -n
150 echo SunOS sed prints only with -n
159 echo SunOS sed prints only with -n
165 echo SunOS sed prints only with -n
171 echo SunOS sed prints only with -n
183 echo SunOS sed prints only with -
    [all...]
  /src/share/mk/
bsd.host.mk 49 # For _HOST_ARCH, if uname -p fails, or prints "unknown", or prints
  /src/usr.bin/rs/
rs.c 104 static void prints(char *, int);
203 prints(ep[j], (j - i) / orows);
211 prints(*ep++, j);
219 prints(char *s, int col) function in typeref:typename:void
313 prints(ep[j], (j - i) / orows);
319 prints(*ep++, j);
  /src/sys/arch/m68k/m68k/
db_disasm.c 89 static void prints(dis_buffer_t *, int, int);
2393 prints(dbuf,
2398 prints(dbuf, *(dbuf->val + 1 + dd), sz);
2402 prints(dbuf, *(long *)(dbuf->val + 1 + dd),
2475 prints(dbuf, disp,
2516 prints(dbuf, odisp,
2597 prints(dbuf,
2602 prints(dbuf, *(dbuf->val + 1 + dd), sz);
2606 prints(dbuf, *(long *)(dbuf->val + 1 + dd),
2691 prints(dbuf, disp
2984 prints(dis_buffer_t *dbuf, int val, int sz) function in typeref:typename:void
    [all...]
  /src/usr.bin/xlint/lint1/
README.md 46 Whether lint prints a message and whether each message is an error, a warning
216 | vwarning_at | err.c | Prints a warning |
217 | verror_at | err.c | Prints an error |
218 | assert_failed | err.c | Prints the location of a failed assertion |

Completed in 17 milliseconds