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

  /src/external/bsd/bc/dist/
storage.c 40 static bc_array_node *copy_tree (bc_array_node *ary_node, int depth);
955 copy_tree (bc_array_node *ary_node, int depth) function
964 copy_tree (ary_node->n_items.n_down[i], depth - 1);
984 res->a_tree = copy_tree (ary->a_tree, ary->a_depth);
storage.c 40 static bc_array_node *copy_tree (bc_array_node *ary_node, int depth);
955 copy_tree (bc_array_node *ary_node, int depth) function
964 copy_tree (ary_node->n_items.n_down[i], depth - 1);
984 res->a_tree = copy_tree (ary->a_tree, ary->a_depth);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
homedir.c 925 copy_tree( function
940 "copy_tree: %s to %s entering\n",
959 "copy_tree: aborting: %s contains %s\n",
967 "copy_tree: %s exit %d\n", source_path,
1015 rc = copy_tree( dest_path, skel_path, uidn, gidn, ctx );
homedir.c 925 copy_tree( function
940 "copy_tree: %s to %s entering\n",
959 "copy_tree: aborting: %s contains %s\n",
967 "copy_tree: %s exit %d\n", source_path,
1015 rc = copy_tree( dest_path, skel_path, uidn, gidn, ctx );

Completed in 70 milliseconds