Home
last modified time | relevance | path

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

/external/clearsilver/util/
Dneo_misc.h51 #ifndef S_IWOTH
52 #define S_IWOTH S_IWUSR macro
Dosdep.h19 #define S_IWOTH S_IWUSR macro
/external/tesseract/liblept/
D_stdio.h41 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/external/bluetooth/bluez/src/
Dsdpd-server.c144 chmod(SDP_UNIX_PATH, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in init_server()
/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/bluetooth/bluez/common/
Dtextfile.c85 umask(S_IWGRP | S_IWOTH); in create_file()
/external/bluetooth/glib/glib/
Dgiounix.c517 create_mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in g_io_channel_new_file()
/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/bluetooth/glib/gio/tests/
Dlive-g-file.c80 …G_FILE_CREATE_PRIVATE, S_IRUSR + S_IWUSR + S_IRGRP + S_IWGRP + S_IROTH + S_IWOTH, 0, TEST_NO_ACCES…
/external/icu4c/tools/tzcode/
Dzic.c592 (void) umask(umask(S_IWGRP | S_IWOTH) | (S_IWGRP | S_IWOTH));
/external/dbus/dbus/
Ddbus-sysdeps-unix.c1175 if ((S_IROTH & sb.st_mode) || (S_IWOTH & sb.st_mode) || in _dbus_check_dir_is_private_to_user()
/external/genext2fs/
Dgenext2fs.c1474 if(st->st_mode & S_IWOTH) in get_mode()