HomeSort by: relevance | last modified time | path
    Searched refs:S_IWRITE (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h 203 #define S_IWRITE _S_IWRITE
acwin.h 231 #define S_IWRITE _S_IWRITE
  /src/sys/sys/
stat.h 124 #define S_IWRITE S_IWUSR
  /src/sys/kern/
sys_memfd.c 308 st->st_mode |= S_IWRITE;
  /src/usr.bin/msgs/
msgs.c 304 && stbuf.st_mode&S_IWRITE) {
  /src/bin/rcp/
rcp.c 649 mode |= S_IWRITE;
  /src/usr.bin/error/
touch.c 820 if ((statbuf.st_mode & S_IWRITE) == 0)

Completed in 18 milliseconds