Searched defs:bionic (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/private/
H A Dkernel_sigset_t.h41 bionic = *value;
45 return &bionic;
48 sigset_t bionic; member in union:kernel_sigset_t
/bionic/libc/tools/
H A Dcheck-symbols-glibc.py65 bionic = symbols.GetFromAndroidSo(['libc.so', 'libm.so']) variable
72 # bionic includes various BSD symbols to ease porting other BSD-licensed code.
132 # bionic exposes various Linux features that glibc doesn't.
208 #print 'bionic:'
209 #for symbol in sorted(bionic):
213 print 'in glibc (but not posix) but not bionic:'
214 for symbol in sorted((glibc - posix).difference(bionic)):
218 print 'in posix (and implemented in glibc) but not bionic:'
219 for symbol in sorted((posix.intersection(glibc)).difference(bionic)):
223 print 'in bionic bu
[all...]

Completed in 66 milliseconds