Lines Matching defs:label
52 fstyp_msdosfs(FILE *fp, char *label, size_t size)
88 /* A volume with no name should have "NO NAME " as label. */
93 strlcpy(label, (char*)pfat_bsbpb->BS_VolLab,
108 * If the volume label is not "NO NAME " we're done.
112 strlcpy(label, (char*)pfat32_bsbpb->BS_VolLab,
118 * If the volume label "NO NAME " is in the boot sector, the
119 * label of FAT32 volumes may be stored as a special entry in
152 * The name of the entry is the volume label if
157 strlcpy(label, (char*)pfat_entry->DIR_Name,
171 rtrim(label, size);