Searched refs:ef_string_matches_pattern (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | expand.c | 127 static int ef_string_matches_pattern(const char *file, const char *pattern, 529 if(ef_string_matches_pattern(file, pattern, file[0]=='.', nextp)) { in ef_match_relative_pathname() 810 static int ef_string_matches_pattern(const char *file, const char *pattern, in ef_string_matches_pattern() function 848 if(ef_string_matches_pattern(fptr, pptr, 0, nextp)) in ef_string_matches_pattern()
|