Lines Matching +defs:key +defs:path
62 wchar_t *path; in getpath_abspath() local
85 PyObject *path; in getpath_basename() local
101 PyObject *path; in getpath_dirname() local
119 const wchar_t *path; in getpath_isabs() local
139 const wchar_t *path; in getpath_hassuffix() local
174 const wchar_t *path; in getpath_isdir() local
200 const wchar_t *path; in getpath_isfile() local
226 const wchar_t *path; in getpath_isxfile() local
341 const wchar_t *path; in getpath_readlines() local
433 wchar_t *path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_realpath() local
480 wchar_t *path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_realpath() local
587 wchar_to_dict(PyObject *dict, const char *key, const wchar_t *s) in wchar_to_dict()
608 decode_to_dict(PyObject *dict, const char *key, const char *s) in decode_to_dict()
633 env_to_dict(PyObject *dict, const char *key, int and_clear) in env_to_dict()
688 int_to_dict(PyObject *dict, const char *key, int v) in int_to_dict()
704 winmodule_to_dict(PyObject *dict, const char *key, HMODULE mod) in winmodule_to_dict()
725 progname_to_dict(PyObject *dict, const char *key) in progname_to_dict()
758 library_to_dict(PyObject *dict, const char *key) in library_to_dict()