Searched refs:omode (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/ |
D | _stat.c | 268 stat_ ##isfunc (PyObject *self, PyObject *omode) \ 270 mode_t mode = _PyLong_AsMode_t(omode); \ 322 stat_S_IMODE(PyObject *self, PyObject *omode) in stat_S_IMODE() argument 324 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IMODE() 335 stat_S_IFMT(PyObject *self, PyObject *omode) in stat_S_IFMT() argument 337 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IFMT() 396 stat_filemode(PyObject *self, PyObject *omode) in stat_filemode() argument 401 mode = _PyLong_AsMode_t(omode); in stat_filemode()
|
/external/openssh/ |
D | scp.c | 930 mode_t mode, omode, mask; local 1103 omode = mode; 1164 if (exists || omode != mode) 1166 if (fchmod(ofd, omode)) { 1168 if (chmod(np, omode)) { 1175 if (!exists && omode != mode) 1177 if (fchmod(ofd, omode & ~mask)) { 1179 if (chmod(np, omode & ~mask)) {
|
/external/scapy/scapy/ |
D | ansmachine.py | 88 omode = self.__dict__.get("mode",0) 91 self.__dict__["mode"] = omode
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_EDICT.txt | 43300 重手 < omode\ ; 100735 重手 > omode\ ;
|