/bionic/libc/stdlib/ |
D | strtoul.c | 48 int neg, any, cutlim; in strtoul() local 76 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtoul() 85 if (any < 0) in strtoul() 88 any = -1; in strtoul() 92 any = 1; in strtoul() 97 if (neg && any > 0) in strtoul() 100 *endptr = (char *) (any ? s - 1 : nptr); in strtoul()
|
D | strtol.c | 49 int neg, any, cutlim; in strtol() local 104 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtol() 113 if (any < 0) in strtol() 117 any = -1; in strtol() 121 any = 1; in strtol() 127 any = -1; in strtol() 131 any = 1; in strtol() 138 *endptr = (char *) (any ? s - 1 : nptr); in strtol()
|
D | strtoumax.c | 48 int neg, any, cutlim; in strtoumax() local 89 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtoumax() 98 if (any < 0) in strtoumax() 101 any = -1; in strtoumax() 105 any = 1; in strtoumax() 110 if (neg && any > 0) in strtoumax() 113 *endptr = (char *) (any ? s - 1 : nptr); in strtoumax()
|
D | strtoimax.c | 48 int neg, any, cutlim; in strtoimax() local 135 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtoimax() 144 if (any < 0) in strtoimax() 148 any = -1; in strtoimax() 152 any = 1; in strtoimax() 158 any = -1; in strtoimax() 162 any = 1; in strtoimax() 169 *endptr = (char *) (any ? s - 1 : nptr); in strtoimax()
|
/bionic/linker/ |
D | NOTICE | 43 "Object" form shall mean any form resulting from mechanical 53 "Derivative Works" shall mean any work, whether in Source or Object 61 "Contribution" shall mean any work of authorship, including 62 the original version of the Work and any modifications or additions 67 means any form of electronic, verbal, or written communication sent 75 "Contributor" shall mean Licensor and any individual or Legal Entity 95 institute patent litigation against any entity (including a 98 or contributory patent infringement, then any patent licenses 103 Work or Derivative Works thereof in any medium, with or without 107 (a) You must give any other recipients of the Work or [all …]
|
D | README.TXT | 15 any internal relocations within them are stripped from the corresponding 69 The size of the DT_INITARRAY, if any 88 a list of functions that need to be called before any other
|
/bionic/libc/arch-arm/bionic/ |
D | crtbegin_static.S | 34 # any executable that is statically-linked with Bionic
|
D | crtbegin_dynamic.S | 34 # any executable that is dynamically-linked with Bionic
|
/bionic/libc/arch-sh/bionic/ |
D | crtbegin_static.S | 34 # any executable that is statically-linked with Bionic
|
D | crtbegin_dynamic.S | 34 # any executable that is dynamically-linked with Bionic
|
/bionic/libc/ |
D | NOTICE | 36 Permission to use, copy, modify, and distribute this software for any 55 not be used in connection with the marketing of any product incorporating 60 under its patents, if any, for the use, sale or manufacture of products to 63 granted for any product per se or for any other function of any product. 142 Permission to use, copy, modify, and distribute this software for any 198 of any kind. I shall in no event be liable for anything that happens 254 Permission to use, copy, modify, and distribute this software for any 308 software, derivative works or modified versions, and any portions 322 any improvements or extensions that they make and grant Carnegie the 334 software, derivative works or modified versions, and any portions [all …]
|
D | Jamfile | 74 # get rid of any single dot
|
D | SYSCALLS.TXT | 21 # - it there is "stub" instead of a syscall number, the tool will not generate any
|
/bionic/libc/kernel/ |
D | README.TXT | 16 they can be also included before or after any Bionic C library header. 108 copy any updated kernel header into the corresponding location under 111 for any new kernel header you want to add, first run tools/find_headers.py to be 151 note that this also remove any reference to a kernel-specific configuration 158 typedef/struct/union/enum declaration. this allows to get rid of any variable 179 the final pass remove any comments and empty lines from the final headers. 215 think any library/program that need to access ALSA, or Video4Linux, or
|
/bionic/libc/arch-x86/bionic/ |
D | crtbegin_static.S | 33 # any executable that is statically-linked with Bionic
|
D | crtbegin_dynamic.S | 33 # any executable that is dynamically-linked with Bionic
|
/bionic/libc/docs/ |
D | OVERVIEW.TXT | 247 getgrouplist() will always return a single group for any user name, 329 Bionic is *not* in any way binary-compatible with the GNU C Library, ucLibc 330 or any known Linux C library. This means several things: 376 real-world, but any callback you provide to the C library should *not*
|
D | CHANGES.TXT | 232 - C runtime: Fix runtime initialization to be called before any static C++
|