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