Home | History | Annotate | Download | only in libsensors_iio

Lines Matching defs:ep

291     struct dirent *ep;
299 while ((ep = readdir (dp))) {
300 if(ep != NULL) {
301 LOGV_IF(0,"file name %s", ep->d_name);
302 if(!strcmp(ep->d_name, ".") || !strcmp(ep->d_name, "..") ||
303 !strcmp(ep->d_name, "uevent") || !strcmp(ep->d_name, "dev") ||
304 !strcmp(ep->d_name, "self_test"))
306 sprintf(full_path, "%s%s%s", sysfs_path, "/", ep->d_name);