Home
last modified time | relevance | path

Searched refs:c_label (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/cmd/backup/restore/
H A Dmain.c60 char *c_label; /* if non-NULL, we must see this tape label */ variable
186 c_label = (char *)NULL; /* any tape's acceptable */ in main()
344 c_label = *argv++; /* must get tape with this label */ in main()
345 if (strlen(c_label) > (sizeof (spcl.c_label) - 1)) { in main()
346 c_label[sizeof (spcl.c_label) - 1] = '\0'; in main()
349 c_label); in main()
H A Dtape.c727 sizeof (dumpinfo.c_label), dumpinfo.c_label); in printdumpinfo()
1846 bcopy(spcl.c_label, dumpinfo.c_label, in gethead()
1847 sizeof (spcl.c_label)); in gethead()
1856 if (c_label != NULL && in gethead()
1857 strncmp(c_label, spcl.c_label, in gethead()
1858 sizeof (spcl.c_label)) in gethead()
1862 c_label, in gethead()
1863 sizeof (spcl.c_label), spcl.c_label); in gethead()
H A Drestore.h70 extern char *c_label; /* label we expect to see on the tape */
/titanic_50/usr/src/cmd/format/
H A Dinit_menus.c78 c_label, true },
155 c_label, true },
H A Dmenu_command.h48 int c_label(void);
H A Dmenu_command.c1469 c_label() in c_label() function
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h114 char *c_label; /* label for partial update */ member
H A Dmain.c495 c->c_label? c->c_label : "NULL");
H A Dgram.y398 nc->c_label = label;
430 c->c_label = label;
H A Ddocmd.c141 if (c->c_label != NULL &&
142 strcmp(c->c_label, *cpp) == 0) {
/titanic_50/usr/src/cmd/backup/dump/
H A Ddumpmain.c432 if (strlen(tlabel) > (sizeof (spcl.c_label) - 1)) { in main()
433 tlabel[sizeof (spcl.c_label) - 1] = '\0'; in main()
503 assert(sizeof (spcl.c_label) > 5); in main()
504 (void) strcpy(spcl.c_label, "none"); in main()
507 (void) strcpy(spcl.c_label, tlabel); in main()
513 (void) strcpy(spcl.c_label, tlabel); in main()
H A Ddumptape.c1251 assert(sizeof (spcl.c_label) < sizeof (volname)); in changevol()
1255 (void) strcpy(spcl.c_label, tlabel); in changevol()
1340 if (strncmp(spcl.c_label, "none", 5)) { in changevol()
1341 (void) strncpy(volname, spcl.c_label, sizeof (spcl.c_label)); in changevol()
1342 volname[sizeof (spcl.c_label)] = '\0'; in changevol()
/titanic_50/usr/src/head/protocols/
H A Ddumprestore.h136 char c_label[LBLSIZE]; /* dump label */ member