Home
last modified time | relevance | path

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

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dkbuild.c2004 struct variable *pDeps, *pOrderDeps, *pDirDep, *pDep, *pVar, *pOutput, *pOutputMaybe; in func_kbuild_source_one() local
2066pDeps = kbuild_collect_source_prop(pTarget, pSource, pTool, &Sdks, pType, pBldType, pBldTrg, … in func_kbuild_source_one()
2177 …psz = pszVal = xmalloc(pVar->value_length + 1 + pDeps->value_length + 1 + pSource->value_length + … in func_kbuild_source_one()
2180 memcpy(psz, pDeps->value, pDeps->value_length); psz += pDeps->value_length; in func_kbuild_source_one()
2183 …do_variable_definition_2(NILF, pszDstVar, pszVal, pVar->value_length + 1 + pDeps->value_length + 1… in func_kbuild_source_one()
2184 !pVar->recursive && !pDeps->recursive && !pSource->recursive, in func_kbuild_source_one()
2186 …do_variable_definition_2(NILF, "kbsrc_depend", pszVal, pVar->value_length + 1 + pDeps->value_lengt… in func_kbuild_source_one()
2187 !pVar->recursive && !pDeps->recursive && !pSource->recursive, in func_kbuild_source_one()
/dports/devel/stack/stack-2.7.3/src/Stack/Build/
H A DConstructPlan.hs1087 toNotInBuildPlan (DependencyPlanFailures _ pDeps) =
1088 map fst $ filter (\(_, (_, _, badDep)) -> badDep == NotInBuildPlan) $ Map.toList pDeps
1105 pprintException (DependencyPlanFailures pkg pDeps) =
1106 case mapMaybe pprintDep (Map.toList pDeps) of