Searched refs:VSE_NAMELEN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dvfat.h37 #define VSE_NAMELEN 13 macro
58 #define VBUFSIZE ((MAX_VFAT_SUBENTRIES*VSE_NAMELEN) + 1)
H A Dvfat.c204 v->name[VSE_NAMELEN * v->subentries] = 0;
274 num_vses = (wlen + VSE_NAMELEN - 1)/VSE_NAMELEN;
278 c = wlongname + (vse_id - 1) * VSE_NAMELEN;
287 longname, vse_id, longname + (vse_id-1) * VSE_NAMELEN,
397 c = &(v->name[VSE_NAMELEN * (id-1)]);
403 id,entry->entry,v->subentries,&(v->name[VSE_NAMELEN * (id-1)]));
707 (wcslen(longname) + VSE_NAMELEN - 1)/VSE_NAMELEN;

Completed in 53 milliseconds