Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c58 char *c_label; /* if non-NULL, we must see this tape label */ variable
184 c_label = (char *)NULL; /* any tape's acceptable */ in main()
342 c_label = *argv++; /* must get tape with this label */ in main()
343 if (strlen(c_label) > (sizeof (spcl.c_label) - 1)) { in main()
344 c_label[sizeof (spcl.c_label) - 1] = '\0'; in main()
347 c_label); in main()
H A Dtape.c728 sizeof (dumpinfo.c_label), dumpinfo.c_label); in printdumpinfo()
1843 bcopy(spcl.c_label, dumpinfo.c_label, in gethead()
1844 sizeof (spcl.c_label)); in gethead()
1853 if (c_label != NULL && in gethead()
1854 strncmp(c_label, spcl.c_label, in gethead()
1855 sizeof (spcl.c_label)) in gethead()
1859 c_label, in gethead()
1860 sizeof (spcl.c_label), spcl.c_label); in gethead()
H A Drestore.h68 extern char *c_label; /* label we expect to see on the tape */
/illumos-gate/usr/src/cmd/format/
H A Dinit_menus.c76 c_label, true },
153 c_label, true },
H A Dmenu_command.h46 int c_label(void);
H A Dmenu_command.c1477 c_label(void) in c_label() function
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c471 if (strlen(tlabel) > (sizeof (spcl.c_label) - 1)) { in main()
472 tlabel[sizeof (spcl.c_label) - 1] = '\0'; in main()
542 assert(sizeof (spcl.c_label) > 5); in main()
543 (void) strcpy(spcl.c_label, "none"); in main()
546 (void) strcpy(spcl.c_label, tlabel); in main()
552 (void) strcpy(spcl.c_label, tlabel); in main()
H A Ddumptape.c1177 assert(sizeof (spcl.c_label) < sizeof (volname)); in changevol()
1181 (void) strcpy(spcl.c_label, tlabel); in changevol()
1266 if (strncmp(spcl.c_label, "none", 5)) { in changevol()
1267 (void) strncpy(volname, spcl.c_label, sizeof (spcl.c_label)); in changevol()
1268 volname[sizeof (spcl.c_label)] = '\0'; in changevol()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h112 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.c136 if (c->c_label != NULL && in docmds()
137 strcmp(c->c_label, *cpp) == 0) { in docmds()
/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h134 char c_label[LBLSIZE]; /* dump label */ member