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

1234567891011>>

/freebsd-9.3-release/contrib/sendmail/src/
H A Daliases16 # Pretty much everything else in this file points to "root", so
17 # you should forward root's email to the system administrator.
18 # Delivering mail to root's mailbox or reading mail as root is
22 # root: insert-human-being-here
26 postmaster: root
29 bin: root
30 daemon: root
31 games: root
34 ingres: root
[all...]
/freebsd-9.3-release/contrib/openbsm/etc/
H A Daudit_user5 root:lo:no
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Drootpass34 echo "Please select a password for the system management account (root):"
36 chroot $BSDINSTALL_CHROOT passwd root 2>&1
/freebsd-9.3-release/lib/libc/stdlib/
H A Dtwalk.c31 trecurse(root, action, level)
32 const node_t *root; /* Root of the tree to be walked */
37 if (root->llink == NULL && root->rlink == NULL)
38 (*action)(root, leaf, level);
40 (*action)(root, preorder, level);
41 if (root->llink != NULL)
42 trecurse(root->llink, action, level + 1);
43 (*action)(root, postorder, level);
44 if (root
[all...]
/freebsd-9.3-release/share/examples/hast/
H A Dvip-down.sh4 /root/hast/sbin/hastd/ucarp_down.sh
H A Dvip-up.sh5 /root/hast/sbin/hastd/ucarp_up.sh &
/freebsd-9.3-release/tools/tools/nanobsd/Files/root/
H A Dupdate40 exec sh /root/updatep2
42 exec sh /root/updatep1
/freebsd-9.3-release/release/picobsd/floppy.tree/etc/
H A Dinetd.conf6 telnet stream tcp nowait root /usr/libexec/telnetd telnetd
12 #daytime stream tcp nowait root internal
13 #daytime dgram udp wait root internal
14 #time stream tcp nowait root internal
15 #time dgram udp wait root internal
16 #echo stream tcp nowait root internal
17 #echo dgram udp wait root internal
18 #discard stream tcp nowait root internal
19 #discard dgram udp wait root internal
20 #chargen stream tcp nowait root interna
[all...]
/freebsd-9.3-release/usr.bin/rlogin/
H A DMakefile6 BINOWN= root
/freebsd-9.3-release/tools/regression/mac/mac_portacl/
H A Droot.t13 bind_test ok ok uid root tcp 77
14 bind_test ok ok uid root tcp 7777
15 bind_test ok ok uid root udp 77
16 bind_test ok ok uid root udp 7777
18 bind_test ok ok gid root tcp 77
19 bind_test ok ok gid root tcp 7777
20 bind_test ok ok gid root udp 77
21 bind_test ok ok gid root udp 7777
27 bind_test fl ok uid root tcp 77
28 bind_test ok ok uid root tc
[all...]
/freebsd-9.3-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec196 %defattr(-,root,root)
199 %attr(0755,root,root) %dir %{_sysconfdir}/ssh
200 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
201 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
202 %attr(0600,root,root)
[all...]
/freebsd-9.3-release/contrib/ipfilter/man/
H A DMakefile12 $(INSTALL) -m 0644 -c -o root -g bin mkfilters.1 $(MANDIR)/man1
13 $(INSTALL) -m 0644 -c -o root -g bin ipftest.1 $(MANDIR)/man1
14 $(INSTALL) -m 0644 -c -o root -g bin ipnat.8 $(MANDIR)/man8
15 $(INSTALL) -m 0644 -c -o root -g bin ipf.4 $(MANDIR)/man4
16 $(INSTALL) -m 0644 -c -o root -g bin ipfilter.4 $(MANDIR)/man4
17 $(INSTALL) -m 0644 -c -o root -g bin ipl.4 $(MANDIR)/man4
18 $(INSTALL) -m 0644 -c -o root -g bin ipnat.4 $(MANDIR)/man4
19 $(INSTALL) -m 0644 -c -o root -g bin ipf.5 $(MANDIR)/man5
20 $(INSTALL) -m 0644 -c -o root -g bin ipfilter.5 $(MANDIR)/man5
21 $(INSTALL) -m 0644 -c -o root
[all...]
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dlinux_radix.c43 radix_max(struct radix_tree_root *root) argument
45 return (1 << (root->height * RADIX_TREE_MAP_SHIFT)) - 1;
55 radix_tree_lookup(struct radix_tree_root *root, unsigned long index) argument
62 node = root->rnode;
63 height = root->height - 1;
64 if (index > radix_max(root))
76 radix_tree_delete(struct radix_tree_root *root, unsigned long index) argument
85 node = root->rnode;
86 height = root->height - 1;
87 if (index > radix_max(root))
123 radix_tree_insert(struct radix_tree_root *root, unsigned long index, void *item) argument
[all...]
H A Dradix-tree.h51 #define INIT_RADIX_TREE(root, mask) \
52 { (root)->rnode = NULL; (root)->gfp_mask = mask; (root)->height = 0; }
H A Drbtree.h64 #define RB_EMPTY_ROOT(root) RB_EMPTY((struct linux_root *)root)
68 #define rb_insert_color(node, root) \
69 linux_root_RB_INSERT_COLOR((struct linux_root *)(root), (node))
70 #define rb_erase(node, root) \
71 linux_root_RB_REMOVE((struct linux_root *)(root), (node))
74 #define rb_first(root) RB_MIN(linux_root, (struct linux_root *)(root))
75 #define rb_last(root) RB_MAX(linux_root, (struct linux_root *)(root))
88 rb_replace_node(struct rb_node *victim, struct rb_node *new, struct rb_root *root) argument
[all...]
/freebsd-9.3-release/usr.bin/lock/
H A DMakefile5 BINOWN= root
/freebsd-9.3-release/contrib/binutils/bfd/
H A Di386linux.c153 struct aout_link_hash_entry root;
158 struct aout_link_hash_table root;
233 if (!NAME(aout,link_hash_table_init) (&ret->root, abfd,
246 return &ret->root.root;
253 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
260 (&(table)->root, \
373 && (h->root.root.type == bfd_link_hash_defined
374 || h->root
152 struct aout_link_hash_entry root; member in struct:linux_link_hash_entry
157 struct aout_link_hash_table root; member in struct:linux_link_hash_table
[all...]
H A Dsparclinux.c153 struct aout_link_hash_entry root; member in struct:linux_link_hash_entry
158 struct aout_link_hash_table root; member in struct:linux_link_hash_table
233 if (!NAME(aout,link_hash_table_init) (&ret->root, abfd,
246 return &ret->root.root;
253 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
260 (&(table)->root, \
373 && (h->root.root.type == bfd_link_hash_defined
374 || h->root
[all...]
H A Dgenlink.h43 struct bfd_link_hash_entry root; member in struct:generic_link_hash_entry
54 struct bfd_link_hash_table root; member in struct:generic_link_hash_table
61 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
67 (&(table)->root, \
/freebsd-9.3-release/bin/rcp/
H A DMakefile8 BINOWN= root
/freebsd-9.3-release/etc/namedb/
H A DMakefile5 FILES= named.conf named.root
/freebsd-9.3-release/etc/rc.d/
H A Dcleartmp41 ! \( -name .sujournal -type f -user root \) \
42 ! \( -name .snap -type d -user root \) \
43 ! \( -name lost+found -type d -user root \) \
45 -type f -user root \) \
/freebsd-9.3-release/libexec/ulog-helper/
H A DMakefile4 BINOWN= root
/freebsd-9.3-release/release/picobsd/build/
H A Dmfs.mtree4 /set type=dir uname=root gname=wheel mode=0755
28 root
/freebsd-9.3-release/usr.bin/quota/
H A DMakefile5 BINOWN= root

Completed in 137 milliseconds

1234567891011>>