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

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
H A DAttribPermissions.java34 public static final int S_ISVTX = 01000; field in class:AttribPermissions
/external/openssh/openbsd-compat/
H A Dstrmode.c131 switch (mode & (S_IXOTH | S_ISVTX)) {
138 case S_ISVTX:
141 case S_IXOTH | S_ISVTX:
/external/kernel-headers/original/linux/
H A Dstat.h22 #define S_ISVTX 0001000 macro
51 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
/external/elfutils/src/
H A Dar.c556 ? ((arhdr->ar_mode & S_ISVTX) ? 't' : 'x')
557 : ((arhdr->ar_mode & S_ISVTX) ? 'T' : '-'),
/external/mksh/src/
H A Dfuncs.c2949 #ifdef S_ISVTX
2951 (b1.st_mode & S_ISVTX) == S_ISVTX);
/external/bluetooth/glib/gio/
H A Dglocalfile.c1660 (global_stat.st_mode & S_ISVTX) != 0)
1777 (global_stat.st_mode & S_ISVTX) != 0)
H A Dglocalfileinfo.c790 * S_ISVTX bit which doesn't exist on Win32 anyway.
815 * The sticky bit (S_ISVTX) on a directory means that a file in that directory can be
821 #ifdef S_ISVTX
822 parent_info->is_sticky = (statbuf.st_mode & S_ISVTX) != 0;
/external/valgrind/main/include/vki/
H A Dvki-darwin.h140 #define VKI_S_ISVTX S_ISVTX
/external/strace/
H A Dfile.c759 (mode & S_ISVTX) ? "|S_ISVTX" : "");
760 mode &= ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX);
/external/genext2fs/
H A Dgenext2fs.c1482 if(st->st_mode & S_ISVTX)

Completed in 74 milliseconds