Lines Matching full:characters
37 * Return value: number of characters of output that would have been written
286 * string_unescape - unquote characters in the given string
293 * The function unquotes characters in the given string.
321 * The amount of the characters processed to the destination buffer excluding
502 * string_escape_mem - quote characters in the given memory buffer
508 * @only: NULL-terminated string containing characters used to limit
509 * the selected escape class. If characters are included in @only
550 * escape only non-printable characters, checked by isprint()
556 * escape only non-ascii characters, checked by isascii()
558 * escape only non-printable or non-ascii characters
560 * append characters from @only to be escaped by the given classes
562 * %ESCAPE_APPEND would help to pass additional characters to the escaped, when
605 * When %ESCAPE_APPEND is passed, the characters from @only in string_escape_mem()
649 * Return an allocated string that has been escaped of special characters
678 * and other special characters escaped.
710 * with special characters escaped, able to be safely logged. If
737 * Returns duplicate string in which the @old characters are replaced by @new.