Searched defs:libc (Results 1 – 4 of 4) sorted by relevance
72 libc = ctypes.CDLL(ctypes.util.find_library('c'), use_errno=True) variable
76 libc = ctypes.CDLL(ctypes.util.find_library("c"), use_errno=True) variable
85 libc = ctypes.CDLL(ctypes.util.find_library("c"), use_errno=True) variable
212 libc = ctypes.CDLL(ctypes.util.find_library("c"), use_errno=True) variable