Lines Matching refs:escaped
426 /* iterate over string and check against escaped \n */
429 /* Check if newline is escaped */
466 char result[CTRL_RESULT_SIZE], c, *escaped;
468 escaped = NULL;
498 escaped = utils_string_escape(tmp);
499 if ((strlen(escaped) + 1) > CTRL_LINEBUF_SIZE - 1)
502 /* send escaped utf-8 command to master */
503 send(s, escaped, strlen(escaped), 0);
523 xfree(escaped);