Searched refs:VBUFSIZE (Results 1 – 6 of 6) sorted by relevance
58 #define VBUFSIZE ((MAX_VFAT_SUBENTRIES*VSE_NAMELEN) + 1) macro68 wchar_t name[VBUFSIZE];
114 char longname[VBUFSIZE]; in mlabel()195 if(strlen(newLabel) > VBUFSIZE) { in mlabel()248 if(fgets(longname, VBUFSIZE, stdin) == NULL) { in mlabel()
531 char longname[VBUFSIZE]; in _mwrite_one()570 strncpy(longname, dstname, VBUFSIZE-1); in _mwrite_one()
124 strncpy(mp->filename, tmp, VBUFSIZE); in unix_loop()125 mp->filename[VBUFSIZE-1] = '\0'; in unix_loop()
908 char label[VBUFSIZE]; in mformat()1010 strncpy(label, optarg, VBUFSIZE-1); in mformat()1011 label[VBUFSIZE-1] = '\0'; in mformat()
189 char longname[VBUFSIZE]; in print_volume_label()