Home
last modified time | relevance | path

Searched refs:end_of_string (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/cifs/
Dcifs_unicode.c398 static __le16 convert_to_sfm_char(char src_char, bool end_of_string) in convert_to_sfm_char() argument
429 if (end_of_string) in convert_to_sfm_char()
435 if (end_of_string) in convert_to_sfm_char()
483 bool end_of_string; in cifsConvertToUTF16() local
492 end_of_string = true; in cifsConvertToUTF16()
494 end_of_string = false; in cifsConvertToUTF16()
496 dst_char = convert_to_sfm_char(src_char, end_of_string); in cifsConvertToUTF16()
/linux-6.1.9/security/tomoyo/
Dcondition.c506 char * const end_of_string = start_of_string + strlen(start_of_string); in tomoyo_get_condition() local
682 for (pos = start_of_string; pos < end_of_string; pos++) { in tomoyo_get_condition()