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

/freebsd-13-stable/usr.sbin/makefs/
H A Dcd9660.c1345 cd9660node *this_node; local
1366 if ((this_node = cd9660_allocate_cd9660node()) == NULL) {
1384 this_node->parent = parent_node;
1386 this_node);
1387 this_node->level = level;
1391 this_node->type = CD9660_TYPE_DIR;
1414 this_node->level =
1418 this_node) == NULL) {
1433 iterator->child, this_node,
1448 this_node
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c213 svn_fs_x__dag_path_t *this_node = child;
214 while (this_node != ancestor)
216 assert(this_node != NULL);
217 path_so_far = svn_relpath_join(this_node->entry, path_so_far, pool);
218 this_node = this_node->parent;
209 svn_fs_x__dag_path_t *this_node = child; local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c508 parent_path_t *this_node = child;
509 while (this_node != ancestor)
511 assert(this_node != NULL);
512 path_so_far = svn_relpath_join(this_node->entry, path_so_far, pool);
513 this_node = this_node->parent;
503 parent_path_t *this_node = child; local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c738 parent_path_t *this_node = child;
739 while (this_node != ancestor)
741 assert(this_node != NULL);
742 path_so_far = svn_relpath_join(this_node->entry, path_so_far, pool);
743 this_node = this_node->parent;
733 parent_path_t *this_node = child; local

Completed in 279 milliseconds