Home
last modified time | relevance | path

Searched defs:S_IWOTH (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dstat.h39 #define S_IWOTH 00002 macro
/external/bison/linux-lib/sys/
Dstat.h584 # define S_IWOTH (S_IWUSR >> 6) macro
/external/bison/darwin-lib/sys/
Dstat.h584 # define S_IWOTH (S_IWUSR >> 6) macro
/external/openssh/
Ddefines.h168 # define S_IWOTH 0000002 /* write permission, other */ macro