Home
last modified time | relevance | path

Searched refs:find_value (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sbin/ifconfig/
Dsfp.c69 const char *find_value(struct _nv *x, int value);
230 find_value(struct _nv *x, int value) in find_value() function
248 if ((s = find_value(x, value & v)) != NULL) { in find_zero_bit()
280 if ((x = find_value(conn, value)) == NULL) { in convert_sff_connector()
300 x = find_value(rev_compl, value); in convert_sff_rev_compliance()
411 tech_class = find_value(eth_extended_comp, code); in get_qsfp_transceiver_class()
/freebsd-10-stable/crypto/heimdal/lib/krb5/
Dlog.c111 find_value(const char *s, struct s2i *table) in find_value() function
198 i = find_value(sev, syslogvals); in open_syslog()
202 i = find_value(fac, syslogvals); in open_syslog()
Dverify_krb5_conf.c278 find_value(const char *s, struct s2i *table) in find_value() function
330 if(find_value(severity, syslogvals) == -1) { in check_log()
335 if(find_value(severity, syslogvals) == -1) { in check_log()
/freebsd-10-stable/contrib/texinfo/util/
Dtexindex.c132 long find_value (char *start, long int length);
754 find_value (char *start, long int length) in find_value() function
805 long value = find_value (start1, length1) - find_value (start2, length2); in compare_field()
1094 lp->key.number = find_value (lp->key.text, lp->keylen); in sort_in_core()
/freebsd-10-stable/crypto/heimdal/
DChangeLog.20031692 (check_log): find_value() returns -1 when key isn't found