OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pathmatch
(Results
1 - 2
of
2
) sorted by null
/external/strace/
pathtrace.c
42
pathmatch
(const char *path)
function
62
pathmatch
(path);
74
return n >= 0 &&
pathmatch
(path);
86
if (
pathmatch
(path))
/external/curl/lib/
cookie.c
145
static bool
pathmatch
(const char* cookie_path, const char* request_uri)
function
1042
if(!co->spath ||
pathmatch
(co->spath, path) ) {
[
all
...]
Completed in 1566 milliseconds