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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Ddsr.c290 FILE *inpt; local
292 inpt = fopen("/etc/path_to_inst", "r");
293 if (inpt) {
296 while (fgets(ibuf, sizeof (ibuf), inpt) != (char *)NULL) {
301 (void) fclose(inpt);

Completed in 12 milliseconds