Searched refs:localpath (Results 1 – 2 of 2) sorted by relevance
56 static char localpath[LOCALBASE_CTL_LEN]; in getlocalbase() local74 if (sysctl(localbase_oid, 2, localpath, &localpathlen, NULL, 0) != 0) { in getlocalbase()80 if (localpath[0] != '\0') in getlocalbase()81 localbase = localpath; in getlocalbase()
66 char localpath[PATH_MAX]; member320 strncpy(res->localpath, str, in update_resources()321 sizeof(res->localpath) - 1); in update_resources()470 ret = string_get(value, res->localpath, -1); in op_hastResourceTable()