Searched refs:IsCommentString (Results 1 – 3 of 3) sorted by relevance
261 bool IsCommentString(char *szStr);
2265 if (!IsCommentString(szLine)) { in phy_ConfigMACWithParaFile()2349 if (!IsCommentString(szLine)) { in phy_ConfigBBWithParaFile()2440 if (!IsCommentString(szLine)) { in phy_ParseBBPgParaFile()2783 if (!IsCommentString(szLine)) { in PHY_ConfigRFWithParaFile()2957 if (!IsCommentString(szLine)) { in PHY_ConfigRFWithTxPwrTrackParaFile()3009 if (IsCommentString(szLine)) { in phy_ParsePowerLimitTableFile()
1496 bool IsCommentString(char *szStr) in IsCommentString() function