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