Lines Matching defs:pos
76 char *pos = str;92 return pos + n;107 char *pos = str;109 if (*pos == '[')110 pos++;112 pos = rte_eth_devargs_process_range(pos, list, len_list,114 if (pos == NULL)116 if (*pos != ',') /* end of list */118 pos++;120 if (*str == '[' && *pos != ']')122 if (*pos == ']')123 pos++;124 return pos;