/bionic/libc/upstream-netbsd/lib/libc/inet/ |
D | nsap_addr.c | 58 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument 63 _DIAGASSERT(binary != NULL); in inet_nsap_addr() 82 *binary++ = (nib << 4) | xtob(c); in inet_nsap_addr() 97 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument 103 _DIAGASSERT(binary != NULL); in inet_nsap_ntoa() 119 nib = (u_int32_t)*binary >> 4; in inet_nsap_ntoa() 121 nib = *binary++ & 0x0f; in inet_nsap_ntoa()
|
/bionic/libm/ |
D | NOTICE | 119 Redistribution and use in source and binary forms, with or without 124 2. Redistributions in binary form must reproduce the above copyright 161 Redistribution and use in source and binary forms, with or without 166 2. Redistributions in binary form must reproduce the above copyright 187 Redistribution and use in source and binary forms, with or without 192 2. Redistributions in binary form must reproduce the above copyright 220 Redistribution and use in source and binary forms, with or without 225 2. Redistributions in binary form must reproduce the above copyright 256 Redistribution and use in source and binary forms, with or without 261 2. Redistributions in binary form must reproduce the above copyright [all …]
|
/bionic/linker/ |
D | NOTICE | 20 Redistribution and use in source and binary forms, with or without 25 * Redistributions in binary form must reproduce the above copyright 48 Redistribution and use in source and binary forms, with or without 53 * Redistributions in binary form must reproduce the above copyright 76 Redistribution and use in source and binary forms, with or without 81 * Redistributions in binary form must reproduce the above copyright 104 Redistribution and use in source and binary forms, with or without 109 * Redistributions in binary form must reproduce the above copyright 132 Redistribution and use in source and binary forms, with or without 137 * Redistributions in binary form must reproduce the above copyright [all …]
|
/bionic/libstdc++/include/ |
D | climits | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cwctype_is_not_supported | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | utility | 5 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | cwchar | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cstdint | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | csignal | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cerrno | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cfloat | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cstddef | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cassert | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | csetjmp | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | ctime | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cctype | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cstring | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cmath | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cstdlib | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cstdio | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
/bionic/libc/ |
D | NOTICE | 4 Redistribution and use in source and binary forms, with or without 8 * Redistributions in binary form must reproduce the above copyright 35 Redistribution and use in source and binary forms, with or without 39 * Redistributions in binary form must reproduce the above copyright 63 Redistribution and use in source and binary forms, with or without 68 2. Redistributions in binary form must reproduce the above copyright 104 Redistribution and use in source and binary forms, with or without 109 2. Redistributions in binary form must reproduce the above copyright 133 Redistribution and use in source and binary forms, with or without 138 2. Redistributions in binary form must reproduce the above copyright [all …]
|
/bionic/libstdc++/ |
D | NOTICE | 4 Redistribution and use in source and binary forms, with or without 9 * Redistributions in binary form must reproduce the above copyright 32 Redistribution and use in source and binary forms, with or without 37 * Redistributions in binary form must reproduce the above copyright
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 922 loc_aton(const char *ascii, u_char *binary) in loc_aton() argument 1017 bcp = binary; in loc_aton() 1031 loc_ntoa(const u_char *binary, char *ascii) in loc_ntoa() argument 1036 const u_char *cp = binary; in loc_ntoa()
|