Home
last modified time | relevance | path

Searched refs:this_node (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/usr.sbin/makefs/
H A Dcd9660.c1345 cd9660node *this_node; in cd9660_convert_structure() local
1384 this_node->parent = parent_node; in cd9660_convert_structure()
1386 this_node); in cd9660_convert_structure()
1387 this_node->level = level; in cd9660_convert_structure()
1391 this_node->type = CD9660_TYPE_DIR; in cd9660_convert_structure()
1414 this_node->level = in cd9660_convert_structure()
1418 this_node) == NULL) { in cd9660_convert_structure()
1433 iterator->child, this_node, in cd9660_convert_structure()
1448 this_node->type = CD9660_TYPE_FILE; in cd9660_convert_structure()
1456 parent_node, this_node); in cd9660_convert_structure()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c209 svn_fs_x__dag_path_t *this_node = child; in parent_path_relpath() local
210 while (this_node != ancestor) in parent_path_relpath()
212 assert(this_node != NULL); in parent_path_relpath()
213 path_so_far = svn_relpath_join(this_node->entry, path_so_far, pool); in parent_path_relpath()
214 this_node = this_node->parent; in parent_path_relpath()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c733 parent_path_t *this_node = child; in parent_path_relpath() local
734 while (this_node != ancestor) in parent_path_relpath()
736 assert(this_node != NULL); in parent_path_relpath()
737 path_so_far = svn_relpath_join(this_node->entry, path_so_far, pool); in parent_path_relpath()
738 this_node = this_node->parent; in parent_path_relpath()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c503 parent_path_t *this_node = child; in parent_path_relpath() local
504 while (this_node != ancestor) in parent_path_relpath()
506 assert(this_node != NULL); in parent_path_relpath()
507 path_so_far = svn_relpath_join(this_node->entry, path_so_far, pool); in parent_path_relpath()
508 this_node = this_node->parent; in parent_path_relpath()