Home
last modified time | relevance | path

Searched refs:blocklist (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dblock.h137 #define BLOCKVECTOR_NBLOCKS(blocklist) (blocklist)->nblocks argument
138 #define BLOCKVECTOR_BLOCK(blocklist,n) (blocklist)->block[n] argument
/openbsd/src/gnu/llvm/clang/docs/
DSanitizerCoverage.rst403 and ``-fsanitize-coverage-ignorelist=blocklist.txt``,
404 you can specify such a subset through the combination of an allowlist and a blocklist.
411 The allowlist and blocklist format is similar to that of the sanitizer blocklist format.
413 The default blocklist will match no source file and no function.
416 instrumentation and allow all function names, while the blocklist will opt out some specific
430 And an example blocklist:
517 -blocklist=<string> - Blocklist file (sanitizer blocklist format).
/openbsd/src/usr.sbin/snmpd/
Dparse.y131 static struct oid_sym *blocklist = NULL; variable
367 if ((tblocklist = recallocarray(blocklist, nblocklist,
368 nblocklist + 1, sizeof(*blocklist))) == NULL) {
373 blocklist = tblocklist;
374 blocklist[nblocklist++] = $2;
1712 if (resolve_oid(&conf->sc_blocklist[i], &blocklist[i]) == -1) in resolve_oids()
1715 free(blocklist); in resolve_oids()
/openbsd/src/usr.sbin/unbound/doc/
DChangelog10175 IPv6 example prefix to AS112 default blocklist.