Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/mkhybrid/dist/
H A DChangeLog419 * tree.c (scan_directory_tree): Use RR_relocation_depth instead of
432 * tree.c (scan_directory_tree): Handle case where we do not
493 * tree.c (scan_directory_tree): Initialize root_statbuf when we
500 * tree.c (scan_directory_tree): Use root_statbuf when generating
540 * tree.c (scan_directory_tree): Do not insert PL entry into
550 (scan_directory_tree) for non-directories, add
576 * tree.c(scan_directory_tree): Set statbuf.st_dev and
583 * tree.c(scan_directory_tree): Always call lstat for the file
597 * tree.c(scan_directory_tree): For regular files, use the access
609 * tree.c(scan_directory_tree): Set size to zero for
[all …]
H A Dtree.c857 FDECL3(scan_directory_tree,struct directory *, this_dir, in FDECL3() argument
1275 dflag = scan_directory_tree(child, whole_path, s_entry);
1523 scan_directory_tree(child, whole_path, s_entry1);
1621 dflag = scan_directory_tree(child, whole_path, s_entry);
H A Dmkisofs.h337 extern int DECL(scan_directory_tree,(struct directory * this_dir,
H A Dmkisofs.c1572 if (!scan_directory_tree(graft_dir, node, &de)) in FDECL2()