Lines Matching refs:e
639 static void append_char(char **pp, char *e, char c) in append_char() argument
641 if (*pp < e) in append_char()
673 char *p = buf, *e = buf + size; in msg_print_ext_body() local
681 p += scnprintf(p, e - p, "\\x%02x", c); in msg_print_ext_body()
683 append_char(&p, e, c); in msg_print_ext_body()
685 append_char(&p, e, '\n'); in msg_print_ext_body()
694 append_char(&p, e, ' '); in msg_print_ext_body()
699 append_char(&p, e, '\n'); in msg_print_ext_body()
705 p += scnprintf(p, e - p, "\\x%02x", c); in msg_print_ext_body()
709 append_char(&p, e, c); in msg_print_ext_body()
711 append_char(&p, e, '\n'); in msg_print_ext_body()