Home
last modified time | relevance | path

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

/reactos/sdk/tools/fatten/fatfs/
H A Dff.c533 int mem_cmp (const void* dst, const void* src, UINT cnt) { in mem_cmp() function
1497 if (!(dp->fn[NSFLAG] & NS_LOSS) && !mem_cmp(dir, dp->fn, 11)) break; /* SFN matched? */ in dir_find()
1502 if (!(dir[DIR_Attr] & AM_VOL) && !mem_cmp(dir, dp->fn, 11)) /* Is it a valid entry? */ in dir_find()