HomeSort by: relevance | last modified time | path
    Searched refs:root (Results 1 - 25 of 543) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/distrib/syspkg/sets/etc/etc-root-root/
Makefile 3 PKGBASE=etc-root-root
  /src/sys/arch/playstation2/conf/
build.playstation2.sh 5 root=/usr/pkg
8 EXTERNAL_TOOLCHAIN=${root}; export EXTERNAL_TOOLCHAIN
9 LD=${root}/bin/${target}-ld; export LD
10 CC=${root}/bin/${target}-gcc; export CC
11 CXX=${root}/bin/${target}-g++; export CXX
12 AS=${root}/bin/${target}-as; export AS
13 CPP=${root}/bin/${target}-cpp; export CPP
14 RANLIB=${root}/bin/${target}-ranlib; export RANLIB
15 AR=${root}/bin/${target}-ar; export AR
16 NM=${root}/bin/${target}-nm; export N
    [all...]
  /src/lib/libc/stdlib/
twalk.c 28 trecurse(const node_t *root, /* Root of the tree to be walked */
31 _DIAGASSERT(root != NULL);
34 if (root->llink == NULL && root->rlink == NULL)
35 (*action)(root, leaf, level);
37 (*action)(root, preorder, level);
38 if (root->llink != NULL)
39 trecurse(root->llink, action, level + 1);
40 (*action)(root, postorder, level)
    [all...]
  /src/usr.bin/menuc/
avl.c 87 /* insert_id inserts a NEW_ID rec into the tree whose ROOT is
89 ROOT down is increased otherwise it returns FALSE. This is a
92 int insert_id (id_rec **root, id_rec *new_id)
96 /* If root is NULL, this where it is to be inserted. */
97 if (*root == NULL)
99 *root = new_id;
107 if (strcmp (new_id->id, (*root)->id) < 0)
110 if (insert_id (&((*root)->left), new_id))
113 (*root)->balance--;
115 switch ((*root)->balance
    [all...]
  /src/distrib/syspkg/sets/base/base-adosfs-root/
Makefile 3 PKGBASE=base-adosfs-root
  /src/distrib/syspkg/sets/base/base-bind-root/
Makefile 3 PKGBASE=base-bind-root
  /src/distrib/syspkg/sets/base/base-cron-root/
Makefile 3 PKGBASE=base-cron-root
  /src/distrib/syspkg/sets/base/base-crypto-root/
Makefile 3 PKGBASE=base-crypto-root
  /src/distrib/syspkg/sets/base/base-ext2fs-root/
Makefile 3 PKGBASE=base-ext2fs-root
  /src/distrib/syspkg/sets/base/base-filecorefs-root/
Makefile 3 PKGBASE=base-filecorefs-root
  /src/distrib/syspkg/sets/base/base-games-root/
Makefile 3 PKGBASE=base-games-root
  /src/distrib/syspkg/sets/base/base-krb5-root/
Makefile 3 PKGBASE=base-krb5-root
  /src/distrib/syspkg/sets/base/base-lpr-root/
Makefile 3 PKGBASE=base-lpr-root
  /src/distrib/syspkg/sets/base/base-mail-root/
Makefile 3 PKGBASE=base-mail-root
  /src/distrib/syspkg/sets/base/base-miscfs-root/
Makefile 3 PKGBASE=base-miscfs-root
  /src/distrib/syspkg/sets/base/base-netutil-root/
Makefile 3 PKGBASE=base-netutil-root
  /src/distrib/syspkg/sets/base/base-nfsclient-root/
Makefile 3 PKGBASE=base-nfsclient-root
  /src/distrib/syspkg/sets/base/base-nis-root/
Makefile 3 PKGBASE=base-nis-root
  /src/distrib/syspkg/sets/base/base-ntfs-root/
Makefile 3 PKGBASE=base-ntfs-root
  /src/distrib/syspkg/sets/base/base-postfix-root/
Makefile 3 PKGBASE=base-postfix-root
  /src/distrib/syspkg/sets/base/base-router-root/
Makefile 3 PKGBASE=base-router-root
  /src/distrib/syspkg/sets/base/base-sendmail-root/
Makefile 3 PKGBASE=base-sendmail-root
  /src/distrib/syspkg/sets/base/base-slip-root/
Makefile 3 PKGBASE=base-slip-root
  /src/distrib/syspkg/sets/base/base-sys-root/
Makefile 3 PKGBASE=base-sys-root
  /src/distrib/syspkg/sets/base/base-sysutil-root/
Makefile 3 PKGBASE=base-sysutil-root

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>