Home
last modified time | relevance | path

Searched refs:posix_do_stat (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c1447 posix_do_stat(PyObject *self, PyObject *args, in posix_do_stat() function
2642 return posix_do_stat(self, args, "et:stat", STAT, "U:stat", win32_wstat); in posix_stat()
2644 return posix_do_stat(self, args, "et:stat", STAT, NULL, NULL); in posix_stat()
6123 return posix_do_stat(self, args, "et:lstat", lstat, NULL, NULL); in posix_lstat()
6126 return posix_do_stat(self, args, "et:lstat", STAT, "U:lstat", win32_wstat); in posix_lstat()
6128 return posix_do_stat(self, args, "et:lstat", STAT, NULL, NULL); in posix_lstat()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c1638 posix_do_stat(PyObject *self, PyObject *args, in posix_do_stat() function
2830 return posix_do_stat(self, args, "et:stat", STAT, "u:stat", win32_wstat); in posix_stat()
2832 return posix_do_stat(self, args, "et:stat", STAT, NULL, NULL); in posix_stat()
6336 return posix_do_stat(self, args, "et:lstat", lstat, NULL, NULL); in posix_lstat()
6339 return posix_do_stat(self, args, "et:lstat", STAT, "u:lstat", win32_wstat); in posix_lstat()
6341 return posix_do_stat(self, args, "et:lstat", STAT, NULL, NULL); in posix_lstat()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c1638 posix_do_stat(PyObject *self, PyObject *args, in posix_do_stat() function
2830 return posix_do_stat(self, args, "et:stat", STAT, "u:stat", win32_wstat); in posix_stat()
2832 return posix_do_stat(self, args, "et:stat", STAT, NULL, NULL); in posix_stat()
6336 return posix_do_stat(self, args, "et:lstat", lstat, NULL, NULL); in posix_lstat()
6339 return posix_do_stat(self, args, "et:lstat", STAT, "u:lstat", win32_wstat); in posix_lstat()
6341 return posix_do_stat(self, args, "et:lstat", STAT, NULL, NULL); in posix_lstat()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Efi/
H A Dedk2module.c559 posix_do_stat(PyObject *self, PyObject *args, in posix_do_stat() function
1214 return posix_do_stat(self, args, "et:stat", STAT, NULL, NULL); in posix_stat()
4533 return posix_do_stat(self, args, "et:lstat", lstat, NULL, NULL); in posix_lstat()
4535 return posix_do_stat(self, args, "et:lstat", STAT, NULL, NULL); in posix_lstat()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dposixmodule.c2109 posix_do_stat(const char *function_name, path_t *path, in posix_do_stat() function
2492 return posix_do_stat("stat", path, dir_fd, follow_symlinks); in os_stat_impl()
2516 return posix_do_stat("lstat", path, dir_fd, follow_symlinks); in os_lstat_impl()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dposixmodule.c2252 posix_do_stat(const char *function_name, path_t *path, in posix_do_stat() function
2635 return posix_do_stat("stat", path, dir_fd, follow_symlinks); in os_stat_impl()
2659 return posix_do_stat("lstat", path, dir_fd, follow_symlinks); in os_lstat_impl()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dposixmodule.c2252 posix_do_stat(const char *function_name, path_t *path, in posix_do_stat() function
2635 return posix_do_stat("stat", path, dir_fd, follow_symlinks); in os_stat_impl()
2659 return posix_do_stat("lstat", path, dir_fd, follow_symlinks); in os_lstat_impl()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dposixmodule.c2252 posix_do_stat(const char *function_name, path_t *path, in posix_do_stat() function
2635 return posix_do_stat("stat", path, dir_fd, follow_symlinks); in os_stat_impl()
2659 return posix_do_stat("lstat", path, dir_fd, follow_symlinks); in os_lstat_impl()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dposixmodule.c2252 posix_do_stat(const char *function_name, path_t *path, in posix_do_stat() function
2635 return posix_do_stat("stat", path, dir_fd, follow_symlinks); in os_stat_impl()
2659 return posix_do_stat("lstat", path, dir_fd, follow_symlinks); in os_lstat_impl()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dposixmodule.c2252 posix_do_stat(const char *function_name, path_t *path, in posix_do_stat() function
2635 return posix_do_stat("stat", path, dir_fd, follow_symlinks); in os_stat_impl()
2659 return posix_do_stat("lstat", path, dir_fd, follow_symlinks); in os_lstat_impl()
/dports/lang/python310/Python-3.10.1/Modules/
H A Dposixmodule.c2498 posix_do_stat(PyObject *module, const char *function_name, path_t *path, in posix_do_stat() function
2888 return posix_do_stat(module, "stat", path, dir_fd, follow_symlinks); in os_stat_impl()
2912 return posix_do_stat(module, "lstat", path, dir_fd, follow_symlinks); in os_lstat_impl()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dposixmodule.c2482 posix_do_stat(PyObject *module, const char *function_name, path_t *path, in posix_do_stat() function
2872 return posix_do_stat(module, "stat", path, dir_fd, follow_symlinks); in os_stat_impl()
2896 return posix_do_stat(module, "lstat", path, dir_fd, follow_symlinks); in os_lstat_impl()
/dports/lang/python39/Python-3.9.9/Modules/
H A Dposixmodule.c2446 posix_do_stat(PyObject *module, const char *function_name, path_t *path, in posix_do_stat() function
2840 return posix_do_stat(module, "stat", path, dir_fd, follow_symlinks); in os_stat_impl()
2864 return posix_do_stat(module, "lstat", path, dir_fd, follow_symlinks); in os_lstat_impl()