Home
last modified time | relevance | path

Searched refs:HAVE_UNLINKAT_RUNTIME (Results 1 – 3 of 3) sorted by relevance

/dports/lang/python310/Python-3.10.1/Modules/
H A Dposixmodule.c81 # define HAVE_UNLINKAT_RUNTIME __builtin_available(macOS 10.10, iOS 8.0, *) macro
134 # define HAVE_UNLINKAT_RUNTIME (unlinkat != NULL) macro
165 # define HAVE_UNLINKAT_RUNTIME 1 macro
4795 if (HAVE_UNLINKAT_RUNTIME) { in os_rmdir_impl()
4974 if (HAVE_UNLINKAT_RUNTIME) { in os_unlink_impl()
15460 PROBE(probe_unlinkat, HAVE_UNLINKAT_RUNTIME)
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dposixmodule.c85 # define HAVE_UNLINKAT_RUNTIME __builtin_available(macOS 10.10, iOS 8.0, *) macro
138 # define HAVE_UNLINKAT_RUNTIME (unlinkat != NULL) macro
169 # define HAVE_UNLINKAT_RUNTIME 1 macro
4806 if (HAVE_UNLINKAT_RUNTIME) { in os_rmdir_impl()
4985 if (HAVE_UNLINKAT_RUNTIME) { in os_unlink_impl()
15478 PROBE(probe_unlinkat, HAVE_UNLINKAT_RUNTIME)
/dports/lang/python39/Python-3.9.9/Modules/
H A Dposixmodule.c75 # define HAVE_UNLINKAT_RUNTIME __builtin_available(macOS 10.10, iOS 8.0, *) macro
128 # define HAVE_UNLINKAT_RUNTIME (unlinkat != NULL) macro
159 # define HAVE_UNLINKAT_RUNTIME 1 macro
4747 if (HAVE_UNLINKAT_RUNTIME) { in os_rmdir_impl()
4926 if (HAVE_UNLINKAT_RUNTIME) { in os_unlink_impl()
15288 PROBE(probe_unlinkat, HAVE_UNLINKAT_RUNTIME)