Home
last modified time | relevance | path

Searched refs:thisname (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/tools/iio/
Diio_utils.c437 char thisname[IIO_MAX_NAME_LENGTH]; in find_type_by_name() local
476 fscanf(nameFile, "%s", thisname); in find_type_by_name()
478 if (strcmp(name, thisname) == 0) { in find_type_by_name()