Searched defs:c_label (Results 1 - 4 of 4) sorted by relevance

/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
/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);
/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c1469 c_label() function

Completed in 75 milliseconds