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

/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_2/
H A Ddemo_module_2.c40 fileEntry *fprt = fileList; local
55 if (fprt != NULL) {
56 while (fprt->next != NULL){
57 fprt = fprt->next;
59 fprt->next = (fileEntry *) malloc (sizeof(fileEntry));
60 fprt->next->findex = fprt->findex + 1;
61 fprt = fprt
98 fileEntry *fprt = fileList; local
[all...]
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_5/
H A Ddemo_module_5.c471 fileEntry *fprt = fileList; local
483 if (fprt != NULL) {
484 while (fprt->next != NULL) {
485 fprt = fprt->next;
487 fprt->next = (fileEntry *) malloc(sizeof(fileEntry));
488 fprt->next->findex = fprt->findex + 1;
489 fprt = fprt
550 fileEntry *fprt = fileList; local
[all...]

Completed in 12 milliseconds