Lines Matching full:character
182 * The @src is updated to point the first character after the value
324 * tomoyo_alphabet_char - Check whether the character is an alphabet.
326 * @c: The character to check.
328 * Returns true if @c is an alphabet character, false otherwise.
338 * @c1: The first character.
339 * @c2: The second character.
340 * @c3: The third character.
350 * tomoyo_valid - Check whether the character is a valid char.
352 * @c: The character to check.
354 * Returns true if @c is a valid character, false otherwise.
362 * tomoyo_invalid - Check whether the character is an invalid char.
364 * @c: The character to check.
366 * Returns true if @c is an invalid character, false otherwise.
381 * The @src is updated to point the first character after the @find
689 * tomoyo_file_matches_pattern2 - Pattern matching without '/' character and "\-" pattern.
808 * tomoyo_file_matches_pattern - Pattern matching without '/' character.
885 * The "\{" pattern is permitted only after '/' character. in tomoyo_path_matches_pattern2()
887 * Also, the "\}" pattern is permitted only before '/' character in tomoyo_path_matches_pattern2()
924 * \? 1 byte character other than '/'.
930 * \a 1 alphabet character.