Searched defs:libc (Results 1 – 2 of 2) sorted by relevance
34 TEST(libc, __libc_android_log_event_int) { in TEST() argument94 TEST(libc, __libc_fatal_no_abort) { in TEST() argument138 TEST(libc, __pstore_append) { in TEST() argument
41 libc = ctypes.CDLL(ctypes.util.find_library("c"), use_errno=True) variable