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

1 2 3 4

  /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.
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?
varmod-shell.mk 18 # If the command exits with non-zero, an error message is printed.
  /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/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.old/dist/gcc/c-family/
c-ppoutput.cc 36 bool printed; /* True if something output at line. */ member in struct:__anon10271
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/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;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
cpp.cc 129 unsigned char printed; /* Nonzero if something output at line. */ member in struct:__anon11070
562 print.printed = 0;
825 print.printed = 1;
842 if (print.printed)
846 print.printed = 0;
867 if (print.printed)
869 print.printed = 0;
961 print.printed = 1;
1172 if (print.printed)
1176 print.printed = 0
    [all...]
  /src/external/gpl3/autoconf/dist/bin/
autoscan.in 47 use vars qw(@cfiles @makefiles @shfiles @subdirs %printed);
466 # already printed, and remember these macros are needed.
486 if (! $printed{$macro})
489 $printed{$macro} = 1;

Completed in 48 milliseconds

1 2 3 4