Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dmatch.c33 int add_match(fn) in add_match() function
246 if (add_match(name)) {
H A Dmatch.h21 int add_match __PR((char *fn));
H A Dmkisofs.h399 extern int DECL(add_match, (char *));
401 extern void DECL(add_match, (char *));
H A Dmkisofs.c1029 add_match(optarg); in FDECL2()