HelenOS sources

fat_label_encode  363 uspace/app/mkfat/mkfat.c 	if (cfg->label != NULL && fat_label_encode(NULL, cfg->label) != EOK)
fat_label_encode  451 uspace/app/mkfat/mkfat.c 			(void) fat_label_encode(&de->name, cfg->label);
fat_label_encode  539 uspace/app/mkfat/mkfat.c 		(void) fat_label_encode(&bs->fat32.label, bs_label);
fat_label_encode  547 uspace/app/mkfat/mkfat.c 		(void) fat_label_encode(&bs->label, bs_label);
HelenOS homepage, sources at GitHub