Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/exec/
Dexecveat.c25 static char longpath[2 * PATH_MAX] = ""; variable
159 if (*longpath == '\0') { in check_execveat_pathmax()
168 strcpy(longpath, cwd); in check_execveat_pathmax()
169 strcat(longpath, "/"); in check_execveat_pathmax()
175 strcat(longpath, longname); in check_execveat_pathmax()
176 mkdir(longpath, 0755); in check_execveat_pathmax()
183 strcat(longpath, longname); in check_execveat_pathmax()
186 exe_cp(src, longpath); in check_execveat_pathmax()
193 fd = open(longpath, O_RDONLY); in check_execveat_pathmax()
196 src, strlen(longpath)); in check_execveat_pathmax()
[all …]
/external/ltp/testcases/kernel/syscalls/link/
Dlink04.c54 static char longpath[PATH_MAX + 2]; variable
70 {longpath, "pathname too long", "nefile", "nefile", ENAMETOOLONG},
78 {"regfile", "regfile", longpath, "pathname too long", ENAMETOOLONG},
151 memset(longpath, 'a', PATH_MAX+1); in setup()
/external/curl/lib/
Dcurl_addrinfo.c495 Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath, bool abstract) in Curl_unix2addr() argument
501 *longpath = FALSE; in Curl_unix2addr()
520 *longpath = TRUE; in Curl_unix2addr()
Dcurl_addrinfo.h83 Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath, bool abstract);
Durl.c3451 bool longpath = FALSE; in resolve_server() local
3452 hostaddr->addr = Curl_unix2addr(path, &longpath, in resolve_server()
3458 if(longpath) { in resolve_server()