HomeSort by: relevance | last modified time | path
    Searched defs:to_stdout (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/pax/
pax.c 107 int to_stdout; /* extract to stdout */ variable
  /src/crypto/external/bsd/heimdal/dist/kdc/
hprop.c 45 static int to_stdout; variable
119 if(to_stdout)
141 { "stdout", 'n', arg_flag, &to_stdout, "dump to stdout", NULL },
432 if(!to_stdout)
461 if (to_stdout)
  /src/external/gpl3/gcc/dist/gcc/
genemit.cc 940 bool to_stdout = false;
945 to_stdout = true;
960 bool is_last = !to_stdout && output_files.is_empty ();
970 else if (to_stdout)
933 bool to_stdout = false; local

Completed in 17 milliseconds