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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/
H A Drpm.c332 int *tmpint; /* NB: using int8_t* would be easier to code */ local
340 tmpint = (int *) (map + found[0]->offset);
343 tmpint = (int *) ((char *) tmpint + itemindex*4);
344 /*return ntohl(*tmpint);*/
346 return ntohl(*(int32_t*)tmpint);
349 tmpint = (int *) ((char *) tmpint + itemindex*2);
351 /*return ntohs(*tmpint);*/
352 return ntohs(*(int16_t*)tmpint);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dinetd.c1254 int tmpint; local
1492 for (tmpint = rlim_ofile_cur - 1; --tmpint > 2;)
1493 (void) close(tmpint);

Completed in 165 milliseconds