Searched refs:escape_octal (Results 1 – 1 of 1) sorted by relevance
445 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal() function621 if (flags & ESCAPE_OCTAL && escape_octal(c, &p, end)) in string_escape_mem()