Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
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()
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()
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()
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()
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/tests/
Dnetinet_in_test.cpp29 in6_addr any = IN6ADDR_ANY_INIT; in TEST() local
30 ASSERT_EQ(0, memcmp(&any, &in6addr_any, sizeof(in6addr_any))); in TEST()
/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/libdl/
DAndroid.bp6 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
/bionic/tools/bionicbb/
Dpresubmit.py45 return any('tools/bionicbb' in f for f in files)
/bionic/libc/malloc_debug/
DREADME.md43 modified. If any part of the front guard is modified, an error will be reported
46 If the backtrace option is also enabled, then any error message will include
71 modified. If any part of the rear guard is modified, an error will be reported
100 Note that any backtrace frames that occur within the malloc backtrace library
/bionic/libc/
DNOTICE189 Permission to use, copy, modify, and/or distribute this software for any
206 Permission to use, copy, modify, and/or distribute this software for any
780 Permission to use, copy, modify, and distribute this software for any
1101 Permission to use, copy, modify, and distribute this software for any
1462 duplicated in all such forms and that any documentation,
2561 of any kind. I shall in no event be liable for anything that happens
2595 Permission to use, copy, modify, and distribute this software for any
2614 Permission to use, copy, modify, and distribute this software for any
2631 Permission to use, copy, modify, and distribute this software for any
2704 Permission to use, copy, modify, and distribute this software for any
[all …]
DAndroid.bp404 // contain any troublesome global data or constructors).
/bionic/
DREADME.md116 # can't use any of the BSD implementations. The C files are usually