Searched refs:root (Results 176 - 200 of 889) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delflink.c78 h->root.type = bfd_link_hash_new;
81 bh = &h->root;
421 if (h->root.type != bfd_link_hash_undefined
422 && h->root.type != bfd_link_hash_undefweak)
447 name = h->root.root.string;
489 && h->root.type == bfd_link_hash_new
490 && (*d->match) (&d->head, NULL, h->root.root.string)))
516 switch (h->root
[all...]
H A Dxcofflink.c99 struct bfd_link_hash_table root; member in struct:xcoff_link_hash_table
589 if (!_bfd_link_hash_table_init (&ret->root, abfd, xcoff_link_hash_newfunc,
617 return &ret->root;
628 bfd_hash_table_free (&ret->root.table);
705 /* The filename is in the root directory. */
801 if (h->root.type == bfd_link_hash_new)
809 && (h->root.type == bfd_link_hash_defweak
810 || h->root.type == bfd_link_hash_undefweak))
815 && (h->root.type == bfd_link_hash_undefined
816 || h->root
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delflink.c78 h->root.type = bfd_link_hash_new;
81 bh = &h->root;
421 if (h->root.type != bfd_link_hash_undefined
422 && h->root.type != bfd_link_hash_undefweak)
447 name = h->root.root.string;
489 && h->root.type == bfd_link_hash_new
490 && (*d->match) (&d->head, NULL, h->root.root.string)))
516 switch (h->root
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dinstall-apps.com6 $! P1 root of the directory tree
52 $ root = f$parse( p1, "[]A.;0", , , "syntax_only, no_conceal") - "A.;0"
53 $ root_dev = f$parse(root,,,"device","syntax_only")
54 $ root_dir = f$parse(root,,,"directory","syntax_only") - -
56 $ root = root_dev + "[" + root_dir
58 $ define /nolog wrk_sslroot 'root'.] /trans=conc
/netbsd-6-1-5-RELEASE/distrib/syspkg/sets/etc/
H A DMakefile9 SUBDIR+=etc-cron-root
30 SUBDIR+=etc-nis-root
36 SUBDIR+=etc-root-root
48 SUBDIR+=etc-sys-root
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dwalk.c71 * build a tree of fsnodes from `root' and `dir', with a parent
72 * fsnode of `parent' (which may be NULL for the root of the tree).
78 walk_dir(const char *root, const char *dir, fsnode *parent, fsnode *join) argument
88 assert(root != NULL);
91 len = snprintf(path, sizeof(path), "%s/%s", root, dir);
98 rp = path + strlen(root) + 1;
124 printf("scanning %s/%s/%s\n", root, dir, name);
155 cur->child = walk_dir(root, rp, cur,
165 cur = create_fsnode(root, dir, name, &stbuf);
182 cur->child = walk_dir(root, r
222 create_fsnode(const char *root, const char *path, const char *name, struct stat *stbuf) argument
299 NODE *root; local
553 dump_fsnodes(fsnode *root) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rlog/
H A Drlog.c514 putree(root)
515 struct hshentry const *root;
520 if (!root) return;
522 putree(root->next);
524 putforest(root->branches);
547 putabranch(root)
548 struct hshentry const *root;
552 if (!root) return;
554 putabranch(root->next);
556 putadelta(root, roo
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drbt.c67 dns_rbtnode_t * root; member in struct:dns_rbt
184 dns_rbtnode_t *root; local
191 for (root = node; ! IS_ROOT(root); root = PARENT(root))
194 return (PARENT(root));
256 rbt->root = NULL;
292 dns_rbt_deletetreeflat(rbt, quantum, &rbt->root);
293 if (rbt->root !
374 dns_rbtnode_t **root, *parent, *child, *current, *new_current; local
1668 dns_rbtnode_t *child, *root, *parent, *grandparent; local
2143 dns_rbt_printtree(dns_rbtnode_t *root, dns_rbtnode_t *parent, int depth) argument
2185 dns_rbt_printtree(LEFT(root), root, depth); local
2189 dns_rbt_printtree(RIGHT(root), root, depth); local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/inline/
H A Dsetup.sh19 cp ns1/root.db.in ns1/root.db
20 rm -f ns1/root.db.signed
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcomplaints.c72 struct complain *root; member in struct:complaints
117 (*c)->root = &complaint_sentinel;
133 for (complaint = complaints->root;
152 complaint->next = complaints->root;
153 complaints->root = complaint;
280 for (p = complaints->root; p != NULL; p = p->next)
/netbsd-6-1-5-RELEASE/external/zlib/pigz/dist/
H A Dpigz.spec9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
25 %defattr(-,root,root)
/netbsd-6-1-5-RELEASE/dist/nvi/motif/
H A Dm_cde.c67 Window root = DefaultRootWindow( d ); local
71 _TRACE( ( "Root window is 0x%x\n", root ) );
84 root,
109 _TRACE( ( "\t does not exist on the root window\n", Atoms[i].name ) );
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/regex/
H A Dttree.c30 struct node *root; member in struct:ttree
53 struct node **c = &tt->root;
76 struct node **c = &tt->root;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr18241-1.c44 void *radix_tree_tag_clear(struct radix_tree_root *root, unsigned long index, int tag) argument
50 height = root->height;
56 pathp->slot = &root->rnode;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr18241-1.c40 void *radix_tree_tag_clear(struct radix_tree_root *root, unsigned long index, int tag) argument
46 height = root->height;
52 pathp->slot = &root->rnode;
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/aptck/
H A Ddisklbl.c240 printf("Medium size (in root sec): %u\n", dd->hdsize);
247 printf("\n root desc id start end MBs\n");
260 printf("FATAL: auxiliary root at %u\n", aux);
307 struct ahdi_root *root; local
310 root = disk_read(dd, rsec, 1);
311 if (!root) {
317 end = &root->ar_parts[AHDI_MAXRPD];
318 else end = &root->ar_parts[AHDI_MAXARPD];
319 for (part = root->ar_parts; part < end; ++part) {
341 p->rent = part - root
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_lc_ctype.c77 _citrus_LC_CTYPE_create_impl(const char * __restrict root, argument
84 _DIAGASSERT(root != NULL);
89 "%s/%s/LC_CTYPE", root, name);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.c109 iter_nestinfo_start (struct nesting_info *root) argument
111 while (root->inner)
112 root = root->inner;
113 return root;
663 struct nesting_info *root)
666 FOR_EACH_NEST_INFO (n, root)
2056 convert_all_function_calls (struct nesting_info *root) argument
2063 FOR_EACH_NEST_INFO (n, root)
2095 FOR_EACH_NEST_INFO (n, root)
662 walk_all_functions(walk_stmt_fn callback_stmt, walk_tree_fn callback_op, struct nesting_info *root) argument
2114 struct nesting_info *root; member in struct:nesting_copy_body_data
2150 struct nesting_info *root = (struct nesting_info *) data; local
2169 remap_vla_decls(tree block, struct nesting_info *root) argument
2253 finalize_nesting_tree_1(struct nesting_info *root) argument
2470 finalize_nesting_tree(struct nesting_info *root) argument
2480 unnest_nesting_tree_1(struct nesting_info *root) argument
2494 unnest_nesting_tree(struct nesting_info *root) argument
2504 free_nesting_tree(struct nesting_info *root) argument
2522 gimplify_all_functions(struct cgraph_node *root) argument
2538 struct nesting_info *root; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/etc/
H A DMakefile8 FILESOWN=root
/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/etc/mech/
H A DMakefile6 FILESOWN=root
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dmotd25 install -c -o root -g wheel -m 664 /dev/null /etc/motd
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlvauto/ns1/
H A Dsign.sh33 infile=root.db.in
34 zonefile=root.db
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/pending/ns1/
H A Dsign.sh25 infile=root.db.in
26 zonefile=root.db
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zbsdmod/
H A DMakefile17 ${INSTALL_FILE} ${INSTALL_COPY} -o root -g wheel -m 644 \
/netbsd-6-1-5-RELEASE/usr.sbin/traceroute/
H A DMakefile17 BINOWN= root

Completed in 759 milliseconds

1234567891011>>