Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c148 static int str2slot(dir_slot *slotptr, const char *name, int *idx) in str2slot() argument
154 slotptr->name0_4[j] = 0; in str2slot()
155 slotptr->name0_4[j + 1] = 0; in str2slot()
159 slotptr->name0_4[j] = name[*idx]; in str2slot()
165 slotptr->name5_10[j] = 0; in str2slot()
166 slotptr->name5_10[j + 1] = 0; in str2slot()
170 slotptr->name5_10[j] = name[*idx]; in str2slot()
176 slotptr->name11_12[j] = 0; in str2slot()
177 slotptr->name11_12[j + 1] = 0; in str2slot()
181 slotptr->name11_12[j] = name[*idx]; in str2slot()
[all …]
H A Dfat.c433 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str() argument
438 l_name[*idx] = slotptr->name0_4[j]; in slot2str()
444 l_name[*idx] = slotptr->name5_10[j]; in slot2str()
450 l_name[*idx] = slotptr->name11_12[j]; in slot2str()