Searched refs:insert_file_entry (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | mkisofs.h | 341 extern int DECL(insert_file_entry,(struct directory *, char *, 344 extern int DECL(insert_file_entry,(struct directory *, char *,
|
H A D | tree.c | 1007 insert_file_entry(this_dir, whole_path, d_entry->d_name, 0); in FDECL3() 1009 insert_file_entry(this_dir, whole_path, d_entry->d_name); in FDECL3() 1042 FDECL4(insert_file_entry,struct directory *, this_dir, argument 1048 FDECL3(insert_file_entry,struct directory *, this_dir, 1313 insert_file_entry(this_dir, rsrc_path, short_name, htype);
|
H A D | mkisofs.c | 1592 if( !insert_file_entry(graft_dir, node, short_name, 0) ) in FDECL2() 1594 if( !insert_file_entry(graft_dir, node, short_name) ) in FDECL2()
|