c_label
{"*=:", c_label},
{"+false", c_label},
{"+true", c_label},
int c_label(char **);
char c_label[LBLSIZE]; /* dump label */
(void)strlcpy(spcl.c_label, "none", sizeof(spcl.c_label));
fprintf(stderr, "Label: %s\n", spcl.c_label);
char *c_label; /* label for partial update */
rhost, cmd->c_label);
cmd->c_label);
if (cmd->c_label != NULL &&
strcmp(cmd->c_label, argv[i]) == 0) {
if (c->c_label && argv[i] &&
strcmp(c->c_label, argv[i]) == 0) {
nc->c_label = label;
c->c_label = label;