Searched refs:lookfor (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/unbound/validator/
H A Dval_kcache.c115 struct key_entry_key lookfor; local
116 lookfor.entry.key = &lookfor;
117 lookfor.name = name;
118 lookfor.namelen = namelen;
119 lookfor.key_class = key_class;
120 key_entry_hash(&lookfor);
121 e = slabhash_lookup(kcache->slab, lookfor.entry.hash, &lookfor, wr);
165 struct key_entry_key lookfor; local
[all...]
H A Dval_neg.c282 struct val_neg_zone lookfor; local
284 lookfor.node.key = &lookfor;
285 lookfor.name = nm;
286 lookfor.len = len;
287 lookfor.labs = dname_count_labels(lookfor.name);
288 lookfor.dclass = dclass;
291 rbtree_search(&neg->tree, lookfor.node.key);
306 struct val_neg_data lookfor; local
[all...]
/freebsd-10-stable/contrib/unbound/util/
H A Dtimehist.c200 double lookfor, passed, res; local
206 lookfor = (double)timehist_count(hist);
207 if(lookfor < 4)
209 lookfor *= q;
213 passed+(double)hist->buckets[i].count < lookfor) {
223 res = (lookfor - passed)*(up-low)/((double)hist->buckets[i].count);
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c229 char *lookfor = qp->uses[i].name; local
239 && _nc_name_match(rp->tterm.term_names, lookfor, "|")) {
241 child, lookfor));
254 if (_nc_read_entry(lookfor, filename, &thisterm) == 1) {
256 child, lookfor));
277 _nc_warning("resolution of use=%s failed", lookfor);
/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa-pre.c751 bitmap_set_replace_value (bitmap_set_t set, tree lookfor, tree expr) argument
755 if (is_gimple_min_invariant (lookfor))
757 if (!bitmap_set_contains_value (set, lookfor))
769 exprset = VALUE_HANDLE_EXPR_SET (lookfor);
H A Dtree-ssa-structalias.c665 struct constraint lookfor)
673 place = VEC_lower_bound (constraint_t, vec, &lookfor, constraint_less);
677 if (!constraint_equal (*found, lookfor))
/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c3163 istrstr (char *lookin, char *lookfor) argument
3168 len = strlen(lookfor);
3170 if (strncmp(cp, lookfor, len) == 0)

Completed in 121 milliseconds