Home
last modified time | relevance | path

Searched defs:libc_name (Results 1 – 18 of 18) sorted by relevance

/dports/lang/python27/Python-2.7.18/Lib/ctypes/test/
H A Dtest_loading.py8 libc_name = None variable
10 libc_name = find_library("c") variable
12 libc_name = "coredll" variable
14 libc_name = "cygwin1.dll" variable
/dports/lang/python-legacy/Python-2.7.18/Lib/ctypes/test/
H A Dtest_loading.py8 libc_name = None variable
10 libc_name = find_library("c") variable
12 libc_name = "coredll" variable
14 libc_name = "cygwin1.dll" variable
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/
H A Dmeson.build170 libc_name = 'c' variable
172 libc_name = join_paths(target, 'libc') variable
/dports/devel/py-trollius/trollius-2.2/trollius/
H A Dtime_monotonic.py69 libc_name = ctypes.util.find_library('c') variable
72 libc_name = None variable
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Dxattr.py69 libc_name = os.environ.get('BORG_LIBC') or find_library('c') variable
75 libc_name = 'libc.so.6' variable
77 libc_name = 'libc.dylib' variable
99 libc_name = preload variable
/dports/lang/python37/Python-3.7.12/Lib/ctypes/test/
H A Dtest_loading.py8 libc_name = None variable
/dports/databases/py-gdbm/Python-3.8.12/Lib/ctypes/test/
H A Dtest_loading.py11 libc_name = None variable
/dports/databases/py-sqlite3/Python-3.8.12/Lib/ctypes/test/
H A Dtest_loading.py11 libc_name = None variable
/dports/lang/python310/Python-3.10.1/Lib/ctypes/test/
H A Dtest_loading.py12 libc_name = None variable
/dports/lang/python-tools/Python-3.8.12/Lib/ctypes/test/
H A Dtest_loading.py11 libc_name = None variable
/dports/lang/python39/Python-3.9.9/Lib/ctypes/test/
H A Dtest_loading.py10 libc_name = None variable
/dports/lang/python311/Python-3.11.0a3/Lib/ctypes/test/
H A Dtest_loading.py12 libc_name = None variable
/dports/lang/python38/Python-3.8.12/Lib/ctypes/test/
H A Dtest_loading.py11 libc_name = None variable
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/ctypes/test/
H A Dtest_loading.py11 libc_name = None variable
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/lib/
H A Dmonotonic.py35 libc_name = find_library('c') variable
/dports/www/py-graphite-api/graphite-api-1.1.3/graphite_api/_vendor/
H A Dwhisper.py57 libc_name = ctypes.util.find_library('c') variable
/dports/databases/py-whisper/whisper-1.1.3/
H A Dwhisper.py67 libc_name = ctypes.util.find_library('c') variable
/dports/devel/py-pytest-benchmark/pytest-benchmark-3.4.1/src/pytest_benchmark/
H A Dpep418.py137 libc_name = ctypes.util.find_library('c') variable