c_label
if (strlen(tlabel) > (sizeof (spcl.c_label) - 1)) {
tlabel[sizeof (spcl.c_label) - 1] = '\0';
assert(sizeof (spcl.c_label) > 5);
(void) strcpy(spcl.c_label, "none");
(void) strcpy(spcl.c_label, tlabel);
(void) strcpy(spcl.c_label, tlabel);
assert(sizeof (spcl.c_label) < sizeof (volname));
(void) strcpy(spcl.c_label, tlabel);
if (strncmp(spcl.c_label, "none", 5)) {
(void) strncpy(volname, spcl.c_label, sizeof (spcl.c_label));
volname[sizeof (spcl.c_label)] = '\0';
c_label = (char *)NULL; /* any tape's acceptable */
c_label = *argv++; /* must get tape with this label */
if (strlen(c_label) > (sizeof (spcl.c_label) - 1)) {
c_label[sizeof (spcl.c_label) - 1] = '\0';
c_label);
char *c_label; /* if non-NULL, we must see this tape label */
extern char *c_label; /* label we expect to see on the tape */
bcopy(spcl.c_label, dumpinfo.c_label,
sizeof (spcl.c_label));
if (c_label != NULL &&
strncmp(c_label, spcl.c_label,
sizeof (spcl.c_label))
c_label,
sizeof (spcl.c_label), spcl.c_label);
sizeof (dumpinfo.c_label), dumpinfo.c_label);
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;
c->c_label? c->c_label : "NULL");
c_label, true },
c_label, true },
int c_label(void);
char c_label[LBLSIZE]; /* dump label */