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

/u-boot/fs/fat/
H A Dfat.c447 * Extract the file name information from 'slotptr' into 'l_name',
448 * starting at l_name[*idx].
451 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) argument
456 l_name[*idx] = slotptr->name0_4[j];
457 if (l_name[*idx] == 0x00)
462 l_name[*idx] = slotptr->name5_10[j];
463 if (l_name[*idx] == 0x00)
468 l_name[*idx] = slotptr->name11_12[j];
469 if (l_name[*idx] == 0x00)
774 * @l_name
776 char l_name[VFAT_MAXLEN_BYTES]; member in struct:fat_itr
[all...]
H A Dfat_write.c392 * @l_name: long name
397 fill_dir_slot(fat_itr *itr, const char *l_name, const char *shortname) argument
409 ret = str2slot(slotptr, l_name, &idx);

Completed in 102 milliseconds