Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 25 of 26) sorted by relevance

12

/external/kernel-headers/original/linux/
Dstat.h44 #define S_IWOTH 00002 macro
53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
DAttribPermissions.java30 public static final int S_IWOTH = 0002; field in AttribPermissions
/external/openssh/openbsd-compat/
Dstrmode.c127 if (mode & S_IWOTH) in strmode()
/external/stlport/src/details/
Dfstream_stdio.cpp66 # define S_IWOTH _S_IWRITE macro
267 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
Dfstream_unistd.cpp221 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
/external/bison/lib/
Dsys_stat.in.h271 #if !S_IWOTH
272 # define S_IWOTH (S_IWUSR >> 6)
295 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/external/bison/linux-lib/sys/
Dstat.h583 #if !S_IWOTH
584 # define S_IWOTH (S_IWUSR >> 6) macro
607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/external/bison/darwin-lib/sys/
Dstat.h583 #if !S_IWOTH
584 # define S_IWOTH (S_IWUSR >> 6) macro
607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/external/openssh/
Dsshpty.c222 mode = S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH; in pty_setowner()
Ddefines.h157 # define S_IWOTH 0000002 /* write permission, other */ macro
Dsshd.c1702 (st.st_mode & (S_IWGRP|S_IWOTH)) != 0))
1704 if (st.st_uid != 0 || (st.st_mode & (S_IWGRP|S_IWOTH)) != 0)
/external/dropbear/
Dsvr-authpubkey.c329 if (filestat.st_mode & (S_IWGRP | S_IWOTH)) { in checkfileperm()
Dsshpty.c370 mode = S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH; in pty_setowner()
/external/e2fsprogs/debugfs/
Ddump.c50 { LINUX_S_IWOTH, S_IWOTH },
/external/libppp/src/
Dmain.c363 if (stat(conf, &sb) == 0 && sb.st_mode & S_IWOTH) { in main()
/external/bluetooth/bluedroid/btif/co/
Dbta_fs_co.c185 if((buffer-> st_mode & S_IROTH) && (buffer-> st_mode & S_IWOTH)) in getAccess()
/external/chromium/base/files/
Dfile_path_watcher_browsertest.cc510 mode = S_IWUSR | S_IWGRP | S_IWOTH; in ChangeFilePermissions()
/external/valgrind/main/include/vki/
Dvki-darwin.h136 #define VKI_S_IWOTH S_IWOTH
/external/ppp/pppd/
Dtty.c596 || fchmod(ttyfd, statbuf.st_mode & ~(S_IWGRP | S_IWOTH)) < 0) { in connect_tty()
/external/qemu/block/
Dvvfat.c34 #ifndef S_IWOTH
35 #define S_IWOTH 0 macro
784 (st.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)) == 0; in read_directory()
/external/elfutils/src/
Dar.c554 (arhdr->ar_mode & S_IWOTH) ? 'w' : '-', in do_oper_extract()
/external/icu4c/tools/tzcode/
Dzic.c598 (void) umask(umask(S_IWGRP | S_IWOTH) | (S_IWGRP | S_IWOTH));
/external/mksh/src/
Dsh.h330 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/external/genext2fs/
Dgenext2fs.c1474 if(st->st_mode & S_IWOTH) in get_mode()
/external/sqlite/dist/
Dsqlite3.c31309 S_IROTH|S_IWOTH);

12