Searched refs:libc (Results 1 – 8 of 8) sorted by relevance
39 libc = ctypes.CDLL(ctypes.util.find_library('c')) variable45 ret = libc.if_nametoindex(name.encode('ascii'))54 libc.if_indextoname.argtypes = [ctypes.c_uint32, ctypes.c_char_p]55 libc.if_indextoname.restype = ctypes.c_char_p58 ifname = libc.if_indextoname(index, ifname)
80 && mkdir -p bionic/libc/ \81 && cp -r "$ANDROID_NDK_PATH"/sysroot/usr/include bionic/libc/include \82 && mv bionic/libc/include/arm-linux-androideabi/asm bionic/libc/include/asm \
52 libc = ctypes.CDLL(ctypes.util.find_library('c'))53 ret = libc.if_nametoindex(ifname.encode('ascii'))
571 cp /lib/x86_64-linux-gnu/libc.so.6 "$OT_COREDUMP_DIR/so-lib"
155 |-- libc.so.6
140 - The code has no dependency on libc functions or the toolchain's runtime161 For details, see `stack.sh`, `wcs.py` and `libc.msu` (the above figures assume
58 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv799 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
202 acceleration detection when the libc headers do not define the3854 * Fix a call to the libc function time() to call the platform abstraction4272 * Fix compile error in net.c with musl libc. Found and patch provided by4667 a compatible enough libc (eg uClibc).