Home
last modified time | relevance | path

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

/dports/archivers/rpm4/rpm-4.16.1.3/rpmio/
H A Drpmstring.h141 int rstrncasecmp(const char *s1, const char * s2, size_t n) ;
H A Drpmstring.c35 int rstrncasecmp(const char *s1, const char *s2, size_t n) in rstrncasecmp() function
/dports/archivers/rpm4/rpm-4.16.1.3/build/
H A DparseSpec.c90 if (rstrncasecmp(line, p->token, p->len)) in isPart()
114 if (toklen != (be-b) || rstrncasecmp(token, b, (be-b))) in matchTok()
H A DparsePreamble.c1069 if (!(p->token && !rstrncasecmp(spec->line, p->token, p->len))) in findPreambleTag()
/dports/archivers/rpm4/rpm-4.16.1.3/lib/backend/
H A Ddb3.c320 if (!rstrncasecmp(pe, "Mb", 2)) in dbConfigure()
322 else if (!rstrncasecmp(pe, "Kb", 2)) in dbConfigure()
/dports/archivers/rpm4/rpm-4.16.1.3/
H A DChangeLog63732 rstrcasecmp() and rstrncasecmp() are "pure" functions