Searched refs:printed (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-10-stable/contrib/ipfilter/lib/
H A Dprinthash.c22 int printed; local
45 for (printed = 0, ipep = iph.iph_list; ipep != NULL; ) {
47 printed++;
49 if (printed == 0)
H A Dprintpool_live.c22 int printed, last; local
49 printed = 0;
58 printed++;
62 if (printed == 0)
H A Dprinthash_live.c22 int last, printed; local
50 printed = 0;
59 printed++;
64 if (printed == 0)
H A Dprintdstl_live.c26 int printed, last; local
63 printed = 0;
71 printed++;
78 if (printed == 0)
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp87 /// If you want to override the dot attributes printed for a particular
219 int level, bool &printed) {
224 if (!printed) {
225 printed = true;
238 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit;
253 bool printed = false; local
254 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) {
257 setSubgraphColorHelper(N, "blue", visited, 0, printed);
259 setSubgraphColorHelper(N, "green", visited, 0, printed);
218 setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, int level, bool &printed) argument
/freebsd-10-stable/contrib/libreadline/examples/
H A Dfileman.c390 int printed = 0; local
397 printed++;
401 if (!printed)
408 if (printed == 6)
410 printed = 0;
415 printed++;
418 if (printed)
/freebsd-10-stable/contrib/gcc/
H A Dc-ppoutput.c38 unsigned char printed; /* Nonzero if something output at line. */ member in struct:__anon1012
91 if (print.printed)
132 print.printed = 0;
225 print.printed = 1;
240 if (print.printed)
244 print.printed = 0;
265 if (print.printed)
267 print.printed = 0;
322 print.printed = 1;
H A Dopts.c1641 static char *printed; local
1646 if (!printed)
1647 printed = xmalloc (cl_options_count);
1648 memset (printed, 0, cl_options_count);
1664 /* Skip switches that have already been printed, mark them to be
1666 if (printed[i])
1689 /* Skip switches that have already been printed. */
1690 if (printed[i])
1693 printed[i] = true;
/freebsd-10-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh129 # 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."
/freebsd-10-stable/usr.bin/m4/
H A Dmisc.c124 int printed = 0; local
135 printed++;
140 printed++;
141 while (printed++ < d)
/freebsd-10-stable/tools/tools/dmardump/
H A Ddmardump.c103 bool printed; local
106 printed = false;
111 if (!printed) {
113 printed = true;
/freebsd-10-stable/sys/dev/mpt/
H A Dmpt_debug.c663 int printed;
676 printed = printf("%s[0x%x]", name, value);
678 printed += printf(" ");
679 *cur_column += printed;
680 return (printed);
693 printed += printf("%s%s",
703 printed += printf(") ");
705 printed += printf(" ");
706 *cur_column += printed;
707 return (printed);
[all...]
/freebsd-10-stable/usr.bin/whereis/
H A Dwhereis.c381 int unusual, i, printed; local
664 printed = 0;
667 printed++;
670 if (printed++)
675 if (printed++)
680 if (printed++)
684 if (printed)
/freebsd-10-stable/usr.sbin/iostat/
H A Diostat.c665 * printed between each header repetition. Then force a new header to be
725 int i, printed; local
737 for (i = 0, printed=0;(i < num_devices) && (printed < maxshowdevs);i++){
749 printed++;
760 for (i=0, printed = 0;(i < num_devices) && (printed < maxshowdevs);i++){
774 printed++;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh290 fail "gdb printed no output" ! -s Gdb.log
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c257 /* Whether this modifier was printed. */
258 int printed; member in struct:d_print_mod
287 /* The last character printed, saved individually so that it survives
2886 /* Pass the name down to the type so that it can be printed in
2903 adpm[i].printed = 0;
2948 adpm[i - 1].printed = 0;
2961 /* If the modifiers didn't get printed by the type, print them
2966 if (! adpm[i].printed)
3160 if (! pdpm->printed)
3190 dpm.printed
[all...]
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c225 /* Whether this modifier was printed. */
226 int printed; member in struct:d_print_mod
2752 /* Pass the name down to the type so that it can be printed in
2769 adpm[i].printed = 0;
2814 adpm[i - 1].printed = 0;
2827 /* If the modifiers didn't get printed by the type, print them
2832 if (! adpm[i].printed)
3009 if (! pdpm->printed)
3039 dpm.printed = 0;
3044 /* If the modifier didn't get printed b
[all...]
/freebsd-10-stable/contrib/ipfilter/
H A Dradix_ipf.c950 int printed; member in struct:myst
1151 if (stp->printed == -1)
1152 printf("!!! %d\n", stp->printed);
1154 stp->printed = 1;
1172 printf("%s P%d\n", addrname(&stp->dst), stp->printed);
1387 if (stp->printed != -1)
1388 stp->printed = -2;
1398 stp->printed = -1;
1445 if (s1->printed == -1)
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c948 int printed; member in struct:myst
1149 if (stp->printed == -1)
1150 printf("!!! %d\n", stp->printed);
1152 stp->printed = 1;
1170 printf("%s P%d\n", addrname(&stp->dst), stp->printed);
1385 if (stp->printed != -1)
1386 stp->printed = -2;
1396 stp->printed = -1;
1443 if (s1->printed == -1)
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk11 # Ignore "--- target ---" lines printed by parallel make.
/freebsd-10-stable/usr.bin/sort/
H A Dbwstring.c438 size_t printed = 0; local
442 while (printed < BWSLEN(bws)) {
443 const wchar_t *s = bws->data.wstr + printed;
452 ++printed;
460 printed += nums;
464 return (printed + 1);
/freebsd-10-stable/contrib/binutils/gas/
H A Das.c215 static int printed;
217 if (printed)
219 printed = 1;
214 static int printed; local
/freebsd-10-stable/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp275 | printed out.
390 register int printed = 0; local
396 printed = 1;
401 printed = 1;
403 if (printed)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp80 bool printed = false; local
92 if (!printed)
95 printed = true;
/freebsd-10-stable/sys/boot/common/
H A Dhelp.common120 be printed.
210 During the device probe, pause after each line is printed.
234 Setting this variable causes extra debugging information to be printed
386 If -p is specified, <prompt> is printed before reading input. No

Completed in 321 milliseconds

12