Searched refs:longpath (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/link/ |
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/ |
D | curl_addrinfo.c | 470 struct Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath, in Curl_unix2addr() argument 477 *longpath = FALSE; in Curl_unix2addr() 491 *longpath = TRUE; in Curl_unix2addr()
|
D | curl_addrinfo.h | 81 struct Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath,
|
D | url.c | 3391 bool longpath = FALSE; local 3392 hostaddr->addr = Curl_unix2addr(path, &longpath, 3398 if(longpath) {
|