Searched refs:lookfor (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/unbound/validator/ |
| HD | val_kcache.c | 115 struct key_entry_key lookfor; in key_cache_search() local 116 lookfor.entry.key = &lookfor; in key_cache_search() 117 lookfor.name = name; in key_cache_search() 118 lookfor.namelen = namelen; in key_cache_search() 119 lookfor.key_class = key_class; in key_cache_search() 120 key_entry_hash(&lookfor); in key_cache_search() 121 e = slabhash_lookup(kcache->slab, lookfor.entry.hash, &lookfor, wr); in key_cache_search() 165 struct key_entry_key lookfor; in key_cache_remove() local 166 lookfor.entry.key = &lookfor; in key_cache_remove() 167 lookfor.name = name; in key_cache_remove() [all …]
|
| HD | val_neg.c | 282 struct val_neg_zone lookfor; in neg_find_zone() local 284 lookfor.node.key = &lookfor; in neg_find_zone() 285 lookfor.name = nm; in neg_find_zone() 286 lookfor.len = len; in neg_find_zone() 287 lookfor.labs = dname_count_labels(lookfor.name); in neg_find_zone() 288 lookfor.dclass = dclass; in neg_find_zone() 291 rbtree_search(&neg->tree, lookfor.node.key); in neg_find_zone() 306 struct val_neg_data lookfor; in neg_find_data() local 308 lookfor.node.key = &lookfor; in neg_find_data() 309 lookfor.name = nm; in neg_find_data() [all …]
|
| /NextBSD/contrib/unbound/util/ |
| HD | timehist.c | 200 double lookfor, passed, res; in timehist_quartile() local 206 lookfor = (double)timehist_count(hist); in timehist_quartile() 207 if(lookfor < 4) in timehist_quartile() 209 lookfor *= q; in timehist_quartile() 213 passed+(double)hist->buckets[i].count < lookfor) { in timehist_quartile() 223 res = (lookfor - passed)*(up-low)/((double)hist->buckets[i].count); in timehist_quartile()
|
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | comp_parse.c | 319 char *lookfor = qp->uses[i].name; in _nc_resolve_uses2() local 329 && _nc_name_match(rp->tterm.term_names, lookfor, "|")) { in _nc_resolve_uses2() 331 child, lookfor)); in _nc_resolve_uses2() 344 if (_nc_read_entry(lookfor, filename, &thisterm) == 1) { in _nc_resolve_uses2() 346 child, lookfor)); in _nc_resolve_uses2() 365 _nc_warning("resolution of use=%s failed", lookfor); in _nc_resolve_uses2()
|
| /NextBSD/contrib/gcc/ |
| HD | tree-ssa-pre.c | 751 bitmap_set_replace_value (bitmap_set_t set, tree lookfor, tree expr) in bitmap_set_replace_value() argument 755 if (is_gimple_min_invariant (lookfor)) in bitmap_set_replace_value() 757 if (!bitmap_set_contains_value (set, lookfor)) in bitmap_set_replace_value() 769 exprset = VALUE_HANDLE_EXPR_SET (lookfor); in bitmap_set_replace_value()
|
| HD | tree-ssa-structalias.c | 665 struct constraint lookfor) in constraint_vec_find() argument 673 place = VEC_lower_bound (constraint_t, vec, &lookfor, constraint_less); in constraint_vec_find() 677 if (!constraint_equal (*found, lookfor)) in constraint_vec_find()
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | dfa.c | 3163 istrstr (char *lookin, char *lookfor) in istrstr() argument 3168 len = strlen(lookfor); in istrstr() 3170 if (strncmp(cp, lookfor, len) == 0) in istrstr()
|