Home | History | Annotate | Download | only in blkid

Lines Matching refs:out_len

1130 static void unicode_16be_to_utf8(unsigned char *str, int out_len,
1142 if (j+1 >= out_len)
1146 if (j+2 >= out_len)
1151 if (j+3 >= out_len)