Searched refs:longpath (Results 1 – 1 of 1) sorted by relevance
31 static char longpath[2 * PATH_MAX] = ""; variable176 if (*longpath == '\0') { in check_execveat_pathmax()184 strcpy(longpath, cwd); in check_execveat_pathmax()185 strcat(longpath, "/"); in check_execveat_pathmax()191 strcat(longpath, longname); in check_execveat_pathmax()192 mkdir(longpath, 0755); in check_execveat_pathmax()199 strcat(longpath, longname); in check_execveat_pathmax()202 exe_cp(src, longpath); in check_execveat_pathmax()209 fd = open(longpath, O_RDONLY); in check_execveat_pathmax()212 src, strlen(longpath)); in check_execveat_pathmax()[all …]