OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pattern_matches
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/make-3.81/
variable.h
126
extern int
pattern_matches
PARAMS ((char *pattern, char *percent, char *str));
vpath.c
357
if (
pattern_matches
(v->pattern, v->percent, *file))
function.c
284
pattern_matches
(char *pattern, char *percent, char *str)
1013
wp->matched |=
pattern_matches
(pp->str, pp->percent, wp->str);
280
pattern_matches
(char *pattern, char *percent, char *str)
function
[
all
...]
read.c
[
all
...]
Completed in 275 milliseconds