Searched refs:longpath (Results 1 – 6 of 6) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/exec/ |
D | execveat.c | 26 static char longpath[2 * PATH_MAX] = ""; variable 160 if (*longpath == '\0') { in check_execveat_pathmax() 169 strcpy(longpath, cwd); in check_execveat_pathmax() 170 strcat(longpath, "/"); in check_execveat_pathmax() 176 strcat(longpath, longname); in check_execveat_pathmax() 177 mkdir(longpath, 0755); in check_execveat_pathmax() 184 strcat(longpath, longname); in check_execveat_pathmax() 187 exe_cp(src, longpath); in check_execveat_pathmax() 194 fd = open(longpath, O_RDONLY); in check_execveat_pathmax() 197 src, strlen(longpath)); in check_execveat_pathmax() [all …]
|
/external/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()
|
/external/curl/lib/ |
D | curl_addrinfo.c | 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()
|
D | curl_addrinfo.h | 83 struct Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath,
|
D | url.c | 3132 bool longpath = FALSE; local 3144 hostaddr->addr = Curl_unix2addr(unix_path, &longpath, 3147 if(longpath) 3151 return longpath ? CURLE_COULDNT_RESOLVE_HOST : CURLE_OUT_OF_MEMORY;
|
/external/curl/docs/ |
D | KNOWN_BUGS | 345 \\?\c:\longpath.
|