| /src/external/bsd/ipf/dist/lib/ |
| printdstl_live.c | 28 int printed, last; local 65 printed = 0; 73 printed++; 80 if (printed == 0)
|
| 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)
|
| /src/external/bsd/jemalloc.old/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/jemalloc/dist/src/ |
| fxp.c | 116 size_t printed = malloc_snprintf( local 119 buf[printed] = '0'; 120 printed++; 123 &buf[printed], FXP_BUF_SIZE - printed, "%" FMTu64, fraction_digits);
|
| /src/usr.bin/locate/locate/ |
| locate.c | 188 int count, found, globflag, printed; local 201 found = printed = 0; 234 ++printed; 240 return 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/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/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/bsd/libfido2/dist/tools/ |
| token.c | 215 bool printed = false; local 226 if (printed) 272 printed = true;
|
| /src/external/gpl2/xcvs/dist/src/ |
| ls.c | 285 static bool printed = false; local 289 /* Keep track of whether we've printed. If we have, then put a blank 293 if (printed) 296 printed = true; 440 * Add this directory to the list of data to be printed for a directory and
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-setshow.c | 614 bool printed = false; 627 printed = true; 630 if (!printed) 612 bool printed = false; local
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-setshow.c | 640 bool printed = false; 653 printed = true; 656 if (!printed) 638 bool printed = false; local
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_ctx.c | 372 int printed = BIO_snprintf(hugebuf, sizeof(hugebuf), local 375 if (printed > 0 && (size_t)printed < sizeof(hugebuf)) { 376 if (BIO_vsnprintf(hugebuf + printed, 377 sizeof(hugebuf) - printed, format, args)
|
| /src/usr.bin/m4/ |
| misc.c | 127 int printed = 0; local 138 printed++; 143 printed++; 144 while (printed++ < d)
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_ctx.c | 396 int printed = local 400 if (printed > 0 && (size_t)printed < sizeof(hugebuf)) { 401 if (BIO_vsnprintf(hugebuf + printed, 402 sizeof(hugebuf) - printed, format, args) > 0)
|
| /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/gpl3/gdb.old/dist/gdb/ |
| f-valprint.c | 114 /* Constructor. TYPE is the array type being printed, ADDRESS is the 115 address in target memory for the object of TYPE being printed. VAL is 116 the GDB value (of TYPE) being printed. STREAM is where to print to, 138 have printed too many elements (after printing '...'). In all other 233 exactly as recursing would cause lone `(...)' to be printed. 287 bool printed = false; local 318 printed = true; 327 if (printed) 390 /* The number of elements printed so far. */ 459 int printed_field = 0; /* Number of fields printed. * [all...] |
| linux-fork.c | 602 bool printed = false; local 611 printed = true; 652 if (!printed)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| f-valprint.c | 114 /* Constructor. TYPE is the array type being printed, ADDRESS is the 115 address in target memory for the object of TYPE being printed. VAL is 116 the GDB value (of TYPE) being printed. STREAM is where to print to, 138 have printed too many elements (after printing '...'). In all other 233 exactly as recursing would cause lone `(...)' to be printed. 287 bool printed = false; local 318 printed = true; 327 if (printed) 390 /* The number of elements printed so far. */ 459 int printed_field = 0; /* Number of fields printed. * [all...] |
| /src/sys/arch/hp300/dev/ |
| rd.c | 1442 int printed; local 1447 printed = 0; 1450 printf("%s%s", printed++ ? " + " : " ", tab[i]);
|
| /src/sys/external/bsd/ipf/netinet/ |
| radix_ipf.c | 923 int printed; member in struct:myst 1124 if (stp->printed == -1) 1125 printf("!!! %d\n", stp->printed); 1127 stp->printed = 1; 1145 printf("%s P%d\n", addrname(&stp->dst), stp->printed); 1360 if (stp->printed != -1) 1361 stp->printed = -2; 1371 stp->printed = -1; 1418 if (s1->printed == -1)
|