Searched refs:localpath (Results 1 – 2 of 2) sorted by relevance
54 static char localpath[LOCALBASE_CTL_LEN]; in getlocalbase() local72 if (sysctl(localbase_oid, 2, localpath, &localpathlen, NULL, 0) != 0) { in getlocalbase()78 if (localpath[0] != '\0') in getlocalbase()79 localbase = localpath; in getlocalbase()
64 char localpath[PATH_MAX]; member318 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()