HomeSort by relevance Sort by last modified time
    Searched full:str_match_len (Results 1 - 1 of 1) sorted by null

  /external/fio/
parse.c 394 static int str_match_len(const struct value_pair *vp, const char *str) function
443 if (!strncmp(vp->ival, ptr, str_match_len(vp, ptr))) {
630 if (!strncmp(vp->ival, ptr, str_match_len(vp, ptr))) {

Completed in 336 milliseconds