Home | History | Annotate | Download | only in ld

Lines Matching full:fnmatch

39 #include "fnmatch.h"
144 return fnmatch (pattern, name, 0);
340 /* Code for handling simple wildcards without going through fnmatch,
914 if (fnmatch (file_spec, f->filename, 0) == 0)
7616 if (fnmatch (expr->pattern, s, 0) == 0)