Lines Matching full:character
517 * 1. The character is not matched to the one from @only string and thus
519 * 2. The character is matched to the printable and ASCII classes, if asked,
521 * 3. The character is matched to the printable or ASCII class, if asked,
523 * 4. The character is checked if it falls into the class given by @flags.
525 * character. Note that they actually can't go together, otherwise
568 * or %ESCAPE_HEX, because they cover most of the other character classes.
593 * character under question in string_escape_mem()
594 * - the character is printable and ASCII, when @flags has in string_escape_mem()
596 * - the character is printable, when @flags has in string_escape_mem()
598 * - the character is ASCII, when @flags has in string_escape_mem()
600 * - the character doesn't fall into a class of symbols in string_escape_mem()
602 * In these cases we just pass through a character to the in string_escape_mem()
711 * there is an error, the leading character will be "<".
844 * Returns a pointer to the first non-whitespace character in @str.
860 * character in @s.
976 * strreplace - Replace all occurrences of character in string.
978 * @old: The character being replaced.
979 * @new: The character @old is replaced with.
981 * Replaces the each @old character with a @new one in the given string @str.
1002 * @pad: Character to use for padding if space is left in destination.