Lines Matching defs:str2
172 char *str1, *str2, *res;
179 if (get_dev_name1(list, &str2, device, 0) < 0) {
184 if (str1 != NULL || str2 != NULL) {
185 if (str1 != NULL && str2 != NULL) {
186 if (strcmp(str1, str2) == 0) {
187 res = malloc(strlen(list->cardname) + strlen(str2) + 3);
191 strcat(res, str2);
194 res = malloc(strlen(list->cardname) + strlen(str2) + strlen(str1) + 6);
198 strcat(res, str2);
203 free(str2);
208 str2 = "Input";
210 str1 = str2;
211 str2 = "Output";
222 strcat(res, str2);