Searched refs:VBUFSIZE (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dvfat.h58 #define VBUFSIZE ((MAX_VFAT_SUBENTRIES*VSE_NAMELEN) + 1) macro
68 wchar_t name[VBUFSIZE];
H A Dmlabel.c101 char longname[VBUFSIZE];
180 if(strlen(newLabel) > VBUFSIZE) {
248 fgets(newLabel, VBUFSIZE, stdin);
H A Dmdir.c62 static char global_longname[VBUFSIZE];
194 char longname[VBUFSIZE];
H A Dmk_direntry.c531 char longname[VBUFSIZE];
570 strncpy(longname, dstname, VBUFSIZE-1);
H A Dmmove.c235 char longname[VBUFSIZE];
H A Dmainloop.c122 strncpy(mp->filename, tmp, VBUFSIZE);
123 mp->filename[VBUFSIZE-1] = '\0';
H A Dmformat.c786 char label[VBUFSIZE], buf[MAX_SECTOR];
874 strncpy(label, optarg, VBUFSIZE-1);
875 label[VBUFSIZE-1] = '\0';

Completed in 71 milliseconds