Home | History | Annotate | Download | only in build-aux

Lines Matching refs:st

3274   struct stat st;
3281 if ((stat (path, &st) >= 0)
3282 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3292 struct stat st;
3299 if (stat (path, &st) >= 0)
3301 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);