c_label
{"*=:", c_label},
{"+false", c_label},
{"+true", c_label},
int c_label ARGS((char **));
char c_label[LBLSIZE]; /* dump label */
(void)strlcpy(spcl.c_label, labelstr, sizeof(spcl.c_label));
c_label,
const struct gpt_cmd c_label = {
#define usage() gpt_usage(NULL, &c_label)
&c_label,
fprintf(stderr, "Label: %s\n", spcl.c_label);
fprintf(Mtreefile, "#Label: %s\n", spcl.c_label);
RF_ComponentLabel_t *c_label;
c_label = raidget_component_label(raidPtr, col);
raid_init_component_label(raidPtr, c_label);
c_label->row = 0;
c_label->column = col;
c_label->clean = RF_RAID_DIRTY;
c_label->status = rf_ds_optimal;
rf_component_label_set_partitionsize(c_label,
RF_ComponentLabel_t *c_label;
c_label = raidget_component_label(raidPtr, col);
raid_init_component_label(raidPtr, c_label);
c_label->row = 0;
c_label->column = col;
char *c_label; /* label for partial update */
if (c->c_label != NULL &&
strcmp(c->c_label, *cpp) == 0) {
nc->c_label = label;
c->c_label = label;
(*curmode->c_label)();
void (*c_label)(void); /* label display */