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

/linux-master/fs/smb/client/
H A Dcifs_unicode.c397 static __le16 convert_to_sfm_char(char src_char, bool end_of_string) argument
428 if (end_of_string)
434 if (end_of_string)
482 bool end_of_string; local
491 end_of_string = true;
493 end_of_string = false;
495 dst_char = convert_to_sfm_char(src_char, end_of_string);
/linux-master/security/tomoyo/
H A Dcondition.c506 char * const end_of_string = start_of_string + strlen(start_of_string); local
682 for (pos = start_of_string; pos < end_of_string; pos++) {

Completed in 285 milliseconds