Lines Matching full:character
194 * The @src is updated to point the first character after the value
332 * tomoyo_alphabet_char - Check whether the character is an alphabet.
334 * @c: The character to check.
336 * Returns true if @c is an alphabet character, false otherwise.
346 * @c1: The first character.
347 * @c2: The second character.
348 * @c3: The third character.
358 * tomoyo_valid - Check whether the character is a valid char.
360 * @c: The character to check.
362 * Returns true if @c is a valid character, false otherwise.
370 * tomoyo_invalid - Check whether the character is an invalid char.
372 * @c: The character to check.
374 * Returns true if @c is an invalid character, false otherwise.
389 * The @src is updated to point the first character after the @find
673 * tomoyo_file_matches_pattern2 - Pattern matching without '/' character and "\-" pattern.
791 * tomoyo_file_matches_pattern - Pattern matching without '/' character.
868 * The "\{" pattern is permitted only after '/' character. in tomoyo_path_matches_pattern2()
870 * Also, the "\}" pattern is permitted only before '/' character in tomoyo_path_matches_pattern2()
907 * \? 1 byte character other than '/'.
913 * \a 1 alphabet character.