Lines Matching refs:ch
26 char ch[LOG_MAX_SIZE]; \
27 (void)sprintf_s(ch, LOG_MAX_SIZE, fmt, ##__VA_ARGS__); \
28 (void)printf("%s\n", ch); \
36 char ch[LOG_MAX_SIZE]; \
37 (void)sprintf_s(ch, LOG_MAX_SIZE, fmt, ##__VA_ARGS__); \
38 (void)printf("%s\n", ch); \
45 char ch[LOG_MAX_SIZE]; \
46 (void)sprintf_s(ch, LOG_MAX_SIZE, fmt, ##__VA_ARGS__); \
47 (void)printf("%s\n", ch); \
53 char ch[LOG_MAX_SIZE]; \
54 (void)sprintf_s(ch, LOG_MAX_SIZE, fmt, ##__VA_ARGS__); \
55 (void)printf("%s\n", ch); \