Lines Matching full:characters
36 * Return value: number of characters of output that would have been written
282 * string_unescape - unquote characters in the given string
289 * The function unquotes characters in the given string.
317 * The amount of the characters processed to the destination buffer excluding
498 * string_escape_mem - quote characters in the given memory buffer
504 * @only: NULL-terminated string containing characters used to limit
505 * the selected escape class. If characters are included in @only
546 * escape only non-printable characters, checked by isprint()
552 * escape only non-ascii characters, checked by isascii()
554 * escape only non-printable or non-ascii characters
556 * append characters from @only to be escaped by the given classes
558 * %ESCAPE_APPEND would help to pass additional characters to the escaped, when
601 * When %ESCAPE_APPEND is passed, the characters from @only in string_escape_mem()
645 * Return an allocated string that has been escaped of special characters
674 * and other special characters escaped.
706 * with special characters escaped, able to be safely logged. If
733 * Returns duplicate string in which the @old characters are replaced by @new.