Home
last modified time | relevance | path

Searched refs:longpath (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/link/
H A Dlink04.c30 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 Dcurl_addrinfo.c465 * 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 Dcurl_addrinfo.h83 struct Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath,
H A Durl.c3169 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