Searched defs:INIT_NAMBUF (Results 1 – 1 of 1) sorted by relevance
499 #define INIT_NAMBUF(fs) macro522 #define INIT_NAMBUF(fs) macro529 #define INIT_NAMBUF(fs) { (fs)->lfnbuf = lbuf; (fs)->dirbuf = dbuf; } macro533 #define INIT_NAMBUF(fs) { (fs)->lfnbuf = lbuf; } macro541 #define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2 + MAXDIRB(FF_MAX_LFN)); if (!lfn) LEAV… macro545 #define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH… macro