HomeSort by relevance Sort by last modified time
    Searched defs:Root (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
malloc.c 81 static TREE *Root, /* root of the free tree */
234 if (Root) {
235 tp = Root;
257 } else if (tp != Root) {
258 /* make the searched-to element the root */
260 Root = tp;
540 if (Root) {
542 np = Root;
568 Root = tp
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
tree.c 50 static struct node *Root;
114 tree_free(Root);
230 tree_free(struct node *root)
232 if (root == NULL)
235 switch (root->t) {
237 tree_free(root->u.name.child);
238 tree_free(root->u.name.next);
241 tree_free(root->u.func.arglist);
267 tree_free(root->u.expr.left);
268 tree_free(root->u.expr.right)
    [all...]
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
malloc.c 65 static TREE *Root; /* root of the free tree */
197 if (Root) {
198 tp = Root;
227 } else if (tp != Root) {
228 /* make the searched-to element the root */
232 Root = tp;
550 if (Root) {
552 np = Root;
585 Root = tp
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
Root.java 33 * @(#) Root.java 1.88 - last change made 07/25/97
47 * list, so that the user doesn't use it in one of the generated Root
52 * Instances of the Root class are used for the root of the group's
59 public class Root extends AttributeManager implements AMContainer {
64 * This flag is set to true if this is the loaded root.
69 * The constructor defines the Root's attributes.
71 public Root() {
87 /* NOI18N */"java.lang.String", /* NOI18N */"Root", 0);
105 * root will automatically be assigned unique names if thei
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
platform.c 117 static char *Root;
129 Root = fmd_prop_get_string(Hdl, "fmd.rootdir");
137 fmd_prop_free_string(Hdl, Root);
187 * What to do with/about hc-root? Would we have any clue what
874 (void) snprintf(eftgendir, MAXPATHLEN, "%s/usr/lib/fm/eft", Root);
877 MAXPATHLEN, "%s/usr/platform/%s/lib/fm/eft", Root, Mach);
880 MAXPATHLEN, "%s/usr/platform/%s/lib/fm/eft", Root, Plat);
    [all...]

Completed in 300 milliseconds