Searched refs:root (Results 51 - 75 of 620) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec335 %defattr(-,root,root)
337 %attr(0755,root,root) %{_bindir}/scp
338 %attr(0644,root,root) %{_mandir}/man1/scp.1*
339 %attr(0755,root,root) %dir %{_sysconfdir}/ssh
340 %attr(0600,root,root)
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsunos.c571 struct aout_link_hash_entry root;
611 struct aout_link_hash_table root;
683 if (!NAME (aout, link_hash_table_init) (&ret->root, abfd,
700 return &ret->root.root;
707 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
714 (&(table)->root, \
1087 && h->root.root.type != bfd_link_hash_new
1088 && h->root
570 struct aout_link_hash_entry root; member in struct:sunos_link_hash_entry
610 struct aout_link_hash_table root; member in struct:sunos_link_hash_table
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dtsearch.c36 * vrootp: address of tree root
74 * root: Root of the tree to be walked
77 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), argument
81 if (root->llink == NULL && root->rlink == NULL)
82 (*action)(root, leaf, level);
84 (*action)(root, preorder, level);
85 if (root->llink != NULL)
86 trecurse(root->llink, action, level + 1);
87 (*action)(root, postorde
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c30 transaction's root down into directories and files shared with
76 /* The root structures.
79 enough that it isn't safe to cache the DAG node for the root
82 the root DAG node? When cloning transaction DAG nodes in and out
86 kept in the FS object and shared among multiple revision root
113 svn_fs_root_t *root,
119 /* Creating transaction and revision root nodes. */
166 svn_fs_x__root_txn_id(svn_fs_root_t *root)
168 fs_txn_root_data_t *frd = root->fsap_data;
169 assert(root
163 svn_fs_x__root_txn_id(svn_fs_root_t *root) argument
173 svn_fs_x__root_change_set(svn_fs_root_t *root) argument
261 x_node_id(const svn_fs_id_t **id_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
357 svn_fs_x__node_created_rev(svn_revnum_t *revision, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
374 x_node_created_path(const char **created_path, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
392 svn_fs_x__check_path(svn_node_kind_t *kind_p, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
423 x_node_prop(svn_string_t **value_p, svn_fs_root_t *root, const char *path, const char *propname, apr_pool_t *pool) argument
450 x_node_proplist(apr_hash_t **table_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
466 x_node_has_props(svn_boolean_t *has_props, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
505 x_change_node_prop(svn_fs_root_t *root, const char *path, const char *name, const svn_string_t *value, apr_pool_t *scratch_pool) argument
619 get_root(dag_node_t **node, svn_fs_root_t *root, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1346 x_dir_entries(apr_hash_t **table_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
1388 x_dir_optimal_order(apr_array_header_t **ordered_p, svn_fs_root_t *root, apr_hash_t *entries, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1405 x_make_dir(svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
1457 x_delete_node(svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
1719 x_copied_from(svn_revnum_t *rev_p, const char **path_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
1742 x_make_file(svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
1793 x_file_length(svn_filesize_t *length_p, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
1812 x_file_checksum(svn_checksum_t **checksum, svn_checksum_kind_t kind, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
1830 x_file_contents(svn_stream_t **contents, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
1854 x_try_process_file_contents(svn_boolean_t *success, svn_fs_root_t *root, const char *path, svn_fs_process_contents_func_t processor, void* baton, apr_pool_t *pool) argument
1885 svn_fs_root_t *root; member in struct:txdelta_baton_t
1998 x_apply_textdelta(svn_txdelta_window_handler_t *contents_p, void **contents_baton_p, svn_fs_root_t *root, const char *path, svn_checksum_t *base_checksum, svn_checksum_t *result_checksum, apr_pool_t *pool) argument
2032 svn_fs_root_t *root; member in struct:text_baton_t
2138 x_apply_text(svn_stream_t **contents_p, svn_fs_root_t *root, const char *path, svn_checksum_t *result_checksum, apr_pool_t *pool) argument
2326 x_report_changes(svn_fs_path_change_iterator_t **iterator, svn_fs_root_t *root, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2419 x_node_history(svn_fs_history_t **history_p, svn_fs_root_t *root, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2483 x_closest_copy(svn_fs_root_t **root_p, const char **path_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
2567 x_node_origin_rev(svn_revnum_t *revision, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
2598 svn_fs_root_t *root; local
2915 crawl_directory_dag_for_mergeinfo(svn_fs_root_t *root, const char *this_path, dag_node_t *dir_dag, svn_fs_mergeinfo_receiver_t receiver, void *baton, apr_pool_t *scratch_pool) argument
3098 add_descendant_mergeinfo(svn_fs_root_t *root, const char *path, svn_fs_mergeinfo_receiver_t receiver, void *baton, apr_pool_t *scratch_pool) argument
3124 get_mergeinfos_for_paths(svn_fs_root_t *root, const apr_array_header_t *paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, svn_boolean_t adjust_inherited_mergeinfo, svn_fs_mergeinfo_receiver_t receiver, void *baton, apr_pool_t *scratch_pool) argument
3175 x_get_mergeinfo(svn_fs_root_t *root, const apr_array_header_t *paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, svn_boolean_t adjust_inherited_mergeinfo, svn_fs_mergeinfo_receiver_t receiver, void *baton, apr_pool_t *scratch_pool) argument
3239 svn_fs_root_t *root = apr_pcalloc(result_pool, sizeof(*root)); local
3256 svn_fs_root_t *root = make_root(fs, result_pool); local
3276 svn_fs_root_t *root = make_root(fs, result_pool); local
3435 svn_fs_x__verify_root(svn_fs_root_t *root, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.h40 /* Set *ROOT_P to the root directory of revision REV in filesystem FS.
57 /* Set ROOT_P to the root directory of transaction TXN. Allocate the
67 svn_fs_root_t *root,
74 svn_fs_root_t *root,
84 svn_fs_root_t *root,
91 svn_fs_fs__verify_root(svn_fs_root_t *root,
H A Dtree.c30 transaction's root down into directories and files shared with
75 /* The root structures.
78 enough that it isn't safe to cache the DAG node for the root
81 the root DAG node? When cloning transaction DAG nodes in and out
85 kept in the FS object and shared among multiple revision root
102 svn_fs_root_t *root,
119 svn_fs_root_t *root,
400 svn_fs_root_t *root,
404 if (root->is_txn_root)
406 fs_txn_root_data_t *frd = root
396 locate_cache(svn_cache__t **cache, const char **key, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
425 dag_node_cache_get(dag_node_t **node_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
487 dag_node_cache_set(svn_fs_root_t *root, const char *path, dag_node_t *node, apr_pool_t *pool) argument
531 dag_node_cache_invalidate(svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
616 root_txn_id(svn_fs_root_t *root) argument
627 root_node(dag_node_t **node_p, svn_fs_root_t *root, apr_pool_t *pool) argument
652 mutable_root_node(dag_node_t **node_p, svn_fs_root_t *root, const char *error_path, apr_pool_t *pool) argument
884 try_match_last_node(dag_node_t **node_p, svn_fs_root_t *root, const char *path, apr_size_t path_len, apr_pool_t *scratch_pool) argument
926 err_not_directory(svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
971 open_path(parent_path_t **parent_path_p, svn_fs_root_t *root, const char *path, int flags, svn_boolean_t is_txn_path, apr_pool_t *pool) argument
1210 make_path_mutable(svn_fs_root_t *root, parent_path_t *parent_path, const char *error_path, apr_pool_t *pool) argument
1306 get_dag(dag_node_t **dag_node_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
1391 svn_fs_fs__node_id(const svn_fs_id_t **id_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
1494 svn_fs_fs__node_created_rev(svn_revnum_t *revision, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
1509 fs_node_created_path(const char **created_path, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
1526 svn_fs_fs__check_path(svn_node_kind_t *kind_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
1554 fs_node_prop(svn_string_t **value_p, svn_fs_root_t *root, const char *path, const char *propname, apr_pool_t *pool) argument
1578 fs_node_proplist(apr_hash_t **table_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
1594 fs_node_has_props(svn_boolean_t *has_props, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
1626 fs_change_node_prop(svn_fs_root_t *root, const char *path, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
1732 get_root(dag_node_t **node, svn_fs_root_t *root, apr_pool_t *pool) argument
2454 fs_dir_entries(apr_hash_t **table_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
2480 fs_dir_optimal_order(apr_array_header_t **ordered_p, svn_fs_root_t *root, apr_hash_t *entries, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2512 fs_make_dir(svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
2562 fs_delete_node(svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
2815 fs_copied_from(svn_revnum_t *rev_p, const char **path_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
2839 fs_make_file(svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
2888 fs_file_length(svn_filesize_t *length_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
2907 fs_file_checksum(svn_checksum_t **checksum, svn_checksum_kind_t kind, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
2925 fs_file_contents(svn_stream_t **contents, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
2949 fs_try_process_file_contents(svn_boolean_t *success, svn_fs_root_t *root, const char *path, svn_fs_process_contents_func_t processor, void* baton, apr_pool_t *pool) argument
2980 svn_fs_root_t *root; member in struct:txdelta_baton_t
3089 fs_apply_textdelta(svn_txdelta_window_handler_t *contents_p, void **contents_baton_p, svn_fs_root_t *root, const char *path, svn_checksum_t *base_checksum, svn_checksum_t *result_checksum, apr_pool_t *pool) argument
3120 svn_fs_root_t *root; member in struct:text_baton_t
3224 fs_apply_text(svn_stream_t **contents_p, svn_fs_root_t *root, const char *path, svn_checksum_t *result_checksum, apr_pool_t *pool) argument
3316 fs_paths_changed(apr_hash_t **changed_paths_p, svn_fs_root_t *root, apr_pool_t *pool) argument
3459 fs_report_changes(svn_fs_path_change_iterator_t **iterator, svn_fs_root_t *root, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3553 fs_node_history(svn_fs_history_t **history_p, svn_fs_root_t *root, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3619 fs_closest_copy(svn_fs_root_t **root_p, const char **path_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
3700 prev_location(const char **prev_path, svn_revnum_t *prev_rev, svn_fs_t *fs, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
3744 fs_node_origin_rev(svn_revnum_t *revision, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
3870 svn_fs_root_t *root; local
4178 crawl_directory_dag_for_mergeinfo(svn_fs_root_t *root, const char *this_path, dag_node_t *dir_dag, svn_fs_mergeinfo_receiver_t receiver, void *baton, apr_pool_t *scratch_pool) argument
4435 add_descendant_mergeinfo(svn_fs_root_t *root, const char *path, svn_fs_mergeinfo_receiver_t receiver, void *baton, apr_pool_t *scratch_pool) argument
4464 get_mergeinfos_for_paths(svn_fs_root_t *root, const apr_array_header_t *paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, svn_boolean_t adjust_inherited_mergeinfo, svn_fs_mergeinfo_receiver_t receiver, void *baton, apr_pool_t *scratch_pool) argument
4515 fs_get_mergeinfo(svn_fs_root_t *root, const apr_array_header_t *paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, svn_boolean_t adjust_inherited_mergeinfo, svn_fs_mergeinfo_receiver_t receiver, void *baton, apr_pool_t *scratch_pool) argument
4589 svn_fs_root_t *root = apr_pcalloc(pool, sizeof(*root)); local
4607 svn_fs_root_t *root = make_root(fs, pool); local
4628 svn_fs_root_t *root = make_root(fs, pool); local
4810 svn_fs_fs__verify_root(svn_fs_root_t *root, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/release/picobsd/floppy.tree/etc/
H A Dsnmpd.conf26 syscontact root <root@pico>
/freebsd-11-stable/sbin/ping6/
H A DMakefile10 BINOWN= root
/freebsd-11-stable/sbin/shutdown/
H A DMakefile10 BINOWN= root
/freebsd-11-stable/usr.bin/mklocale/
H A Dldef.h52 rune_list *root; member in struct:rune_map
/freebsd-11-stable/usr.bin/su/
H A DMakefile17 BINOWN= root
/freebsd-11-stable/usr.sbin/ypldap/
H A Dber.c44 static int ber_dump_element(struct ber *ber, struct ber_element *root);
45 static void ber_dump_header(struct ber *ber, struct ber_element *root);
755 * root fully populated element tree
762 ber_write_elements(struct ber *ber, struct ber_element *root) argument
767 len = ber_calc_len(root);
783 if (ber_dump_element(ber, root) == -1)
798 * root if NULL, build up an element tree from what we receive on
809 struct ber_element *root = elm; local
811 if (root == NULL) {
812 if ((root
829 ber_free_elements(struct ber_element *root) argument
844 ber_calc_len(struct ber_element *root) argument
879 ber_dump_element(struct ber *ber, struct ber_element *root) argument
919 ber_dump_header(struct ber *ber, struct ber_element *root) argument
[all...]
/freebsd-11-stable/bin/rcp/
H A DMakefile13 BINOWN= root
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A DMakefile10 BINOWN= root
/freebsd-11-stable/usr.sbin/lpr/lprm/
H A DMakefile9 BINOWN= root
/freebsd-11-stable/usr.sbin/lpr/lpq/
H A DMakefile7 BINOWN= root
/freebsd-11-stable/usr.bin/opieinfo/
H A DMakefile15 BINOWN= root
/freebsd-11-stable/usr.bin/opiepasswd/
H A DMakefile15 BINOWN= root
/freebsd-11-stable/usr.sbin/timed/timedc/
H A DMakefile9 BINOWN= root
/freebsd-11-stable/usr.sbin/cron/crontab/
H A DMakefile7 BINOWN= root
/freebsd-11-stable/contrib/apr-util/
H A Dapr-util.spec148 %defattr(-,root,root,-)
154 %defattr(-,root,root,-)
158 %defattr(-,root,root,-)
162 %defattr(-,root,root,-)
166 %defattr(-,root,root,
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Ddebug_fn_imps.hpp90 assert_node_consistent(const_node_pointer p_nd, bool root) const
92 base_type::assert_node_consistent(p_nd, root);
96 assert_node_consistent(p_nd->m_p_next_sibling, root);
98 if (!root)
114 if (root)
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.h83 struct node *node_find(struct node *root, const char *mountpoint);
88 void node_expand_ampersand(struct node *root, const char *key);
89 void node_expand_wildcard(struct node *root, const char *key);
90 int node_expand_defined(struct node *root);
93 void parse_master(struct node *root, const char *path);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldcref.c58 struct bfd_hash_entry root; member in struct:cref_hash_entry
68 struct bfd_hash_table root; member in struct:cref_hash_table
84 bfd_hash_lookup (&(table)->root, (string), (create), (copy)))
90 (&(table)->root, \
147 return &ret->root;
164 if (!bfd_hash_table_init (&cref_table.root, cref_hash_newfunc,
180 r = bfd_hash_allocate (&cref_table.root, sizeof *r);
216 for (i = 0; i < cref_table.root.size; i++)
222 for (p = cref_table.root.table[i]; p != NULL; p = p->next)
224 entsize += cref_table.root
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp24 llvm::Optional<FileSpec> root) {
40 if (!root) {
46 root.emplace(repro_dir);
48 auto ec = sys::fs::create_directory(root->GetPath());
53 return Instance().SetCapture(root);
56 return Instance().SetReplay(root);
104 llvm::Error Reproducer::SetCapture(llvm::Optional<FileSpec> root) { argument
107 if (root && m_loader)
112 if (!root) {
117 m_generator.emplace(*root);
23 Initialize(ReproducerMode mode, llvm::Optional<FileSpec> root) argument
121 SetReplay(llvm::Optional<FileSpec> root) argument
156 Generator(FileSpec root) argument
213 Loader(FileSpec root) argument
[all...]

Completed in 404 milliseconds

1234567891011>>