Searched refs:l1p (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isccc/include/isccc/
H A Dsexpr.h102 isccc_sexpr_addtolist(isccc_sexpr_t **l1p, isccc_sexpr_t *l2);
/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dsexpr.c254 isccc_sexpr_addtolist(isccc_sexpr_t **l1p, isccc_sexpr_t *l2) argument
258 REQUIRE(l1p != NULL);
259 l1 = *l1p;
266 *l1p = elt;

Completed in 182 milliseconds