| http://www.w3.org/ns/prov#value | - match the glob pattern. * Example: pmatch("/usr/src", "*.c"); */voidpmatch(char *dir, const char *pattern){ FTS *tree; FTSENT *f; char *argv[] = { dir, NULL };  /* * FTS_LOGICAL follows symbolic links, including links to other * directories.
|