Searched refs:escape_octal (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dstring_helpers.c452 static bool escape_octal(unsigned char c, char **dst, char *end) function
628 if (flags & ESCAPE_OCTAL && escape_octal(c, &p, end))

Completed in 111 milliseconds