Searched refs:longpath (Results 1 – 5 of 5) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/exec/ |
D | execveat.c | 24 static char longpath[2 * PATH_MAX] = ""; variable 158 if (*longpath == '\0') { in check_execveat_pathmax() 167 strcpy(longpath, cwd); in check_execveat_pathmax() 168 strcat(longpath, "/"); in check_execveat_pathmax() 174 strcat(longpath, longname); in check_execveat_pathmax() 175 mkdir(longpath, 0755); in check_execveat_pathmax() 182 strcat(longpath, longname); in check_execveat_pathmax() 185 exe_cp(src, longpath); in check_execveat_pathmax() 192 fd = open(longpath, O_RDONLY); in check_execveat_pathmax() 195 src, strlen(longpath)); in check_execveat_pathmax() [all …]
|
/external/ltp/testcases/kernel/syscalls/link/ |
D | link04.c | 54 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/ |
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 | 3363 bool longpath = FALSE; local 3364 hostaddr->addr = Curl_unix2addr(path, &longpath, 3370 if(longpath) {
|