Lines Matching full:characters
275 * string_unescape - unquote characters in the given string
282 * The function unquotes characters in the given string.
310 * The amount of the characters processed to the destination buffer excluding
488 * string_escape_mem - quote characters in the given memory buffer
494 * @only: NULL-terminated string containing characters used to limit
495 * the selected escape class. If characters are included in @only
536 * escape only non-printable characters, checked by isprint()
542 * escape only non-ascii characters, checked by isascii()
544 * escape only non-printable or non-ascii characters
546 * append characters from @only to be escaped by the given classes
548 * %ESCAPE_APPEND would help to pass additional characters to the escaped, when
591 * When %ESCAPE_APPEND is passed, the characters from @only in string_escape_mem()
635 * Return an allocated string that has been escaped of special characters
664 * and other special characters escaped.
696 * with special characters escaped, able to be safely logged. If
723 * Returns duplicate string in which the @old characters are replaced by @new.
843 * * The number of characters copied (not including the trailing %NUL)