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

  /src/external/bsd/zstd/dist/contrib/gen_html/
gen_html.cpp 65 void print_line(stringstream &sout, string line)
72 sout << line.substr(0, spos);
73 sout << "</b>" << line.substr(spos) << "<b>" << endl;
76 sout << line << endl;
87 stringstream sout; local
120 sout << "<pre><b>";
122 print_line(sout, lines[l]);
124 sout << "</b></pre><BR>" << endl;
130 sout << "<pre><b>";
131 print_line(sout, line)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/
82-test_tfo_cli.t 43 my $spid = open2(my $sout, my $sin, $shlib_wrap, $apps_openssl, @s_cmd);
46 while (<$sout>) {
  /src/external/bsd/ipf/dist/
ip_fil.c 430 int sout; local
433 sout = fin->fin_out;
487 fin->fin_out = sout;
  /src/external/gpl2/xcvs/dist/src/
rcs.c 4110 If PFN is not NULL, then ignore WORKFILE and SOUT. Call PFN zero
4121 Otherwise, if WORKFILE is NULL, check out the revision to SOUT. If
4122 SOUT is RUN_TTY, then write the contents of the revision to
4123 standard output. When using SOUT, the output is generally a
4147 const char *nametag, const char *options, const char *sout,
4183 : (sout != RUN_TTY ? sout
4191 assert (sout == RUN_TTY || workfile == NULL);
4192 assert (pfn == NULL || (sout == RUN_TTY && workfile == NULL));
4338 if (pfn != NULL || (workfile == NULL && sout == RUN_TTY)
    [all...]
  /src/external/bsd/ipf/dist/samples/
proxy.c 57 struct sockaddr_in sin, sloc, sout; local
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 1821 /* Inflate a zlib stream from PIN/SIN to POUT/SOUT. Return 1 on
1826 unsigned char *pout, size_t sout)
1837 poutend = pout + sout;
2648 /* Inflate a zlib stream from PIN/SIN to POUT/SOUT, and verify the
2654 size_t sout)
2656 if (!elf_zlib_inflate (pin, sin, zdebug_table, pout, sout))
2658 if (!elf_zlib_verify_checksum (pin + sin - 4, pout, sout))
4341 /* Decompress a zstd stream from PIN/SIN to POUT/SOUT. Code based on RFC 8878.
4347 size_t sout)
4371 poutend = pout + sout;
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 1821 /* Inflate a zlib stream from PIN/SIN to POUT/SOUT. Return 1 on
1826 unsigned char *pout, size_t sout)
1837 poutend = pout + sout;
2648 /* Inflate a zlib stream from PIN/SIN to POUT/SOUT, and verify the
2654 size_t sout)
2656 if (!elf_zlib_inflate (pin, sin, zdebug_table, pout, sout))
2658 if (!elf_zlib_verify_checksum (pin + sin - 4, pout, sout))
4341 /* Decompress a zstd stream from PIN/SIN to POUT/SOUT. Code based on RFC 8878.
4347 size_t sout)
4371 poutend = pout + sout;
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 1821 /* Inflate a zlib stream from PIN/SIN to POUT/SOUT. Return 1 on
1826 unsigned char *pout, size_t sout)
1837 poutend = pout + sout;
2648 /* Inflate a zlib stream from PIN/SIN to POUT/SOUT, and verify the
2654 size_t sout)
2656 if (!elf_zlib_inflate (pin, sin, zdebug_table, pout, sout))
2658 if (!elf_zlib_verify_checksum (pin + sin - 4, pout, sout))
4341 /* Decompress a zstd stream from PIN/SIN to POUT/SOUT. Code based on RFC 8878.
4347 size_t sout)
4371 poutend = pout + sout;
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 1701 /* Inflate a zlib stream from PIN/SIN to POUT/SOUT. Return 1 on
1706 unsigned char *pout, size_t sout)
1717 poutend = pout + sout;
2525 /* Inflate a zlib stream from PIN/SIN to POUT/SOUT, and verify the
2531 size_t sout)
2533 if (!elf_zlib_inflate (pin, sin, zdebug_table, pout, sout))
2535 if (!elf_zlib_verify_checksum (pin + sin - 4, pout, sout))
  /src/external/bsd/zstd/dist/tests/
zstreamtest.c 215 SEQ_outBuffer sout = {data, sizeof(data), 0}; local
217 gen = SEQ_gen(seq, type, value, &sout);
219 ret = SEQ_roundTrip(cctx, dctx, xxh, sout.dst, sout.pos, ZSTD_e_continue);

Completed in 49 milliseconds