Lines Matching full:characters
34 * Return value: number of characters of output that would have been written
277 * string_unescape - unquote characters in the given string
284 * The function unquotes characters in the given string.
312 * The amount of the characters processed to the destination buffer excluding
490 * string_escape_mem - quote characters in the given memory buffer
496 * @only: NULL-terminated string containing characters used to limit
497 * the selected escape class. If characters are included in @only
538 * escape only non-printable characters, checked by isprint()
544 * escape only non-ascii characters, checked by isascii()
546 * escape only non-printable or non-ascii characters
548 * append characters from @only to be escaped by the given classes
550 * %ESCAPE_APPEND would help to pass additional characters to the escaped, when
593 * When %ESCAPE_APPEND is passed, the characters from @only in string_escape_mem()
637 * Return an allocated string that has been escaped of special characters
666 * and other special characters escaped.
698 * with special characters escaped, able to be safely logged. If
725 * Returns duplicate string in which the @old characters are replaced by @new.
845 * * The number of characters copied (not including the trailing %NUL)