Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dtexindex.c115 long find_value (char *start, long int length);
619 find_value (char *start, long int length) in find_value() function
670 long value = find_value (start1, length1) - find_value (start2, length2); in compare_field()
817 lp->key.number = find_value (lp->key.text, lp->keylen); in sort_in_core()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dlog.c113 find_value(const char *s, struct s2i *table) in find_value() function
189 i = find_value(sev, syslogvals); in open_syslog()
193 i = find_value(fac, syslogvals); in open_syslog()
H A Dverify_krb5_conf.c281 find_value(const char *s, struct s2i *table) in find_value() function
342 if(find_value(facility, syslogvals) == -1) { in check_log()
347 if(find_value(severity, syslogvals) == -1) { in check_log()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_parse.c124 find_value(const char *s, const unsigned int alg) { in find_value() function
566 tag = find_value(DST_AS_STR(token), alg); in dst__privstruct_parse()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddst_parse.c116 find_value(const char *s, const unsigned int alg) {
529 tag = find_value(DST_AS_STR(token), alg); in dst__privstruct_parse()
122 find_value(const char *s, const unsigned int alg) { find_value() function
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.20031692 (check_log): find_value() returns -1 when key isn't found