Searched refs:fLabel (Results 51 - 55 of 55) sorted by relevance

123

/haiku/src/system/boot/loader/
H A Dmenu.cpp56 fLabel(strdup(label)),
75 free(const_cast<char *>(fLabel));
188 free(const_cast<char*>(fLabel));
189 fLabel = newLabel;
/haiku/src/apps/mail/
H A DSignature.cpp454 strcpy(fLabel, label);
/haiku/src/apps/resedit/
H A DBitmapView.cpp55 fLabel = label;
147 if (fLabel.Compare(label) != 0) {
148 fLabel = label;
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp738 fLabel(label),
828 fItemText = fLabel;
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp647 strlcpy(fLabel, label, sizeof(fLabel));
654 ", %" B_PRId32 "/%" B_PRId32 " blocks", fCache, fLabel, fTransaction,
659 char fLabel[12]; member in class:TransactionTracing::Action

Completed in 68 milliseconds

123