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