Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c1966 BYTE* dst, /* Pointer to the buffer to store numbered SFN */ argument
1978 memcpy(dst, src, 11); /* Prepare the SFN to be modified */
2003 for (j = 0; j < i && dst[j] != ' '; j++) { /* Find the offset to append */
2004 if (dbc_1st(dst[j])) { /* To avoid DBC break up */
2010 dst[j++] = (i < 8) ? ns[i++] : ' ';