Searched refs:inrem (Results 1 – 1 of 1) sorted by relevance
70 size_t inlen, inrem, outrem; in smb_toupper() local72 inrem = inlen = strlen(inbuf); in smb_toupper()74 (void) u8_textprep_str((char *)inbuf, &inrem, outbuf, &outrem, in smb_toupper()77 if (inrem) { in smb_toupper()78 SMBSDEBUG("input %d remains: %s\n", (int)inrem, inbuf); in smb_toupper()79 inlen -= inrem; in smb_toupper()