Searched refs:pathmatch (Results 1 – 4 of 4) sorted by relevance
42 pathmatch(const char *path) in pathmatch() function62 pathmatch(path); in upathmatch()74 return n >= 0 && pathmatch(path); in fdmatch()86 if (pathmatch(path)) in storepath()
22 * Fixed pathmatch of oldselect syscall on 64-bit architectures.
2952 Fix pathmatch of oldselect syscall on 64-bit architectures.29280 (pathmatch): Use strcmp() == 0 idiom for string equality test.32147 * pathtrace.c (pathmatch, storepath): Likewise.
149 static bool pathmatch(const char* cookie_path, const char* request_uri) in pathmatch() function1075 if(!co->spath || pathmatch(co->spath, path) ) { in Curl_cookie_getlist()