Home
last modified time | relevance | path

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

/u-boot/fs/fat/
A Dfat.c454 l_name[*idx] = slotptr->name0_4[j]; in slot2str()
455 if (l_name[*idx] == 0x00) in slot2str()
460 l_name[*idx] = slotptr->name5_10[j]; in slot2str()
461 if (l_name[*idx] == 0x00) in slot2str()
467 if (l_name[*idx] == 0x00) in slot2str()
718 char l_name[VFAT_MAXLEN_BYTES]; member
918 if (n + idx >= sizeof(itr->l_name)) in extract_vfat_name()
922 memmove(itr->l_name + idx, itr->l_name, n); in extract_vfat_name()
923 memcpy(itr->l_name, buf, idx); in extract_vfat_name()
939 itr->l_name[n] = '\0'; in extract_vfat_name()
[all …]
A Dfat_write.c391 fill_dir_slot(fat_itr *itr, const char *l_name, const char *shortname) in fill_dir_slot() argument
403 ret = str2slot(slotptr, l_name, &idx); in fill_dir_slot()

Completed in 7 milliseconds