Search | Google it | Results 1 - 1 of 1 for funcall:memcmp from t2ex/t2ex_source/t2ex/fs/fimp/src/fimp_fat.c (0.00 seconds) |
2903: if (enc != FAT_CHG_WITH_N && 2904: memcmp((B*)dirent->de_fname, 2905: (B*)sfname, BASE_EXTLEN) == 0) { 3164: if (isSET(exist, (1 << i)) || 3165: memcmp(dirent->de_fname, nm, BASE_EXTLEN) != 0) 3166: continue; 3868: /* SFN entry, ignore "." or ".." entry */ 3869: if (memcmp(dirent->de_fname, nmDOT, BASE_EXTLEN) != 0 && 3870: memcmp(dirent->de_fname, nmDOT2, BASE_EXTLEN) != 0) { 3871: err = EX_NOTEMPTY;