Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c838 … const SecChar *pFltFmt = format - 2; /* point to the position before 'f' or 'g' */ in HiLogSecOutputS() local
845 … 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()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl732 … const SecChar *pFltFmt = format - 2; /* point to the position before 'f' or 'g' */ local
740 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 */