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

/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.h48 int c_label(void);
H A Dinit_menus.c78 c_label, true },
155 c_label, true },
H A Dmenu_command.c1469 c_label() function
/illumos-gate/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 */
344 c_label = *argv++; /* must get tape with this label */
345 if (strlen(c_label) > (sizeof (spcl.c_label) - 1)) {
346 c_label[sizeof (spcl.c_label) - 1] = '\0';
349 c_label);
H A Dtape.c727 sizeof (dumpinfo.c_label), dumpinfo.c_label);
1846 bcopy(spcl.c_label, dumpinfo.c_label,
1847 sizeof (spcl.c_label));
1856 if (c_label != NULL &&
1857 strncmp(c_label, spcl.c_label,
1858 sizeof (spcl.c_label))
1862 c_label,
[all...]
H A Drestore.h70 extern char *c_label; /* label we expect to see on the tape */
/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h136 char c_label[LBLSIZE]; /* dump label */ member in struct:u_spcl::s_spcl
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h114 char *c_label; /* label for partial update */ member in struct:cmd
H A Dmain.c493 printf("c_type %s, c_name %s, c_label %s, c_files ",
495 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) {
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c432 if (strlen(tlabel) > (sizeof (spcl.c_label) - 1)) {
433 tlabel[sizeof (spcl.c_label) - 1] = '\0';
503 assert(sizeof (spcl.c_label) > 5);
504 (void) strcpy(spcl.c_label, "none");
507 (void) strcpy(spcl.c_label, tlabel);
513 (void) strcpy(spcl.c_label, tlabel);
H A Ddumptape.c1251 assert(sizeof (spcl.c_label) < sizeof (volname));
1255 (void) strcpy(spcl.c_label, tlabel);
1340 if (strncmp(spcl.c_label, "none", 5)) {
1341 (void) strncpy(volname, spcl.c_label, sizeof (spcl.c_label));
1342 volname[sizeof (spcl.c_label)] = '\0';

Completed in 73 milliseconds