Searched refs:PUBLIC_FLAG_LEN (Results 1 – 2 of 2) sorted by relevance
531 #define PUBLIC_FLAG_LEN (8) macro664 if (0 == strncmp(format, PUBLIC_FLAG, PUBLIC_FLAG_LEN)) { in HiLogSecOutputS()666 format += PUBLIC_FLAG_LEN; in HiLogSecOutputS()
149 #define PUBLIC_FLAG_LEN 8 macro529 if (strncmp(format, PUBLIC_FLAG, PUBLIC_FLAG_LEN) == 0) {531 format += PUBLIC_FLAG_LEN;