Home
last modified time | relevance | path

Searched refs:nxt_strncmp (Results 1 – 2 of 2) sorted by relevance

/unit/src/
H A Dnxt_string.h73 #define nxt_strncmp(s1, s2, length) \ macro
H A Dnxt_string.c458 if (nxt_strncmp(version, prefix, length) == 0) { in nxt_strvers_match()