Searched refs:c_label (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | main.c | 60 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 D | tape.c | 727 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 D | restore.h | 70 extern char *c_label; /* label we expect to see on the tape */
|
/titanic_50/usr/src/cmd/format/ |
H A D | init_menus.c | 78 c_label, true }, 155 c_label, true },
|
H A D | menu_command.h | 48 int c_label(void);
|
H A D | menu_command.c | 1469 c_label() in c_label() function
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | defs.h | 114 char *c_label; /* label for partial update */ member
|
H A D | main.c | 495 c->c_label? c->c_label : "NULL");
|
H A D | gram.y | 398 nc->c_label = label; 430 c->c_label = label;
|
H A D | docmd.c | 141 if (c->c_label != NULL && 142 strcmp(c->c_label, *cpp) == 0) {
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 432 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 D | dumptape.c | 1251 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 D | dumprestore.h | 136 char c_label[LBLSIZE]; /* dump label */ member
|