Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/exec/
H A Dexecveat.c29 static char longpath[2 * PATH_MAX] = ""; variable
174 if (*longpath == '\0') { in check_execveat_pathmax()
182 strcpy(longpath, cwd); in check_execveat_pathmax()
183 strcat(longpath, "/"); in check_execveat_pathmax()
189 strcat(longpath, longname); in check_execveat_pathmax()
190 mkdir(longpath, 0755); in check_execveat_pathmax()
197 strcat(longpath, longname); in check_execveat_pathmax()
200 exe_cp(src, longpath); in check_execveat_pathmax()
207 fd = open(longpath, O_RDONLY); in check_execveat_pathmax()
210 src, strlen(longpath)); in check_execveat_pathmax()
[all …]