Searched defs:str_match_len (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dparse.c436 static int str_match_len(const struct value_pair *vp, const char *str) function
485 if (!strncmp(vp->ival, ptr, str_match_len(vp, ptr))) {
676 if (!strncmp(vp->ival, ptr, str_match_len(vp, ptr))) {

Completed in 38 milliseconds