Home | History | Annotate | Download | only in libsensors_iio

Lines Matching defs:ep

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