Searched refs:sectmask (Results 1 – 1 of 1) sorted by relevance
2820 match_section (const char *osectname, struct filemask_section_name *sectmask, in match_section() argument2827 if (fnmatch (sectmask->section_name->name, (*scnhead)->name, 0) != 0) in match_section()2863 || (sectmask->filemask != NULL in match_section()2864 && fnmatch (sectmask->filemask, brfname, 0) != 0) in match_section()2865 || (sectmask->excludemask != NULL in match_section()2866 && fnmatch (sectmask->excludemask, brfname, 0) == 0)) in match_section()