/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
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 | 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 | 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 | 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 | 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/tests/ |
D | netinet_in_test.cpp | 29 in6_addr any = IN6ADDR_ANY_INIT; in TEST() local 30 ASSERT_EQ(0, memcmp(&any, &in6addr_any, sizeof(in6addr_any))); in TEST()
|
/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/libdl/ |
D | Android.bp | 6 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
|
/bionic/tools/bionicbb/ |
D | presubmit.py | 45 return any('tools/bionicbb' in f for f in files)
|
/bionic/libc/malloc_debug/ |
D | README.md | 43 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/ |
D | NOTICE | 189 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 …]
|
D | Android.bp | 404 // contain any troublesome global data or constructors).
|
/bionic/ |
D | README.md | 116 # can't use any of the BSD implementations. The C files are usually
|