Searched refs:ST_NOSUID (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-statvfs.h39 #ifndef ST_NOSUID
40 #define ST_NOSUID 2 macro
/macosx-10.10/Libc-1044.1.2/include/sys/
H A Dstatvfs.h53 #define ST_NOSUID 0x00000002 /* Does not honor setuid/setgid */ macro
/macosx-10.10/Libc-1044.1.2/emulated/
H A Dstatvfs.c53 to->f_flag |= ST_NOSUID;
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathprobe.c65 #if defined(ST_RDONLY) || defined(ST_NOSUID)
83 #if defined(ST_NOSUID)
84 if ((vfs.f_flag & ST_NOSUID) && (stat(path, &st) || st.st_uid != getuid() && st.st_uid != geteuid()))
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp-server.c497 flag |= (st->f_flag & ST_NOSUID) ? SSH2_FXE_STATVFS_ST_NOSUID : 0;
H A Dsftp-client.c325 st->f_flag |= (flag & SSH2_FXE_STATVFS_ST_NOSUID) ? ST_NOSUID : 0;

Completed in 278 milliseconds