HomeSort by: relevance | last modified time | path
    Searched refs:printed (Results 1 - 25 of 145) sorted by relevancy

1 2 3 4 5 6

  /src/usr.bin/make/unit-tests/
sh-jobs.exp 1 comment-with-followup-line: This is printed.
2 no-comment: This is printed.
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.
deptgt-error.mk 16 # Before making the '.ERROR' target, these variable values are printed.
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.
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.
  /src/external/bsd/jemalloc/dist/src/
fxp.c 116 size_t printed = malloc_snprintf(buf, FXP_BUF_SIZE, "%"FMTu32".", local
119 buf[printed] = '0';
120 printed++;
122 malloc_snprintf(&buf[printed], FXP_BUF_SIZE - printed, "%"FMTu64,
  /src/external/bsd/ipf/dist/lib/
printhash.c 22 int printed; local
45 for (printed = 0, ipep = iph.iph_list; ipep != NULL; ) {
47 printed++;
49 if (printed == 0)
printhash_live.c 24 int last, printed; local
52 printed = 0;
61 printed++;
66 if (printed == 0)
printpool_live.c 24 int printed, last; local
51 printed = 0;
60 printed++;
64 if (printed == 0)
printdstl_live.c 28 int printed, last; local
65 printed = 0;
73 printed++;
80 if (printed == 0)
  /src/external/mpl/bind/dist/bin/tests/system/
digcomp.pl 88 $printed = 0;
115 if ($printed == 0);
117 $printed++;
137 if ($printed == 0);
139 $printed++;
146 $printed = 0;
151 if ($printed == 0);
154 $printed++;
  /src/external/bsd/pdisk/dist/
validate.c 303 int printed; local
313 printed = 0;
328 printed = 1;
343 printed = 1;
347 if (printed == 0) {
360 int printed; local
446 printed = 0;
450 printed = 1;
455 printed = 1;
461 printed = 1
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ppoutput.cc 38 bool printed; /* True if something output at line. */ member in struct:__anon12617
113 if (print.printed)
171 print.printed = false;
250 print.printed = true;
258 print.printed = true;
270 print.printed = true;
291 print.printed = true;
321 print.printed = true;
463 print.printed = true;
482 if (print.printed)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ppoutput.cc 36 bool printed; /* True if something output at line. */ member in struct:__anon15237
109 if (print.printed)
160 print.printed = false;
227 print.printed = true;
235 print.printed = true;
247 print.printed = true;
265 print.printed = true;
292 print.printed = true;
425 print.printed = true;
444 if (print.printed)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 92 /// If you want to override the dot attributes printed for a particular
238 int level, bool &printed) {
243 if (!printed) {
244 printed = true;
257 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit;
272 bool printed = false; local
273 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) {
276 setSubgraphColorHelper(N, "blue", visited, 0, printed);
278 setSubgraphColorHelper(N, "green", visited, 0, printed);
  /src/external/gpl3/gdb/dist/readline/readline/examples/
fileman.c 407 int printed = 0; local
414 printed++;
418 if (!printed)
425 if (printed == 6)
427 printed = 0;
432 printed++;
435 if (printed)
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
fileman.c 407 int printed = 0; local
414 printed++;
418 if (!printed)
425 if (printed == 6)
427 printed = 0;
432 printed++;
435 if (printed)
  /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
201 found = printed = 0;
234 ++printed;
240 return printed;
  /src/usr.bin/m4/
misc.c 126 int printed = 0; local
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;

Completed in 39 milliseconds

1 2 3 4 5 6