Home
last modified time | relevance | path

Searched refs:full_str_offset (Results 1 – 3 of 3) sorted by relevance

/dports/audio/mp3_check/mp3_check-1.98/
H A Dsupport_functions.h10 inline int cmp_str(const char *full_str, const char *chk_str, int full_str_offset);
61 cmp_str (full_str, chk_str, full_str_offset) in cmp_str() argument
64 int full_str_offset;
67 int start = 31 - full_str_offset; /* ?? */
H A Dmp3_check_misc.c38 extern inline int cmp_str(const char *full_str, const char *chk_str, int full_str_offset);
/dports/audio/mp3_check/mp3_check-1.98/mp3_check-1.95-rjk/
H A Dsupport_functions.c4 int full_str_offset) in cmp_str() argument
7 int start = 31 - full_str_offset; /* ?? */ in cmp_str()