Searched refs:omode (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/ |
D | _stat.c | 272 stat_ ##isfunc (PyObject *self, PyObject *omode) \ 274 mode_t mode = _PyLong_AsMode_t(omode); \ 326 stat_S_IMODE(PyObject *self, PyObject *omode) in stat_S_IMODE() argument 328 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IMODE() 339 stat_S_IFMT(PyObject *self, PyObject *omode) in stat_S_IFMT() argument 341 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IFMT() 400 stat_filemode(PyObject *self, PyObject *omode) in stat_filemode() argument 405 mode = _PyLong_AsMode_t(omode); in stat_filemode()
|
/external/scapy/scapy/ |
D | ansmachine.py | 88 omode = self.__dict__.get("mode",0) 91 self.__dict__["mode"] = omode
|
/external/openssh/ |
D | scp.c | 1239 mode_t mode, omode, mask; local 1437 omode = mode; 1502 if (exists || omode != mode) 1504 if (fchmod(ofd, omode)) { 1506 if (chmod(np, omode)) { 1512 if (!exists && omode != mode) 1514 if (fchmod(ofd, omode & ~mask)) { 1516 if (chmod(np, omode & ~mask)) {
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_EDICT.txt | 43300 重手 < omode\ ; 100735 重手 > omode\ ;
|