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

  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_pro_expr.c 112 struct _Dwarf_P_Expr_Entry *ee, *tee; local
118 STAILQ_FOREACH_SAFE(ee, &pe->pe_eelist, ee_next, tee) {
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-interp.c 897 /* If something is not being redirected, then a tee containing both the
899 ui_file *tee = nullptr; local
902 tee = new tee_file (mi->raw_stdout, logfile_p);
903 mi->stdout_holder.reset (tee);
906 mi->raw_stdout = logging_redirect ? logfile_p : tee;
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-interp.c 904 /* If something is not being redirected, then a tee containing both the
906 ui_file *tee = nullptr; local
909 tee = new tee_file (mi->raw_stdout, logfile_p);
910 mi->stdout_holder.reset (tee);
913 mi->raw_stdout = logging_redirect ? logfile_p : tee;

Completed in 16 milliseconds