Searched refs:dp2 (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dservices_ex.c4553 struct dirent *dp, *dp2; local
4579 while(dp2=readdir(dir_to_open2))
4581 if( !strncmp(dp2->d_name, "..", NAME_MAX) ||
4582 !strncmp(dp2->d_name, ".", NAME_MAX) )
4585 sprintf(temp5, "../scsi/host%s/bus0/target0/lun0", dp2->d_name);
4604 if(!strcmp(dp2->d_name, host))
4616 sprintf(str_path, "/proc/scsi/%s/%s", dp->d_name, dp2->d_name);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dservices_ex.c4541 struct dirent *dp, *dp2; local
4567 while(dp2=readdir(dir_to_open2))
4569 if( !strncmp(dp2->d_name, "..", NAME_MAX) ||
4570 !strncmp(dp2->d_name, ".", NAME_MAX) )
4573 sprintf(temp5, "../scsi/host%s/bus0/target0/lun0", dp2->d_name);
4592 if(!strcmp(dp2->d_name, host))
4604 sprintf(str_path, "/proc/scsi/%s/%s", dp->d_name, dp2->d_name);
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dweb_ex.c4352 struct dirent *dp1, *dp2; local
4435 while((dp2 = readdir(dir2)) != NULL){
4436 if(dp2->d_name[0] == '.')
4481 while((dp2 = readdir(dir2)) != NULL){
4482 if(dp2->d_name[0] == '.')
4538 while((dp2 = readdir(dir2)) != NULL){
4539 if(dp2->d_name[0] == '.')

Completed in 132 milliseconds