Home
last modified time | relevance | path

Searched refs:stat_filter (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Deltorito.c77 if (!stat_filter(bootpath, &statbuf)) in FDECL1()
H A Dmkisofs.c1373 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 Dtree.c138 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 Dmkisofs.h330 extern int DECL(stat_filter, (char *, struct stat *));
H A Dmulti.c1153 status = stat_filter(s_entry->whole_name, &statbuf); in FDECL2()