Searched refs:no (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/include/sys/ |
D | cdefs.h | 195 #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/ |
D | generate | 26 wget -N --no-verbose 'ftp://munnari.oz.au/pub/tzdata*.tar.gz'
|
/bionic/libc/ |
D | README | 7 - no support for locales 8 - no support for wide chars (i.e. multi-byte characters)
|
D | CAVEATS | 8 slower code for no good reason (even when so-called zero-cost exception schemes are
|
D | NOTICE | 197 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
|
D | SYSCALLS.TXT | 18 # - each parameter type is assumed to be stored on 32 bits, there is no plan to support
|
/bionic/libc/docs/ |
D | CHANGES.TXT | 113 - <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
|
D | SYSV-IPC.TXT | 12 For example, there is no way to automatically release a SysV semaphore
|
D | OVERVIEW.TXT | 33 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/ |
D | NOTICE | 81 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/ |
D | regcomp.c | 1024 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/ |
D | README.TXT | 174 functions. we consider it safe since userland applications have no business 267 headers (there is no reason to break the userland API for something
|