Lines Matching full:character
516 * 1. The character is not matched to the one from @only string and thus
518 * 2. The character is matched to the printable and ASCII classes, if asked,
520 * 3. The character is matched to the printable or ASCII class, if asked,
522 * 4. The character is checked if it falls into the class given by @flags.
524 * character. Note that they actually can't go together, otherwise
567 * or %ESCAPE_HEX, because they cover most of the other character classes.
592 * character under question in string_escape_mem()
593 * - the character is printable and ASCII, when @flags has in string_escape_mem()
595 * - the character is printable, when @flags has in string_escape_mem()
597 * - the character is ASCII, when @flags has in string_escape_mem()
599 * - the character doesn't fall into a class of symbols in string_escape_mem()
601 * In these cases we just pass through a character to the in string_escape_mem()
710 * there is an error, the leading character will be "<".
843 * Returns a pointer to the first non-whitespace character in @str.
859 * character in @s.
975 * strreplace - Replace all occurrences of character in string.
977 * @old: The character being replaced.
978 * @new: The character @old is replaced with.
980 * Replaces the each @old character with a @new one in the given string @str.
1001 * @pad: Character to use for padding if space is left in destination.