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

  /src/bin/ksh/
tree.c 18 static void ptree ARGS((struct op *t, int indent, struct shf *f));
31 ptree(t, indent, shf) function
444 ptree(va_arg(va, struct op *), indent, shf);
  /src/share/examples/refuse/virtdir/
virtdir.c 290 ptree(virtdir_t * tp) function
315 ptree(&t);
321 ptree(&t);
  /src/external/bsd/iscsi/dist/src/initiator/
virtdir.c 292 ptree(virtdir_t * tp) function
317 ptree(&t);
323 ptree(&t);
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeView.h 536 return ptree;
817 PathTree *ptree; member in class:DbeView
Dbe.cc 4440 PathTree * ptree = dbev->get_path_tree ();
4441 if (ptree == NULL)
4443 instr_info = ptree->get_clr_instr (given_func);
4613 PathTree * ptree = dbev->get_path_tree ();
4614 if (ptree == NULL)
4617 Vector<void*> *callee_instrs = ptree->get_cle_instr (given_func, instrs);
5679 PathTree * ptree = dbev->get_path_tree (); local
5680 if (ptree == NULL)
5682 return ptree->get_ftree_depth ();
5691 PathTree * ptree = dbev->get_path_tree () local
5708 PathTree * ptree = dbev->get_path_tree (); local
5730 PathTree * ptree = dbev->get_path_tree (); local
5783 PathTree * ptree = dbev->get_path_tree (); local
5822 PathTree * ptree = dbev->get_path_tree (); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeView.h 536 return ptree;
817 PathTree *ptree; member in class:DbeView
Dbe.cc 4440 PathTree * ptree = dbev->get_path_tree ();
4441 if (ptree == NULL)
4443 instr_info = ptree->get_clr_instr (given_func);
4613 PathTree * ptree = dbev->get_path_tree ();
4614 if (ptree == NULL)
4617 Vector<void*> *callee_instrs = ptree->get_cle_instr (given_func, instrs);
5679 PathTree * ptree = dbev->get_path_tree (); local
5680 if (ptree == NULL)
5682 return ptree->get_ftree_depth ();
5691 PathTree * ptree = dbev->get_path_tree () local
5708 PathTree * ptree = dbev->get_path_tree (); local
5730 PathTree * ptree = dbev->get_path_tree (); local
5783 PathTree * ptree = dbev->get_path_tree (); local
5822 PathTree * ptree = dbev->get_path_tree (); local
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_config.c 285 static void free_config_tree(config_tree *ptree);
419 config_tree *ptree
422 if (ptree->auth.keys) {
423 free(ptree->auth.keys);
424 ptree->auth.keys = NULL;
427 if (ptree->auth.keysdir) {
428 free(ptree->auth.keysdir);
429 ptree->auth.keysdir = NULL;
432 if (ptree->auth.ntp_signd_socket) {
433 free(ptree->auth.ntp_signd_socket)
454 config_tree *ptree; local
5236 config_tree *ptree; local
    [all...]

Completed in 26 milliseconds