Home
last modified time | relevance | path

Searched refs:edit_distn (Results 1 – 10 of 10) sorted by relevance

/dports/security/ssdeep/ssdeep-2.14.1/
H A Dedit_dist.c22 int edit_distn(const char *s1, size_t s1len, const char *s2, size_t s2len) { in edit_distn() function
61 return edit_distn(a, a_len, b, b_len); in edit_dist()
H A Dedit_dist.h16 int edit_distn(const char *s1, size_t s1len, const char *s2, size_t s2len);
H A Dfuzzy.c815 score = edit_distn(s1, s1len, s2, s2len); in score_strings()
/dports/news/trn4/trn-4.0-test77/
H A Dedit_dist.h10 int edit_distn _((char*,int,char*,int));
H A Dedit_dist.c63 edit_distn(from, from_len, to, to_len) in edit_distn() function
H A Ddatasrc.c1068 value = edit_distn(ngname, ngname_len, name, len);
/dports/security/pev/pev/lib/libfuzzy/
H A Dedit_dist.c75 edit_distn(const char *from, int from_len, const char *to, int to_len)
H A Dfuzzy.c555 int edit_distn(const char *from, int from_len, const char *to, int to_len); in score_strings()
573 score = edit_distn(s1, len1, s2, len2); in score_strings()
/dports/news/trn/trn-3.6/
H A Dedit_dist.c87 edit_distn(from, from_len, to, to_len) in edit_distn() function
H A Dnghash.c288 value = edit_distn(ngname, strlen(ngname), data->dat_ptr, len);