/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | strtoull.c | 50 int neg, any, cutlim; in strtoull() local 85 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtoull() 94 if (any < 0) in strtoull() 97 any = -1; in strtoull() 101 any = 1; in strtoull() 106 if (neg && any > 0) in strtoull() 109 *endptr = (char *) (any ? s - 1 : nptr); in strtoull()
|
D | strtoul.c | 48 int neg, any, cutlim; in strtoul() local 83 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtoul() 92 if (any < 0) in strtoul() 95 any = -1; in strtoul() 99 any = 1; in strtoul() 104 if (neg && any > 0) in strtoul() 107 *endptr = (char *) (any ? s - 1 : nptr); in strtoul()
|
D | strtoimax.c | 47 int neg, any, cutlim; in strtoimax() local 114 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtoimax() 123 if (any < 0) in strtoimax() 127 any = -1; in strtoimax() 131 any = 1; in strtoimax() 137 any = -1; in strtoimax() 141 any = 1; in strtoimax() 148 *endptr = (char *) (any ? s - 1 : nptr); in strtoimax()
|
D | strtol.c | 48 int neg, any, cutlim; in strtol() local 114 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtol() 123 if (any < 0) in strtol() 127 any = -1; in strtol() 131 any = 1; in strtol() 137 any = -1; in strtol() 141 any = 1; in strtol() 148 *endptr = (char *) (any ? s - 1 : nptr); in strtol()
|
D | strtoll.c | 50 int neg, any, cutlim; in strtoll() local 117 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtoll() 126 if (any < 0) in strtoll() 130 any = -1; in strtoll() 134 any = 1; in strtoll() 140 any = -1; in strtoll() 144 any = 1; in strtoll() 151 *endptr = (char *) (any ? s - 1 : nptr); in strtoll()
|
D | strtoumax.c | 47 int neg, any, cutlim; in strtoumax() local 82 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtoumax() 91 if (any < 0) in strtoumax() 94 any = -1; in strtoumax() 98 any = 1; in strtoumax() 103 if (neg && any > 0) in strtoumax() 106 *endptr = (char *) (any ? s - 1 : nptr); in strtoumax()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | _wcstol.h | 55 int neg, any, cutlim; in FUNCNAME() local 102 for (acc = 0, any = 0;; wc = (wchar_t) *s++) { in FUNCNAME() 108 if (any < 0) in FUNCNAME() 112 any = -1; in FUNCNAME() 116 any = 1; in FUNCNAME() 122 any = -1; in FUNCNAME() 126 any = 1; in FUNCNAME() 134 *endptr = (wchar_t *)(any ? s - 1 : nptr); in FUNCNAME()
|
D | _wcstoul.h | 54 int neg, any, cutlim; in FUNCNAME() local 92 for (acc = 0, any = 0;; wc = (wchar_t) *s++) { in FUNCNAME() 98 if (any < 0) in FUNCNAME() 101 any = -1; in FUNCNAME() 105 any = 1; in FUNCNAME() 110 if (neg && any > 0) in FUNCNAME() 114 *endptr = (wchar_t *)(any ? s - 1 : nptr); in FUNCNAME()
|
/bionic/libstdc++/ |
D | NOTICE | 61 and its documentation for any purpose is hereby granted without fee, 65 representations about the suitability of this software for any 73 and its documentation for any purpose is hereby granted without fee, 77 representations about the suitability of this software for any
|
/bionic/libc/kernel/ |
D | README.TXT | 14 They can be also included before or after any Bionic C library header. 69 changes do not introduce any errors.
|
/bionic/tools/bionicbb/ |
D | presubmit.py | 45 return any('tools/bionicbb' in f for f in files)
|
/bionic/libc/ |
D | NOTICE | 162 Permission to use, copy, modify, and/or distribute this software for any 179 Permission to use, copy, modify, and/or distribute this software for any 725 Permission to use, copy, modify, and distribute this software for any 926 Permission to use, copy, modify, and distribute this software for any 1093 Permission to use, copy, modify, and distribute this software for any 1454 duplicated in all such forms and that any documentation, 2521 of any kind. I shall in no event be liable for anything that happens 2555 Permission to use, copy, modify, and distribute this software for any 2574 Permission to use, copy, modify, and distribute this software for any 2591 Permission to use, copy, modify, and distribute this software for any [all …]
|
/bionic/ |
D | README.md | 117 # can't use any of the BSD implementations. The C files are usually
|