Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DHPSpecific.pm1783 &B_getValueFromString('\w+\s+\w+=(\S+)',
1792 &B_getValueFromString('(?:\w+\s+){2}[\d\/]+\s+(\d+)\s+\d+',
1796 &B_getValueFromString('(?:\w+\s+){2}[\d\/]+\s+\d+\s+(\d+)',
1800 … &B_getValueFromString('(?:\w+\s+){2}[\d\/]+(?:\s+\d+){2}\s+(\d+)',
1820 my $policySetting = &B_getValueFromString('::::(\S+)',"$userParamVals");
H A DFileContent.pm940 return &B_getValueFromString($inputRegex,join('/n',@lines));
965 sub B_getValueFromString ($$){ subroutine