Home
last modified time | relevance | path

Searched refs:_DIAGASSERT (Results 1 – 25 of 26) sorted by relevance

12

/bionic/libc/upstream-netbsd/lib/libc/stdlib/
Dbsearch.c70 _DIAGASSERT(key != NULL); in bsearch()
71 _DIAGASSERT(base0 != NULL || nmemb == 0); in bsearch()
72 _DIAGASSERT(compar != NULL); in bsearch()
Drand_r.c48 _DIAGASSERT(seed != NULL); in rand_r()
Dnrand48.c34 _DIAGASSERT(xseed != NULL); in __weak_alias()
Djrand48.c35 _DIAGASSERT(xseed != NULL); in __weak_alias()
Derand48.c36 _DIAGASSERT(xseed != NULL); in __weak_alias()
Dlcong48.c34 _DIAGASSERT(p != NULL); in __weak_alias()
Dseed48.c36 _DIAGASSERT(xseed != NULL); in __weak_alias()
D_rand48.c43 _DIAGASSERT(xseed != NULL); in __dorand48()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c285 _DIAGASSERT(preg != NULL); in regcomp_internal()
286 _DIAGASSERT(pattern != NULL); in regcomp_internal()
455 _DIAGASSERT(p != NULL); in p_ere_exp()
1186 _DIAGASSERT(p != NULL);
1187 _DIAGASSERT(cs != NULL);
1342 _DIAGASSERT(p != NULL);
1343 _DIAGASSERT(cs != NULL);
1358 _DIAGASSERT(p != NULL);
1382 _DIAGASSERT(p != NULL);
1494 _DIAGASSERT(p != NULL);
[all …]
Dengine.c224 _DIAGASSERT(g != NULL); in matcher()
225 _DIAGASSERT(string != NULL); in matcher()
232 _DIAGASSERT(pmatch != NULL); in matcher()
398 _DIAGASSERT(pmatch != NULL); in matcher()
453 _DIAGASSERT(m != NULL); in dissect()
454 _DIAGASSERT(start != NULL); in dissect()
455 _DIAGASSERT(stop != NULL); in dissect()
664 _DIAGASSERT(m != NULL); in backref()
665 _DIAGASSERT(start != NULL); in backref()
666 _DIAGASSERT(stop != NULL); in backref()
[all …]
Dregfree.c75 _DIAGASSERT(preg != NULL); in __weak_alias()
77 _DIAGASSERT(preg->re_magic == MAGIC1); in __weak_alias()
Dregerror.c141 _DIAGASSERT(errcode != REG_ATOI || preg != NULL); in regerror()
142 _DIAGASSERT(errbuf_size == 0 || errbuf != NULL); in regerror()
Dregexec.c238 _DIAGASSERT(preg != NULL); in regexec()
239 _DIAGASSERT(string != NULL); in regexec()
/bionic/libc/upstream-netbsd/lib/libc/inet/
Dnsap_addr.c62 _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/
Dgethnamaddr.c186 _DIAGASSERT(msg != NULL); in debugprintf()
235 _DIAGASSERT(answer != NULL); in getanswer()
236 _DIAGASSERT(qname != NULL); in getanswer()
536 _DIAGASSERT(name != NULL); in gethostbyname_r()
688 _DIAGASSERT(name != NULL); in gethostbyname_internal_real()
846 _DIAGASSERT(addr != NULL); in android_gethostbyaddrfornetcontext_real()
1048 _DIAGASSERT(src != NULL); in map_v4v6_address()
1049 _DIAGASSERT(dst != NULL); in map_v4v6_address()
1067 _DIAGASSERT(hp != NULL); in map_v4v6_hostent()
1068 _DIAGASSERT(bpp != NULL); in map_v4v6_hostent()
[all …]
Dsethostent.c106 _DIAGASSERT(rv != NULL); in _hf_gethtbyname()
148 _DIAGASSERT(name != NULL); in _hf_gethtbyname2()
260 _DIAGASSERT(rv != NULL); in _hf_gethtbyaddr()
/bionic/libc/dns/nameser/
Dns_name.c186 _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()
Dns_ttl.c91 _DIAGASSERT(__type_fit(int, dst - odst)); in ns_format_ttl()
Dns_print.c1058 _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()
Dns_parse.c102 _DIAGASSERT(__type_fit(int, ptr - optr)); in ns_skiprr()
/bionic/libc/upstream-netbsd/android/include/
Dnetbsd-compat.h25 #define _DIAGASSERT(e) /* nothing */ macro
/bionic/libc/upstream-netbsd/lib/libc/gen/
Dutime.c54 _DIAGASSERT(path != NULL); in utime()
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
Dsha1.c159 _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/common/lib/libc/stdlib/
Drandom.c345 _DIAGASSERT(arg_state != NULL); in initstate()
416 _DIAGASSERT(arg_state != NULL); in setstate()
/bionic/libc/dns/resolv/
Dres_debug.c1169 _DIAGASSERT(__type_fit(int, count)); in dn_count_labels()

12