Searched refs:S_ISVTX (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/string/
H A Dstrmode.c167 switch (mode & (S_IXOTH | S_ISVTX)) {
174 case S_ISVTX:
177 case S_IXOTH | S_ISVTX:
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dksh_stat.h48 #ifndef S_ISVTX
49 # define S_ISVTX 01000 /* sticky bit */ macro
50 #endif /* S_ISVTX */
H A Dc_test.c334 && (b1.st_mode & S_ISVTX) == S_ISVTX;
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_strmode.c79 if (mode & S_ISVTX) {
H A Darchive_windows.h204 #define S_ISVTX _S_ISVTX macro
H A Darchive_write_set_format_pax.c914 #ifdef S_ISVTX
915 mode &= ~S_ISVTX;
H A Darchive_write_disk.c417 a->mode &= ~S_ISVTX;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c240 #ifdef S_ISVTX
241 if (bits & S_ISVTX)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstat-macros.h188 /* S_ISVTX is a common extension to POSIX. */
189 # ifndef S_ISVTX
190 # define S_ISVTX 01000 macro
253 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dedit_file.c149 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dfsmagic.c154 #ifdef S_ISVTX
155 if (sb->st_mode & S_ISVTX)
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dstat.h139 #define S_ISVTX _S_ISVTX macro
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dfile_subs.c78 #define A_BITS (FILE_BITS | SET_BITS | S_ISVTX)
81 * The S_ISVTX (sticky bit) can be set by non-superuser on directories
84 #define FILEBITS(dir) ((dir) ? (FILE_BITS | S_ISVTX) : FILE_BITS)
85 #define SETBITS(dir) ((dir) ? SET_BITS : (SET_BITS | S_ISVTX))
/netbsd-6-1-5-RELEASE/tools/compat/
H A Dcompat_defs.h1108 #ifdef S_ISVTX
1109 #define S_ISTXT S_ISVTX
/netbsd-6-1-5-RELEASE/bin/cp/
H A Dutils.c277 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dlogin_cap.c652 if(chmod(per_user_tmp, S_IRWXU | S_ISVTX)) {
681 if (sb.st_mode != (S_IRWXU | S_ISVTX)) {
683 S_IRWXU | S_ISVTX)) {
/netbsd-6-1-5-RELEASE/bin/test/
H A Dtest.c573 return (s.st_mode & S_ISVTX) != 0;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_dir.c932 va.va_mode = S_IFDIR | S_ISVTX | 0777;
970 if ((zdp->z_phys->zp_mode & S_ISVTX) == 0)
H A Dzfs_vnops.c1453 if ((vap->va_mode & S_ISVTX) && secpolicy_vnode_stky_modify(cr))
1454 vap->va_mode &= ~S_ISVTX;
H A Dzfs_acl.c788 mode = (zp->z_phys->zp_mode & (S_IFMT | S_ISUID | S_ISGID | S_ISVTX));
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Drecover.c153 (void)chmod(dp, S_IRWXU | S_IRWXG | S_IRWXO | S_ISVTX);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_defs.h1311 # undef S_ISVTX macro
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dfile_io.c484 if (pair->src_st.st_mode & S_ISVTX) {
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_subr.c4349 mode |= S_ISVTX;
4380 if (mode & S_ISVTX)

Completed in 408 milliseconds