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

1234

/freebsd-11-stable/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-11-stable/contrib/groff/src/include/
H A Dposix.h49 #ifndef S_IXUSR
50 #define S_IXUSR 0100 macro
/freebsd-11-stable/lib/libc/string/
H A Dstrmode.c86 switch (mode & (S_IXUSR | S_ISUID)) {
90 case S_IXUSR:
96 case S_IXUSR | S_ISUID:
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/mdocml/
H A Dcompat_mkdtemp.c50 if (mkdir(path, S_IRUSR | S_IWUSR | S_IXUSR) == 0)
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfileacc.c46 mode |= S_IXUSR;
81 if (mode & S_IXUSR)
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dutil.c136 c = (m & S_IXUSR) ? 's' : 'S';
138 c = (m & S_IXUSR) ? 'x' : '-';
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dfsaccess.c85 SET_AND_CLEAR(S_IXUSR, S_IXGRP, S_IXOTH);
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dtmpname.cpp105 int fd = dir ? mkdir(tmpl, S_IRUSR | S_IWUSR | S_IXUSR)
/freebsd-11-stable/libexec/comsat/
H A Dcomsat.c175 if (stat(tty, &stb) == -1 || !(stb.st_mode & (S_IXUSR | S_IXGRP))) {
195 switch (stb.st_mode & (S_IXUSR | S_IXGRP)) {
196 case S_IXUSR:
197 case (S_IXUSR | S_IXGRP):
/freebsd-11-stable/usr.bin/which/
H A Dwhich.c115 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) {
/freebsd-11-stable/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;
1151 if (mode & S_IXUSR)
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dsetmode.c141 if (omode & (S_IFDIR|S_IXUSR|S_IXGRP|S_IXOTH))
276 permXbits = S_IXUSR|S_IXGRP|S_IXOTH;
279 perm |= S_IXUSR|S_IXGRP|S_IXOTH;
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h307 #ifndef S_IXUSR
308 # define S_IXUSR S_IEXEC macro
309 #endif /* S_IXUSR */
326 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_secure.c44 defined(S_IRUSR) && defined(S_IWUSR) && defined(S_IXUSR)
259 defined(S_IRUSR) && defined(S_IWUSR) && defined(S_IXUSR)
263 S_IRUSR | S_IWUSR | S_IXUSR) != 0) {
/freebsd-11-stable/bin/mkdir/
H A Dmkdir.c173 numask = oumask & ~(S_IWUSR | S_IXUSR);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_umask.c48 S_IXUSR,
/freebsd-11-stable/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-11-stable/sys/sys/
H A Dstat.h204 #define S_IXUSR 0000100 /* X for owner */ macro
209 #define S_IEXEC S_IXUSR
/freebsd-11-stable/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-11-stable/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) {

Completed in 146 milliseconds

1234