Home
last modified time | relevance | path

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

/openbmc/linux/tools/iio/
H A Diio_utils.c567 char thisname[IIO_MAX_NAME_LENGTH]; in find_type_by_name() local
621 if (fscanf(namefp, "%s", thisname) != 1) { in find_type_by_name()
631 if (strcmp(name, thisname) == 0) { in find_type_by_name()