Lines Matching refs:chl
375 int chi, chl, i, j, k; in fat_parse_short() local
396 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i, in fat_parse_short()
399 if (chl <= 1) { in fat_parse_short()
410 i += min(chl, 8-i); in fat_parse_short()
412 for (chi = 0; chi < chl && i < 8; chi++, i++) in fat_parse_short()
415 if (chl) in fat_parse_short()
432 chl = fat_shortname2uni(nls_disk, &work[k], MSDOS_NAME - k, in fat_parse_short()
435 if (chl <= 1) { in fat_parse_short()
447 int offset = min(chl, MSDOS_NAME-k); in fat_parse_short()
451 for (chi = 0; chi < chl && k < MSDOS_NAME; in fat_parse_short()
456 if (chl) in fat_parse_short()