Go to the source code of this file.
|
| #define | LIT_ECHAR "\t\b\n\r\f\"\'\\" |
| | List of characters to be escaped in serialized literals.
|
|
| uint8_t * | unescape_unicode (const uint8_t *esc_str, size_t size) |
| | Replace \uxxxx and \Uxxxxxxxx with Unicode bytes.
|
| VOLK_rc | escape_lit (const char *in, char **out_p) |
| | Add escape character (backslash) to illegal literal characters.
|
| char * | fmt_header (char *pfx) |
| | Format an informational header.
|
| char | escape_char (const char c) |
| char | unescape_char (const char c) |
| | Unescape a single character.
|
| uint8_t * | uint8_dup (const uint8_t *str) |
| | Parse error information.
|
| uint8_t * | uint8_ndup (const uint8_t *str, size_t size) |
| | strndup() for unsigned char.
|
◆ LIT_ECHAR
| #define LIT_ECHAR "\t\b\n\r\f\"\'\\" |
◆ escape_char()
| char escape_char |
( |
const char | c | ) |
|