Home
last modified time | relevance | path

Searched refs:no (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/include/sys/
Dcdefs.h195 #define __packed error: no __packed for this compiler
196 #define __aligned(x) error: no __aligned for this compiler
197 #define __section(x) error: no __section for this compiler
256 #define __RENAME(x) no renaming in kernel or standalone environment
/bionic/libc/tools/zoneinfo/
Dgenerate26 wget -N --no-verbose 'ftp://munnari.oz.au/pub/tzdata*.tar.gz'
/bionic/libc/
DREADME7 - no support for locales
8 - no support for wide chars (i.e. multi-byte characters)
DCAVEATS8 slower code for no good reason (even when so-called zero-cost exception schemes are
DNOTICE197 This software is provided ``as is'', and comes with no warranties
198 of any kind. I shall in no event be liable for anything that happens
DSYSCALLS.TXT18 # - each parameter type is assumed to be stored on 32 bits, there is no plan to support
/bionic/libc/docs/
DCHANGES.TXT113 - <arpa/telnet.h>: New header (declarations only, no implementation).
141 - <sys/queue.h>: Added new header (no implementation - macro templates).
168 is a no-op for actual functionality.)
190 futexes for performance reasons. Mutexes and Condvars are no longer shareable
DSYSV-IPC.TXT12 For example, there is no way to automatically release a SysV semaphore
DOVERVIEW.TXT33 make absolutely no claim that you could build and use Bionic on a stock x86
143 - There is currently no support for read/write locks, priority-ceiling in
233 There is no /etc/passwd or /etc/groups in Android. By design, it is
258 There is no /etc/services on Android. Instead the C library embeds a
272 There is no /etc/protocol on Android. Bionic does not currently
/bionic/linker/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
166 8. Limitation of Liability. In no event and under no legal theory,
/bionic/libc/regex/
Dregcomp.c1024 int no = p->g->ncsets++; in allocset() local
1031 if (no >= p->ncsalloc) { /* need another column of space */ in allocset()
1049 for (i = 0; i < no; i++) in allocset()
1058 cs = &p->g->sets[no]; in allocset()
1059 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()
1060 cs->mask = 1 << ((no) % CHAR_BIT); in allocset()
/bionic/libc/kernel/
DREADME.TXT174 functions. we consider it safe since userland applications have no business
267 headers (there is no reason to break the userland API for something