Home
last modified time | relevance | path

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

/linux-5.19.10/tools/iio/
Diio_utils.c574 char thisname[IIO_MAX_NAME_LENGTH]; in find_type_by_name() local
628 if (fscanf(namefp, "%s", thisname) != 1) { in find_type_by_name()
638 if (strcmp(name, thisname) == 0) { in find_type_by_name()