Searched refs:find_value (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dlog.c111 find_value(const char *s, struct s2i *table) function
198 i = find_value(sev, syslogvals);
202 i = find_value(fac, syslogvals);
H A Dverify_krb5_conf.c278 find_value(const char *s, struct s2i *table) function
330 if(find_value(severity, syslogvals) == -1) {
335 if(find_value(severity, syslogvals) == -1) {
/freebsd-10-stable/sbin/ifconfig/
H A Dsfp.c69 const char *find_value(struct _nv *x, int value);
230 find_value(struct _nv *x, int value) function
248 if ((s = find_value(x, value & v)) != NULL) {
280 if ((x = find_value(conn, value)) == NULL) {
300 x = find_value(rev_compl, value);
411 tech_class = find_value(eth_extended_comp, code);
/freebsd-10-stable/contrib/texinfo/util/
H A Dtexindex.c132 long find_value (char *start, long int length);
758 find_value (char *start, long int length)
809 long value = find_value (start1, length1) - find_value (start2, length2);
1101 lp->key.number = find_value (lp->key.text, lp->keylen);
754 find_value (char *start, long int length) function

Completed in 119 milliseconds