Lines Matching refs:longpath
31 static char longpath[2 * PATH_MAX] = ""; variable
176 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()
216 strlen(longpath), errno, strerror(errno)); in check_execveat_pathmax()
232 fail += check_execveat_invoked_rc(root_dfd, longpath + 1, 0, in check_execveat_pathmax()
236 fail += check_execveat(root_dfd, longpath + 1, 0); in check_execveat_pathmax()