Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/link/
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/
Dcurl_addrinfo.c470 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()
Dcurl_addrinfo.h81 struct Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath,
Durl.c3391 bool longpath = FALSE; local
3392 hostaddr->addr = Curl_unix2addr(path, &longpath,
3398 if(longpath) {