Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h209 list_.clear(); in QuarantineCache()
223 if (list_.empty() || list_.back()->count == QuarantineBatch::kSize) { in Enqueue()
229 list_.back()->push_back(ptr, size); in Enqueue()
235 list_.append_back(&from_cache->list_); in Transfer()
242 list_.push_back(b); in EnqueueBatch()
247 if (list_.empty()) in DequeueBatch()
249 QuarantineBatch *b = list_.front(); in DequeueBatch()
250 list_.pop_front(); in DequeueBatch()
266 list_.extract(current, extracted); in MergeBatches()
282 for (List::ConstIterator it = list_.begin(); it != list_.end(); ++it) { in PrintStats()
[all …]
H A Dsanitizer_syscalls_netbsd.inc2783 PRE_SYSCALL(listxattr)(void *path_, void *list_, long long size_) {
2790 (long long res, void *path_, void *list_, long long size_) {
2796 PRE_SYSCALL(llistxattr)(void *path_, void *list_, long long size_) {
2803 (long long res, void *path_, void *list_, long long size_) {
2809 PRE_SYSCALL(flistxattr)(long long fd_, void *list_, long long size_) {
2813 (long long res, long long fd_, void *list_, long long size_) {
2949 (void *list_, long long nent_, void *timeout_) {
2953 (long long res, void *list_, long long nent_, void *timeout_) {
2963 (long long mode_, void *list_, long long nent_, void *sig_) {
3239 const struct aiocb *const *list = (const struct aiocb *const *)list_;
[all …]
/openbsd/lib/libcrypto/conf/
H A Dconf_mod.c443 CONF_parse_list(const char *list_, int sep, int nospc, in CONF_parse_list() argument
449 if (list_ == NULL) { in CONF_parse_list()
454 lstart = list_; in CONF_parse_list()
/openbsd/usr.sbin/npppd/common/
H A Dslist.c217 #define slist_get0(list_, idx) ((list_)->list[REAL_IDX((list_), (idx))]) argument