Home
last modified time | relevance | path

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

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