Searched refs:cunescape_one (Results 1 – 1 of 1) sorted by relevance
/third_party/eudev/src/shared/ |
D | util.c | 561 static int cunescape_one(const char *p, size_t length, char *ret, uint32_t *ret_unicode) { in cunescape_one() function 1828 r = cunescape_one(*p, (size_t) -1, &c, &u); in unquote_first_word() 1875 r = cunescape_one(*p, (size_t) -1, &c, &u); in unquote_first_word() 1920 r = cunescape_one(*p, (size_t) -1, &c, &u); in unquote_first_word()
|