Searched refs:IsCommentString (Results 1 – 3 of 3) sorted by relevance
260 bool IsCommentString(char *szStr);
2249 if (!IsCommentString(szLine)) { in phy_ConfigMACWithParaFile()2333 if (!IsCommentString(szLine)) { in phy_ConfigBBWithParaFile()2424 if (!IsCommentString(szLine)) { in phy_ParseBBPgParaFile()2767 if (!IsCommentString(szLine)) { in PHY_ConfigRFWithParaFile()2940 if (!IsCommentString(szLine)) { in PHY_ConfigRFWithTxPwrTrackParaFile()2994 if (IsCommentString(szLine)) { in phy_ParsePowerLimitTableFile()
1487 bool IsCommentString(char *szStr) in IsCommentString() function