Searched refs:longpath (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/link/ |
H A D | link04.c | 30 static char longpath[PATH_MAX + 2]; variable 44 {longpath, "pathname too long", "nefile", "nefile", ENAMETOOLONG}, 51 {"regfile", "regfile", longpath, "pathname too long", ENAMETOOLONG}, 112 memset(longpath, 'a', PATH_MAX+1); in setup()
|
/third_party/curl/lib/ |
H A D | curl_addrinfo.c | 465 * Set '*longpath' to TRUE if the error is a too long path. 467 struct Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath, in Curl_unix2addr() argument 474 *longpath = FALSE; in Curl_unix2addr() 488 *longpath = TRUE; in Curl_unix2addr()
|
H A D | curl_addrinfo.h | 83 struct Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath,
|
H A D | url.c | 3169 bool longpath = FALSE; local 3181 hostaddr->addr = Curl_unix2addr(unix_path, &longpath, 3184 if(longpath) 3188 return longpath ? CURLE_COULDNT_RESOLVE_HOST : CURLE_OUT_OF_MEMORY;
|
Completed in 6 milliseconds