Searched refs:root (Results 101 - 125 of 889) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/hp700/
H A Dmsg.md.en55 {The root partition extends beyond the PDC limit of 2GB}
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/test/
H A Drun_test.sh26 root=`basename $i .y`
27 ROOT="test-$root"
28 prefix=${root}_
47 REF=${TEST_DIR}/${root}${type}
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dexport.sh61 local root="$(cat CVS/Root)"
70 cvs -d "${root}" export -r "${tag}" -d "${distname}" src/usr.bin/window
/netbsd-6-1-5-RELEASE/gnu/dist/bc/bc/
H A Dutil.c396 int insert_id_rec (root, new_id)
397 id_rec **root;
402 /* If root is NULL, this where it is to be inserted. */
403 if (*root == NULL)
405 *root = new_id;
413 if (strcmp (new_id->id, (*root)->id) < 0)
416 if (insert_id_rec (&((*root)->left), new_id))
419 (*root)->balance --;
421 switch ((*root)->balance)
428 A = *root;
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtsearch.c38 * vrootp: address of tree root
76 * root: Root of the tree to be walked
79 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), argument
83 if (root->llink == NULL && root->rlink == NULL)
84 (*action)(root, leaf, level);
86 (*action)(root, preorder, level);
87 if (root->llink != NULL)
88 trecurse(root->llink, action, level + 1);
89 (*action)(root, postorde
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsunos.c573 struct aout_link_hash_entry root;
613 struct aout_link_hash_table root;
685 if (!NAME (aout, link_hash_table_init) (&ret->root, abfd,
702 return &ret->root.root;
709 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
716 (&(table)->root, \
1089 && h->root.root.type != bfd_link_hash_new
1090 && h->root
572 struct aout_link_hash_entry root; member in struct:sunos_link_hash_entry
612 struct aout_link_hash_table root; member in struct:sunos_link_hash_table
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsunos.c573 struct aout_link_hash_entry root;
613 struct aout_link_hash_table root;
685 if (!NAME (aout, link_hash_table_init) (&ret->root, abfd,
702 return &ret->root.root;
709 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
716 (&(table)->root, \
1089 && h->root.root.type != bfd_link_hash_new
1090 && h->root
572 struct aout_link_hash_entry root; member in struct:sunos_link_hash_entry
612 struct aout_link_hash_table root; member in struct:sunos_link_hash_table
[all...]
/netbsd-6-1-5-RELEASE/bin/rcmd/
H A DMakefile11 BINOWN= root
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/bin/ssh-keysign/
H A DMakefile3 BINOWN= root
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/bin/ssh-pkcs11-helper/
H A DMakefile3 BINOWN= root
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dos_emul.h30 device *root);
H A Dos_emul.c48 device *root)
75 psim_merge_device_file(root, file_name);
79 if (tree_find_property(root, "/openprom/options/os-emul") != NULL)
81 tree_find_string_property(root, "/openprom/options/os-emul");
94 emul_data = (*possible_emulation)->create(root,
47 os_emul_create(const char *file_name, device *root) argument
/netbsd-6-1-5-RELEASE/sbin/ping/
H A DMakefile7 BINOWN= root
/netbsd-6-1-5-RELEASE/sbin/ping6/
H A DMakefile7 BINOWN= root
/netbsd-6-1-5-RELEASE/usr.bin/rlogin/
H A DMakefile12 BINOWN= root
/netbsd-6-1-5-RELEASE/usr.bin/skeyinit/
H A DMakefile7 BINOWN=root
/netbsd-6-1-5-RELEASE/usr.sbin/pf/authpf/
H A DMakefile6 BINOWN= root
/netbsd-6-1-5-RELEASE/usr.bin/newgrp/
H A DMakefile8 BINOWN= root
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/VMS/
H A Dinstall-vms.com6 $! P1 root of the directory tree
34 $ root = f$parse( P1, "[]A.;0", , , "SYNTAX_ONLY, NO_CONCEAL")- "A.;0"
35 $ root_dev = f$parse( root, , , "device", "syntax_only")
36 $ root_dir = f$parse( root, , , "directory", "syntax_only") - -
38 $ root = root_dev + "[" + root_dir
40 $ define /nolog wrk_sslroot 'root'.] /translation_attributes = concealed
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A Dopenssl.spec17 BuildRoot: /var/tmp/%{name}-%{version}-root
115 %defattr(0644,root,root,0755)
118 %attr(0755,root,root) /usr/bin/*
119 %attr(0755,root,root) /usr/lib/*.so*
120 %attr(0755,root,root) %{openssldir}/misc/*
121 %attr(0644,root,roo
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/forward/
H A Dtests.sh21 root=10.53.0.1
38 $DIG txt.example2. txt @$root -p 5300 > dig.out.root || ret=1
40 $PERL ../digcomp.pl dig.out.root dig.out.f1 || ret=1
46 $DIG txt.example2. txt @$root -p 5300 > dig.out.root || ret=1
48 $PERL ../digcomp.pl dig.out.root dig.out.f1 || ret=1
70 $DIG txt.example2. txt @$root -p 5300 > dig.out.root || ret=1
72 $PERL ../digcomp.pl dig.out.root di
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Ddebug_fn_imps.hpp84 assert_node_consistent(const_node_pointer p_nd, bool root) const
86 base_type::assert_node_consistent(p_nd, root);
90 assert_node_consistent(p_nd->m_p_next_sibling, root);
92 if (!root)
108 if (root)
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/ahdilabel/
H A Dread.c99 * Read AHDI partitions from root sector/auxillary root sector.
105 struct ahdi_root *root; local
109 if ((root = disk_read (fd, rsec, 1)) == NULL) {
114 end = &root->ar_parts[AHDI_MAXRPD];
115 if (root->ar_checksum) {
116 cksum = root->ar_checksum;
117 root->ar_checksum = 0;
118 newcksum = ahdi_cksum (root);
120 free (root);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Droot.c37 char *root = NULL; local
84 if ((len = getline (&root, &root_allocated, fpin)) < 0)
96 cp = root + len - 1;
101 * root now contains a candidate for CVSroot. It must be an
105 ret = parse_cvsroot (root);
110 "ignoring %s because it does not contain a valid root.",
120 CVSADM_ROOT, root);
129 if (root != NULL)
130 free (root);
150 /* record the current cvs root */
410 free_cvsroot_t(cvsroot_t *root) argument
919 normalize_cvsroot(const cvsroot_t *root) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldcref.c60 struct bfd_hash_entry root; member in struct:cref_hash_entry
70 struct bfd_hash_table root; member in struct:cref_hash_table
86 bfd_hash_lookup (&(table)->root, (string), (create), (copy)))
92 (&(table)->root, \
149 return &ret->root;
166 if (!bfd_hash_table_init (&cref_table.root, cref_hash_newfunc,
182 r = (struct cref_ref *) bfd_hash_allocate (&cref_table.root, sizeof *r);
218 for (i = 0; i < cref_table.root.size; i++)
224 for (p = cref_table.root.table[i]; p != NULL; p = p->next)
226 entsize += cref_table.root
[all...]

Completed in 338 milliseconds

1234567891011>>