tempstat          230 lib/widget/input_complete.c             struct stat tempstat;
tempstat          236 lib/widget/input_complete.c             if (mc_stat (tmp_vpath, &tempstat) == 0)
tempstat          244 lib/widget/input_complete.c                 if (!S_ISDIR (tempstat.st_mode))
tempstat          248 lib/widget/input_complete.c                     if ((my_uid == 0 && (tempstat.st_mode & 0111) != 0) ||
tempstat          249 lib/widget/input_complete.c                         (my_uid == tempstat.st_uid && (tempstat.st_mode & 0100) != 0) ||
tempstat          250 lib/widget/input_complete.c                         (my_gid == tempstat.st_gid && (tempstat.st_mode & 0010) != 0) ||
tempstat          251 lib/widget/input_complete.c                         (tempstat.st_mode & 0001) != 0)