Home
last modified time | relevance | path

Searched refs:sys_system (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c109 static char *sys_system; variable
796 free(sys_system); in fetch_sysinfo()
797 sys_system = NULL; in fetch_sysinfo()
854 sys_system = strdup(val); in fetch_sysinfo()
1185 if (sys_system == NULL) in op_ntpSystem()
1187 return (string_get(value, sys_system, -1)); in op_ntpSystem()