HomeSort by relevance Sort by last modified time
    Searched defs:longpath (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/link/
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);
  /external/linux-kselftest/tools/testing/selftests/exec/
execveat.c 25 static char longpath[2 * PATH_MAX] = ""; variable
159 if (*longpath == '\0') {
168 strcpy(longpath, cwd);
169 strcat(longpath, "/");
175 strcat(longpath, longname);
176 mkdir(longpath, 0755);
183 strcat(longpath, longname);
186 exe_cp(src, longpath);
193 fd = open(longpath, O_RDONLY);
196 src, strlen(longpath));
    [all...]
  /external/curl/lib/
url.c 3451 bool longpath = FALSE; local
    [all...]

Completed in 1258 milliseconds