Home
last modified time | relevance | path

Searched refs:any (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtoull.c50 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()
Dstrtoul.c48 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()
Dstrtoimax.c47 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()
Dstrtol.c48 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()
Dstrtoll.c50 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()
Dstrtoumax.c47 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.h55 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.h54 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++/
DNOTICE61 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/
DREADME.TXT14 They can be also included before or after any Bionic C library header.
69 changes do not introduce any errors.
/bionic/tools/bionicbb/
Dpresubmit.py45 return any('tools/bionicbb' in f for f in files)
/bionic/libc/
DNOTICE162 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/
DREADME.md117 # can't use any of the BSD implementations. The C files are usually