Searched refs:omode (Results 1 – 3 of 3) sorted by relevance
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() argument328 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IMODE()339 stat_S_IFMT(PyObject *self, PyObject *omode) in stat_S_IFMT() argument341 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IFMT()400 stat_filemode(PyObject *self, PyObject *omode) in stat_filemode() argument405 mode = _PyLong_AsMode_t(omode); in stat_filemode()
544 int oflags = 0, omode = 0, err ;554 omode = 0 ;560 omode = S_IRUSR | S_IWUSR | S_IRGRP ;566 omode = S_IRUSR | S_IWUSR | S_IRGRP ;578 omode &= ~S_IRGRP ;584 /* Only use the three argument open() function if omode != 0. */585 fd = (omode == 0) ? open (filename, oflags) : open (filename, oflags, omode) ;
43300 重手 < omode\ ;100735 重手 > omode\ ;