Lines Matching refs:chl
366 int chi, chl, i, j, k; in fat_parse_short() local
385 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i, in fat_parse_short()
388 if (chl <= 1) { in fat_parse_short()
399 i += min(chl, 8-i); in fat_parse_short()
401 for (chi = 0; chi < chl && i < 8; chi++, i++) in fat_parse_short()
404 if (chl) in fat_parse_short()
421 chl = fat_shortname2uni(nls_disk, &work[k], MSDOS_NAME - k, in fat_parse_short()
424 if (chl <= 1) { in fat_parse_short()
436 int offset = min(chl, MSDOS_NAME-k); in fat_parse_short()
440 for (chi = 0; chi < chl && k < MSDOS_NAME; in fat_parse_short()
445 if (chl) in fat_parse_short()