/freebsd/crypto/openssh/openbsd-compat/ |
H A D | strmode.c | 131 switch (mode & (S_IXOTH | S_ISVTX)) { in strmode() 138 case S_ISVTX: in strmode() 141 case S_IXOTH | S_ISVTX: in strmode()
|
/freebsd/lib/libc/string/ |
H A D | strmode.c | 128 switch (mode & (S_IXOTH | S_ISVTX)) { in strmode() 135 case S_ISVTX: in strmode() 138 case S_IXOTH | S_ISVTX: in strmode()
|
/freebsd/tools/build/cross-build/include/linux/sys/ |
H A D | stat.h | 58 #define S_ISTXT S_ISVTX
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | policy.c | 324 if (!S_ISDIR(ip->i_mode) && (vap->va_mode & S_ISVTX) != 0 && in secpolicy_setid_setsticky_clear() 326 vap->va_mode &= ~S_ISVTX; in secpolicy_setid_setsticky_clear()
|
H A D | zfs_dir.c | 1237 va.va_mode = S_IFDIR | S_ISVTX | 0777; in zfs_get_xattrdir() 1276 if ((zdp->z_mode & S_ISVTX) == 0) in zfs_sticky_remove_access()
|
H A D | zfs_acl.c | 914 mode = (fmode & (S_IFMT | S_ISUID | S_ISGID | S_ISVTX)); in zfs_mode_compute() 2981 if ((dzp->z_mode & S_ISVTX) == 0) in zfs_zaccess_delete()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_entry_strmode.c | 78 if (mode & S_ISVTX) { in archive_entry_strmode()
|
H A D | archive_write_set_format_pax.c | 1442 #ifdef S_ISVTX 1443 mode &= ~S_ISVTX;
|
/freebsd/contrib/file/src/ |
H A D | fsmagic.c | 184 #ifdef S_ISVTX in file_fsmagic() 185 if (sb->st_mode & S_ISVTX) in file_fsmagic()
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 317 #ifndef S_ISVTX 318 # define S_ISVTX 0001000 /* sticky */ macro
|
H A D | sh.exp.c | 822 i = (S_ISVTX & st->st_mode) != 0; in filetest()
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | mkfile.c | 45 #define MKFILE_MODE (S_IRUSR | S_IWUSR | S_ISVTX)
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | util.c | 154 if (m & S_ISVTX) /* sticky bit */ in bsdar_strmode()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | mkfile.c | 45 #define FILE_MODE (S_ISVTX + S_IRUSR + S_IWUSR)
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 589 #ifdef S_ISVTX 591 bitset(S_ISVTX, stbuf.st_mode)) &&
|
/freebsd/sys/sys/ |
H A D | stat.h | 276 #define S_ISVTX 0001000 /* save swapped text even after use */ 275 #define S_ISVTX global() macro
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_dir.c | 932 va.va_mode = S_IFDIR | S_ISVTX | 0777; in zfs_get_xattrdir() 971 if ((zdp->z_mode & S_ISVTX) == 0) in zfs_sticky_remove_access()
|
/freebsd/crypto/heimdal/appl/rcp/ |
H A D | ChangeLog | 121 * rcp.c: add RCSID S_ISTXT -> S_ISVTX printf sizes of files with
|
H A D | rcp.c | 319 #define MODEMASK (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) in source()
|
/freebsd/bin/pax/ |
H A D | file_subs.c | 57 #define FILEBITS (S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
|
/freebsd/usr.sbin/lpr/lpr/ |
H A D | lpr.c | 750 if (stats.st_mode & S_ISVTX) { in checkwriteperm()
|
/freebsd/usr.bin/posixmqcontrol/ |
H A D | posixmqcontrol.c | 597 dual(mode & S_ISVTX, 's'), in info()
|
/freebsd/contrib/nvi/common/ |
H A D | recover.c | 140 (void)chmod(dp, S_IRWXU | S_IRWXG | S_IRWXO | S_ISVTX); in rcv_tmp()
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ls.c | 124 #define S_ISTXT S_ISVTX
|
/freebsd/sys/fs/p9fs/ |
H A D | p9fs_vnops.c | 942 if ((mode & S_ISVTX) == S_ISVTX) in p9fs_unix2p9_mode()
|