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

  /src/usr.sbin/mtree/
extern.h 74 void dump_nodes(FILE *, const char *, NODE *, int);
mtree.c 299 dump_nodes(stdout, "", spec(spec1), Dflag);
spec.c 314 * dump_nodes --
320 dump_nodes(FILE *fp, const char *dir, NODE *root, int pathlast) function
421 dump_nodes(fp, path, cur->child, pathlast);
  /src/usr.sbin/wlanctl/
wlanctl.c 64 static int dump_nodes(const char *, int, struct cmdflags *);
185 dump_nodes(const char *ifname_arg, int hdr_type, struct cmdflags *cf) function
336 if (dump_nodes(NULL, IEEE80211_SYSCTL_T_NODE, &cf) != 0)
341 if (dump_nodes(argv[i], IEEE80211_SYSCTL_T_NODE, &cf) != 0)
  /src/external/gpl3/binutils/dist/gprofng/src/
gp-print.h 103 void dump_nodes ();
DbeView.h 643 void dump_nodes (FILE *); // dump out the pathtree nodes
gp-display-text.cc 1434 dump_nodes ();
2633 er_print::dump_nodes () function in class:er_print
2635 dbev->dump_nodes (out_file);
DbeView.cc 2254 DbeView::dump_nodes (FILE *outfile) function in class:DbeView
  /src/external/gpl3/binutils.old/dist/gprofng/src/
gp-print.h 103 void dump_nodes ();
DbeView.h 643 void dump_nodes (FILE *); // dump out the pathtree nodes
gp-display-text.cc 1434 dump_nodes ();
2633 er_print::dump_nodes () function in class:er_print
2635 dbev->dump_nodes (out_file);
DbeView.cc 2254 DbeView::dump_nodes (FILE *outfile) function in class:DbeView

Completed in 86 milliseconds