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

1 2 3 4 5 6 7 8 91011>>

  /src/external/ibm-public/postfix/dist/conf/
aliases 11 # Person who should get root's mail. Don't receive mail as root!
12 #root: you
16 postmaster: root
19 bin: root
20 daemon: root
21 named: root
22 nobody: root
23 uucp: root
24 www: root
    [all...]
  /src/external/ibm-public/postfix/dist/proto/
aliases0 11 # Person who should get root's mail. Don't receive mail as root!
12 #root: you
16 postmaster: root
19 bin: root
20 daemon: root
21 named: root
22 nobody: root
23 uucp: root
24 www: root
    [all...]
  /src/distrib/syspkg/sets/etc/etc-root-root/
Makefile 3 PKGBASE=etc-root-root
  /src/external/bsd/jemalloc/dist/scripts/freebsd/
before_install.sh 3 su -m root -c 'pkg install -y git'
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-tree.h 35 (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...]
  /src/external/gpl3/gdb/dist/sim/common/
hw-tree.h 35 (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...]
  /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/external/gpl3/gdb/dist/sim/ppc/
tree.h 49 (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...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
tree.h 49 (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...]
  /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

Completed in 68 milliseconds

1 2 3 4 5 6 7 8 91011>>