HomeSort by: relevance | last modified time | path
    Searched defs:sout (Results 1 - 4 of 4) 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/external/bsd/ipf/dist/samples/
proxy.c 57 struct sockaddr_in sin, sloc, sout; local
  /src/external/bsd/ipf/dist/
ip_fil.c 430 int sout; local
433 sout = fin->fin_out;
487 fin->fin_out = 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 28 milliseconds