Home
last modified time | relevance | path

Searched refs:find_rep_val (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd_impl.h319 extern rep_val_t *find_rep_val(uu_list_t *, int64_t);
H A Drepval.c201 find_rep_val(uu_list_t *list, int64_t val) in find_rep_val() function
234 if ((rv = find_rep_val(list, val)) != NULL) { in remove_rep_val()