Searched refs:S_IXUSR (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-10.0-release/usr.bin/biff/
H A Dbiff.c81 sb.st_mode & S_IXUSR ? "y" :
83 return (sb.st_mode & (S_IXUSR | S_IXGRP) ? 0 : 1);
89 if (chmod(name, sb.st_mode & ~(S_IXUSR | S_IXGRP)) < 0)
93 if (chmod(name, (sb.st_mode & ~(S_IXUSR | S_IXGRP)) | S_IXUSR)
98 if (chmod(name, (sb.st_mode & ~(S_IXUSR | S_IXGRP)) | S_IXGRP)
105 return (sb.st_mode & (S_IXUSR | S_IXGRP) ? 0 : 1);
/freebsd-10.0-release/contrib/groff/src/include/
H A Dposix.h49 #ifndef S_IXUSR
50 #define S_IXUSR 0100 macro
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dstrmode.c85 switch (mode & (S_IXUSR | S_ISUID)) {
89 case S_IXUSR:
95 case S_IXUSR | S_ISUID:
H A Dmktemp.c87 if (mkdir(path, S_IRUSR|S_IWUSR|S_IXUSR) == 0)
/freebsd-10.0-release/lib/libc/string/
H A Dstrmode.c86 switch (mode & (S_IXUSR | S_ISUID)) {
90 case S_IXUSR:
96 case S_IXUSR | S_ISUID:
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dfilemode.c75 #ifndef S_IXUSR macro
76 #define S_IXUSR 0100
114 str[3] = (mode & S_IXUSR) != 0 ? 'x' : '-';
/freebsd-10.0-release/contrib/libreadline/
H A Dposixstat.h121 # define S_IXUSR S_IEXEC /* execute, owner */ macro
132 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
140 #define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dfileacc.c46 mode |= S_IXUSR;
81 if (mode & S_IXUSR)
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dtmpname.cpp105 int fd = dir ? mkdir(tmpl, S_IRUSR | S_IWUSR | S_IXUSR)
/freebsd-10.0-release/libexec/comsat/
H A Dcomsat.c179 if (stat(tty, &stb) == -1 || !(stb.st_mode & (S_IXUSR | S_IXGRP))) {
199 switch (stb.st_mode & (S_IXUSR | S_IXGRP)) {
200 case S_IXUSR:
201 case (S_IXUSR | S_IXGRP):
/freebsd-10.0-release/usr.bin/which/
H A Dwhich.c114 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) {
/freebsd-10.0-release/sys/kern/
H A Dsubr_acl_nfs4.c241 (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0)
270 (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 &&
678 if (mode & S_IXUSR)
763 ((seen & S_IXUSR) == 0)) {
764 seen |= S_IXUSR;
766 mode |= S_IXUSR;
823 if ((seen & S_IXUSR) == 0) {
824 seen |= S_IXUSR;
826 mode |= S_IXUSR;
1150 if (mode & S_IXUSR)
[all...]
H A Dsubr_acl_posix1e.c101 (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 &&
382 if (mode & S_IXUSR)
459 mode |= S_IXUSR;
/freebsd-10.0-release/contrib/tcsh/
H A Dtc.os.h308 #ifndef S_IXUSR
309 # define S_IXUSR S_IEXEC macro
310 #endif /* S_IXUSR */
327 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
/freebsd-10.0-release/lib/libc/gen/
H A Dsetmode.c136 if (omode & (S_IFDIR|S_IXUSR|S_IXGRP|S_IXOTH))
271 permXbits = S_IXUSR|S_IXGRP|S_IXOTH;
274 perm |= S_IXUSR|S_IXGRP|S_IXOTH;
/freebsd-10.0-release/bin/mkdir/
H A Dmkdir.c173 numask = oumask & ~(S_IWUSR | S_IXUSR);
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dbfdio.c30 #ifndef S_IXUSR
31 #define S_IXUSR 0100 /* Execute by owner. */ macro
H A Daout-target.h181 #ifndef S_IXUSR
182 #define S_IXUSR 0100 /* Execute by owner. */ macro
184 if (stat(abfd->filename, &buf) == 0 && (buf.st_mode & S_IXUSR))
/freebsd-10.0-release/sys/fs/cd9660/
H A Dcd9660_node.c157 inop->inode.iso_mode |= S_IXUSR;
166 inop->inode.iso_mode |= S_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH;
/freebsd-10.0-release/sys/sys/
H A Dstat.h204 #define S_IXUSR 0000100 /* X for owner */ macro
209 #define S_IEXEC S_IXUSR
/freebsd-10.0-release/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c275 #define SPOOL_DIR_MODE (S_IRUSR | S_IWUSR | S_IXUSR \
286 if (mkdir(sd, S_IRUSR | S_IXUSR) < 0) {
/freebsd-10.0-release/usr.bin/at/
H A Dat.c281 cmask = umask(S_IRUSR | S_IWUSR | S_IXUSR);
435 if (fchmod(fd2, S_IRUSR | S_IWUSR | S_IXUSR) < 0)
495 || !(S_IXUSR & buf.st_mode || atverify))
521 (S_IXUSR & buf.st_mode) ? "":"(done)",
/freebsd-10.0-release/usr.bin/chpass/
H A Dfield.c256 if ((sbuf.st_mode & (S_IXOTH | S_IXGRP | S_IXUSR)) == 0) {
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dfs.c641 return st->m_sb.st_mode & S_IXUSR;
724 if (!ok && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) {
733 ((mode & atf_fs_access_x) && (st.st_mode & S_IXUSR));
/freebsd-10.0-release/contrib/sendmail/libsmutil/
H A Dsafefile.c92 !bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode) &&
304 bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode))
636 bitset(S_IXUSR, stbuf.st_mode))

Completed in 366 milliseconds

123