Home
last modified time | relevance | path

Searched refs:os_fchown (Results 1 – 14 of 14) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/test/unit/os/
H A Dfs_spec.lua225 local function os_fchown(filename, user_id, group_id) function
227 local res = fs.os_fchown(fd, user_id, group_id)
283 eq(0, os_fchown(filename, -1, -1))
307 eq(0, (os_fchown(filename, -1, new_gid)))
318 neq(0, os_fchown(filename, 0, 0))
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dfs.c793 int os_fchown(int fd, uv_uid_t owner, uv_gid_t group) function
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dfileio.c558 && os_fchown(curbuf->b_ml.ml_mfp->mf_fd, -1, file_info.stat.st_gid) in readfile()
2696 os_fchown(fd, file_info_old.stat.st_uid, file_info_old.stat.st_gid); in buf_write()
3396 os_fchown(fd, file_info_old.stat.st_uid, file_info_old.stat.st_gid); in buf_write()
H A Dundo.c1297 && os_fchown(fd, (uv_uid_t)-1, (uv_gid_t)file_info_old.stat.st_gid)) { in u_write_undo()
H A Dshada.c3064 const int fchown_ret = os_fchown(file_fd(sd_writer.cookie), in shada_write_file()
/dports/lang/python37/Python-3.7.12/Modules/clinic/
H A Dposixmodule.c.h726 {"fchown", (PyCFunction)os_fchown, METH_FASTCALL|METH_KEYWORDS, os_fchown__doc__},
732 os_fchown(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_fchown() function
/dports/databases/py-sqlite3/Python-3.8.12/Modules/clinic/
H A Dposixmodule.c.h935 … {"fchown", (PyCFunction)(void(*)(void))os_fchown, METH_FASTCALL|METH_KEYWORDS, os_fchown__doc__},
941 os_fchown(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_fchown() function
/dports/databases/py-gdbm/Python-3.8.12/Modules/clinic/
H A Dposixmodule.c.h935 … {"fchown", (PyCFunction)(void(*)(void))os_fchown, METH_FASTCALL|METH_KEYWORDS, os_fchown__doc__},
941 os_fchown(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_fchown() function
/dports/lang/python-tools/Python-3.8.12/Modules/clinic/
H A Dposixmodule.c.h935 … {"fchown", (PyCFunction)(void(*)(void))os_fchown, METH_FASTCALL|METH_KEYWORDS, os_fchown__doc__},
941 os_fchown(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_fchown() function
/dports/lang/python38/Python-3.8.12/Modules/clinic/
H A Dposixmodule.c.h935 … {"fchown", (PyCFunction)(void(*)(void))os_fchown, METH_FASTCALL|METH_KEYWORDS, os_fchown__doc__},
941 os_fchown(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_fchown() function
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/clinic/
H A Dposixmodule.c.h935 … {"fchown", (PyCFunction)(void(*)(void))os_fchown, METH_FASTCALL|METH_KEYWORDS, os_fchown__doc__},
941 os_fchown(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_fchown() function
/dports/lang/python310/Python-3.10.1/Modules/clinic/
H A Dposixmodule.c.h905 … {"fchown", (PyCFunction)(void(*)(void))os_fchown, METH_FASTCALL|METH_KEYWORDS, os_fchown__doc__},
911 os_fchown(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_fchown() function
/dports/lang/python39/Python-3.9.9/Modules/clinic/
H A Dposixmodule.c.h935 … {"fchown", (PyCFunction)(void(*)(void))os_fchown, METH_FASTCALL|METH_KEYWORDS, os_fchown__doc__},
941 os_fchown(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_fchown() function
/dports/lang/python311/Python-3.11.0a3/Modules/clinic/
H A Dposixmodule.c.h905 … {"fchown", (PyCFunction)(void(*)(void))os_fchown, METH_FASTCALL|METH_KEYWORDS, os_fchown__doc__},
911 os_fchown(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_fchown() function