Searched refs:ef_string_matches_pattern (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | expand.c | 125 static int ef_string_matches_pattern(const char *file, const char *pattern, 527 if(ef_string_matches_pattern(file, pattern, file[0]=='.', nextp)) { in ef_match_relative_pathname() 808 static int ef_string_matches_pattern(const char *file, const char *pattern, in ef_string_matches_pattern() function 846 if(ef_string_matches_pattern(fptr, pptr, 0, nextp)) in ef_string_matches_pattern()
|