Searched refs:stat_filter (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | eltorito.c | 77 if (!stat_filter(bootpath, &statbuf)) in FDECL1()
|
H A D | mkisofs.c | 1373 stat_filter(argv[optind], &statbuf); in FDECL2() 1493 status = stat_filter(node, &st); in FDECL2() 1556 status = stat_filter(node, &st); in FDECL2()
|
H A D | tree.c | 138 FDECL2(stat_filter, char *, path, struct stat *, st) in FDECL2() argument 1063 status = stat_filter(whole_path, &statbuf); 1306 status = stat_filter(rsrc_path, &rstatbuf); 1864 sts = stat_filter(parent->whole_name, &xstatbuf);
|
H A D | mkisofs.h | 330 extern int DECL(stat_filter, (char *, struct stat *));
|
H A D | multi.c | 1153 status = stat_filter(s_entry->whole_name, &statbuf); in FDECL2()
|