Searched refs:tempp (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_2/
H A Ddemo_module_2.c81 fileEntry * tempp = fileList, *prev = fileList; local
85 while (tempp != NULL) {
86 if (tempp->findex == fileIndex) {
87 strcpy(tempp->fileName, fileName);
90 prev = tempp;
91 tempp = tempp->next;
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_5/
H A Ddemo_module_5.c517 fileEntry *tempp = fileList; local
523 while (tempp != NULL) {
524 if (tempp->findex == fileIndex) {
525 strcpy(tempp->fileName, fileName);
539 tempp = tempp->next;

Completed in 33 milliseconds