Home | History | Annotate | Download | only in tools

Lines Matching defs:val

149   const char *val;
152 val = strtok (dupval, ",");
153 while (val != NULL)
155 append_arg (iter, type, val);
156 val = strtok (NULL, ",");
164 const char *val;
167 val = strtok (dupval, ",");
168 while (val != NULL)
177 append_arg (&subiter, keytype, val);
178 val = strtok (NULL, ",");
179 if (val == NULL)
184 append_arg (&subiter, valtype, val);
187 val = strtok (NULL, ",");