Home
last modified time | relevance | path

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

/external/fio/
Dparse.c458 static int str_match_len(const struct value_pair *vp, const char *str) in str_match_len() function
509 if (!strncmp(vp->ival, ptr, str_match_len(vp, ptr))) { in __handle_option()
704 if (!strncmp(vp->ival, ptr, str_match_len(vp, ptr))) { in __handle_option()