/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 250 _DIAGASSERT(preg != NULL); in regcomp() 251 _DIAGASSERT(pattern != NULL); in regcomp() 351 _DIAGASSERT(p != NULL); in p_ere() 405 _DIAGASSERT(p != NULL); in p_ere_exp() 552 _DIAGASSERT(p != NULL); in p_str() 582 _DIAGASSERT(p != NULL); in p_bre() 627 _DIAGASSERT(p != NULL); in p_simp_re() 743 _DIAGASSERT(p != NULL); in p_count() 767 _DIAGASSERT(p != NULL); in p_bracket() 851 _DIAGASSERT(p != NULL); in p_b_term() [all …]
|
D | engine.c | 194 _DIAGASSERT(g != NULL); in matcher() 195 _DIAGASSERT(string != NULL); in matcher() 202 _DIAGASSERT(pmatch != NULL); in matcher() 319 _DIAGASSERT(pmatch != NULL); in matcher() 376 _DIAGASSERT(m != NULL); in dissect() 377 _DIAGASSERT(start != NULL); in dissect() 378 _DIAGASSERT(stop != NULL); in dissect() 583 _DIAGASSERT(m != NULL); in backref() 584 _DIAGASSERT(start != NULL); in backref() 585 _DIAGASSERT(stop != NULL); in backref() [all …]
|
D | regfree.c | 108 _DIAGASSERT(preg != NULL); in __weak_alias() 110 _DIAGASSERT(preg->re_magic == MAGIC1); in __weak_alias()
|
D | regerror.c | 174 _DIAGASSERT(errcode != REG_ATOI || preg != NULL); in regerror() 175 _DIAGASSERT(errbuf != NULL); in regerror()
|
D | regexec.c | 218 _DIAGASSERT(preg != NULL); 219 _DIAGASSERT(string != NULL);
|
/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
D | bsearch.c | 70 _DIAGASSERT(key != NULL); in bsearch() 71 _DIAGASSERT(base0 != NULL || nmemb == 0); in bsearch() 72 _DIAGASSERT(compar != NULL); in bsearch()
|
D | rand_r.c | 48 _DIAGASSERT(seed != NULL); in rand_r()
|
D | nrand48.c | 34 _DIAGASSERT(xseed != NULL); in __weak_alias()
|
D | jrand48.c | 35 _DIAGASSERT(xseed != NULL); in __weak_alias()
|
D | erand48.c | 36 _DIAGASSERT(xseed != NULL); in __weak_alias()
|
D | lcong48.c | 34 _DIAGASSERT(p != NULL); in __weak_alias()
|
D | seed48.c | 36 _DIAGASSERT(xseed != NULL); in __weak_alias()
|
D | _rand48.c | 43 _DIAGASSERT(xseed != NULL); in __dorand48()
|
/bionic/libc/upstream-netbsd/lib/libc/inet/ |
D | nsap_addr.c | 62 _DIAGASSERT(ascii != NULL); in inet_nsap_addr() 63 _DIAGASSERT(binary != NULL); in inet_nsap_addr() 103 _DIAGASSERT(binary != NULL); in inet_nsap_ntoa()
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 187 _DIAGASSERT(msg != NULL); in debugprintf() 236 _DIAGASSERT(answer != NULL); in getanswer() 237 _DIAGASSERT(qname != NULL); in getanswer() 537 _DIAGASSERT(name != NULL); in gethostbyname_r() 689 _DIAGASSERT(name != NULL); in gethostbyname_internal_real() 847 _DIAGASSERT(addr != NULL); in android_gethostbyaddrfornetcontext_real() 1049 _DIAGASSERT(src != NULL); in map_v4v6_address() 1050 _DIAGASSERT(dst != NULL); in map_v4v6_address() 1068 _DIAGASSERT(hp != NULL); in map_v4v6_hostent() 1069 _DIAGASSERT(bpp != NULL); in map_v4v6_hostent() [all …]
|
D | sethostent.c | 109 _DIAGASSERT(rv != NULL); in _hf_gethtbyname() 151 _DIAGASSERT(name != NULL); in _hf_gethtbyname2() 261 _DIAGASSERT(rv != NULL); in _hf_gethtbyaddr()
|
/bionic/libc/dns/nameser/ |
D | ns_name.c | 186 _DIAGASSERT(__type_fit(int, dn - dst)); in ns_name_ntop() 397 _DIAGASSERT(__type_fit(int, dn - dst)); in ns_name_ntol() 467 _DIAGASSERT(__type_fit(int, srcp - src + 1)); in ns_name_unpack2() 499 _DIAGASSERT(__type_fit(int, srcp - src)); in ns_name_unpack2() 582 _DIAGASSERT(__type_fit(int, dstp - dst)); in ns_name_pack() 614 _DIAGASSERT(__type_fit(int, dstp - dst)); in ns_name_pack() 970 _DIAGASSERT(__type_fit(int, in dn_find() 1039 _DIAGASSERT(__type_fit(int, dn - beg)); in decode_bitstring()
|
D | ns_ttl.c | 91 _DIAGASSERT(__type_fit(int, dst - odst)); in ns_format_ttl()
|
D | ns_print.c | 1058 _DIAGASSERT(__type_fit(int, buf - obuf)); in ns_sprintrrf() 1090 _DIAGASSERT(__type_fit(int, buf - obuf)); in ns_sprintrrf() 1167 _DIAGASSERT(__type_fit(int, rdata - odata)); in charstr() 1212 _DIAGASSERT(__type_fit(int, newlen)); in addname()
|
D | ns_parse.c | 102 _DIAGASSERT(__type_fit(int, ptr - optr)); in ns_skiprr()
|
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
D | sha1.c | 159 _DIAGASSERT(buffer != 0); in SHA1Transform() 160 _DIAGASSERT(state != 0); in SHA1Transform() 223 _DIAGASSERT(context != 0); in SHA1Init() 242 _DIAGASSERT(context != 0); in SHA1Update() 243 _DIAGASSERT(data != 0); in SHA1Update() 270 _DIAGASSERT(digest != 0); in SHA1Final() 271 _DIAGASSERT(context != 0); in SHA1Final()
|
/bionic/libc/upstream-netbsd/android/include/ |
D | netbsd-compat.h | 25 #define _DIAGASSERT(e) /* nothing */ macro
|
/bionic/libc/upstream-netbsd/lib/libc/gen/ |
D | utime.c | 54 _DIAGASSERT(path != NULL); in utime()
|
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/ |
D | random.c | 345 _DIAGASSERT(arg_state != NULL); in initstate() 416 _DIAGASSERT(arg_state != NULL); in setstate()
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 1151 _DIAGASSERT(__type_fit(int, count)); in dn_count_labels()
|