Home | History | Annotate | Download | only in cintltst

Lines Matching defs:keywordValue

1305     const char *keywordValue = NULL;
1310 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) {
1312 if (strcmp(keywordValue, "standard") != 0) {
1314 strcat(input, keywordValue);