Searched refs:root (Results 1 - 25 of 1871) sorted by relevance

1234567891011>>

/netbsd-current/distrib/syspkg/sets/etc/etc-root-root/
H A DMakefile3 PKGBASE=etc-root-root
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-tree.h32 (struct hw *root);
35 (struct hw *root,
40 (struct hw *root,
46 (struct hw *root);
54 (struct hw *root,
72 (struct hw *root,
87 (struct hw *root,
92 (struct hw *root,
96 (struct hw *root,
100 (struct hw *root,
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-tree.h35 (struct hw *root);
38 (struct hw *root,
43 (struct hw *root,
49 (struct hw *root);
57 (struct hw *root,
75 (struct hw *root,
90 (struct hw *root,
95 (struct hw *root,
99 (struct hw *root,
103 (struct hw *root,
[all...]
/netbsd-current/sys/arch/playstation2/conf/
H A Dbuild.playstation2.sh5 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}/bi
[all...]
/netbsd-current/lib/libc/stdlib/
H A Dtwalk.c28 trecurse(const node_t *root, /* Root of the tree to be walked */ argument
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);
41 if (root
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dtree.h49 (device *root,
60 (device *root); variable
64 (device *root,
82 (device *root,
98 (device *root,
104 (device *root,
109 (device *root,
114 (device *root,
119 (device *root,
124 (device *root,
[all...]
/netbsd-current/usr.bin/menuc/
H A Davl.c92 int insert_id (id_rec **root, id_rec *new_id) argument
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)
122 A = *root;
123 B = (*root)
[all...]
/netbsd-current/distrib/syspkg/sets/base/base-adosfs-root/
H A DMakefile3 PKGBASE=base-adosfs-root
/netbsd-current/distrib/syspkg/sets/base/base-bind-root/
H A DMakefile3 PKGBASE=base-bind-root
/netbsd-current/distrib/syspkg/sets/base/base-cron-root/
H A DMakefile3 PKGBASE=base-cron-root
/netbsd-current/distrib/syspkg/sets/base/base-crypto-root/
H A DMakefile3 PKGBASE=base-crypto-root
/netbsd-current/distrib/syspkg/sets/base/base-ext2fs-root/
H A DMakefile3 PKGBASE=base-ext2fs-root
/netbsd-current/distrib/syspkg/sets/base/base-filecorefs-root/
H A DMakefile3 PKGBASE=base-filecorefs-root
/netbsd-current/distrib/syspkg/sets/base/base-games-root/
H A DMakefile3 PKGBASE=base-games-root
/netbsd-current/distrib/syspkg/sets/base/base-krb5-root/
H A DMakefile3 PKGBASE=base-krb5-root
/netbsd-current/distrib/syspkg/sets/base/base-lpr-root/
H A DMakefile3 PKGBASE=base-lpr-root
/netbsd-current/distrib/syspkg/sets/base/base-mail-root/
H A DMakefile3 PKGBASE=base-mail-root
/netbsd-current/distrib/syspkg/sets/base/base-miscfs-root/
H A DMakefile3 PKGBASE=base-miscfs-root
/netbsd-current/distrib/syspkg/sets/base/base-netutil-root/
H A DMakefile3 PKGBASE=base-netutil-root
/netbsd-current/distrib/syspkg/sets/base/base-nfsclient-root/
H A DMakefile3 PKGBASE=base-nfsclient-root
/netbsd-current/distrib/syspkg/sets/base/base-nis-root/
H A DMakefile3 PKGBASE=base-nis-root
/netbsd-current/distrib/syspkg/sets/base/base-ntfs-root/
H A DMakefile3 PKGBASE=base-ntfs-root
/netbsd-current/distrib/syspkg/sets/base/base-postfix-root/
H A DMakefile3 PKGBASE=base-postfix-root
/netbsd-current/distrib/syspkg/sets/base/base-router-root/
H A DMakefile3 PKGBASE=base-router-root
/netbsd-current/distrib/syspkg/sets/base/base-sendmail-root/
H A DMakefile3 PKGBASE=base-sendmail-root

Completed in 147 milliseconds

1234567891011>>