tempstat 225 lib/widget/input_complete.c struct stat tempstat; tempstat 231 lib/widget/input_complete.c if (mc_stat (tmp_vpath, &tempstat) == 0) tempstat 239 lib/widget/input_complete.c if (!S_ISDIR (tempstat.st_mode)) tempstat 243 lib/widget/input_complete.c if ((my_uid == 0 && (tempstat.st_mode & 0111) != 0) tempstat 244 lib/widget/input_complete.c || (my_uid == tempstat.st_uid && (tempstat.st_mode & 0100) != 0) tempstat 245 lib/widget/input_complete.c || (my_gid == tempstat.st_gid && (tempstat.st_mode & 0010) != 0) tempstat 246 lib/widget/input_complete.c || (tempstat.st_mode & 0001) != 0)