Home | History | Annotate | Download | only in tools

Lines Matching full:val

130   const char *val;
133 val = strtok (dupval, ",");
134 while (val != NULL)
136 append_arg (iter, type, val);
137 val = strtok (NULL, ",");
145 const char *val;
148 val = strtok (dupval, ",");
149 while (val != NULL)
162 append_arg (&subiter, keytype, val);
163 val = strtok (NULL, ",");
164 if (val == NULL)
169 append_arg (&subiter, valtype, val);
172 val = strtok (NULL, ",");