Searched refs:pFltFmt (Results 1 – 2 of 2) sorted by relevance
838 … const SecChar *pFltFmt = format - 2; /* point to the position before 'f' or 'g' */ in HiLogSecOutputS() local845 … while (SECUREC_CHAR('%') != *pFltFmt && SECUREC_CHAR('}') != *pFltFmt) { /* must meet '%' */ in HiLogSecOutputS()846 --pFltFmt; in HiLogSecOutputS()849 … fltFmtStrLen = (int)((format - pFltFmt) + 1); /* with ending terminator */ in HiLogSecOutputS()857 if (SECUREC_CHAR('%') != *pFltFmt) { in HiLogSecOutputS()863 … fltFmtHeap[k] = (char)(pFltFmt[k]); /* copy the format string */ in HiLogSecOutputS()870 if (SECUREC_CHAR('%') != *pFltFmt) { in HiLogSecOutputS()877 fltFmtBuf[k] = (char)(pFltFmt[k]); /* copy the format string */ in HiLogSecOutputS()
732 … const SecChar *pFltFmt = format - 2; /* point to the position before 'f' or 'g' */ local740 while (*pFltFmt != SECUREC_CHAR('%') && *pFltFmt != SECUREC_CHAR('}')) {741 --pFltFmt;743 fltFmtStrLen = (int)((format - pFltFmt) + 1); /* with ending terminator */754 fltFmtHeap[k] = (char)(pFltFmt[k]); /* copy the format string */765 fltFmtBuf[k] = (char)(pFltFmt[k]); /* copy the format string */