Searched refs:thisname (Results 1 – 1 of 1) sorted by relevance
437 char thisname[IIO_MAX_NAME_LENGTH]; in find_type_by_name() local476 fscanf(nameFile, "%s", thisname); in find_type_by_name()478 if (strcmp(name, thisname) == 0) { in find_type_by_name()