Searched defs:dir_info (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dsuexec.c300 struct stat dir_info; /* directory info holder */ local
571 if (((lstat(cwd, &dir_info)) != 0) || !(S_ISDIR(dir_info.st_mode))) {
579 if ((dir_info.st_mode & S_IWOTH) || (dir_info.st_mode & S_IWGRP)) {
612 if ((uid != dir_info.st_uid) ||
613 (gid != dir_info.st_gid) ||
619 (unsigned long)dir_info.st_uid, (unsigned long)dir_info.st_gid,

Completed in 895 milliseconds