Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dgetlocalbase.c53 static char localpath[LOCALBASE_CTL_LEN]; in getlocalbase() local
71 if (sysctl(localbase_oid, 2, localpath, &localpathlen, NULL, 0) != 0) { in getlocalbase()
77 if (localpath[0] != '\0') in getlocalbase()
78 localbase = localpath; in getlocalbase()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c63 char localpath[PATH_MAX]; member
317 strncpy(res->localpath, str, in update_resources()
318 sizeof(res->localpath) - 1); in update_resources()
467 ret = string_get(value, res->localpath, -1); in op_hastResourceTable()