Lines Matching refs:spcl
150 spcl.c_date = 0;
152 spcl.c_date = tnow;
275 spcl.c_ddate = unctime(optarg);
276 if (spcl.c_ddate < 0) {
470 (void)snprintf(spcl.c_filesys, sizeof(spcl.c_filesys),
473 (void)strlcpy(spcl.c_filesys, mountpoint,
474 sizeof(spcl.c_filesys));
476 (void)strlcpy(spcl.c_filesys, "a file system image",
477 sizeof(spcl.c_filesys));
479 (void)strlcpy(spcl.c_filesys, "an unlisted file system",
480 sizeof(spcl.c_filesys));
482 (void)strlcpy(spcl.c_dev, disk, sizeof(spcl.c_dev));
483 (void)strlcpy(spcl.c_label, labelstr, sizeof(spcl.c_label));
484 (void)gethostname(spcl.c_host, sizeof(spcl.c_host));
485 spcl.c_host[sizeof(spcl.c_host) - 1] = '\0';
515 spcl.c_date = tnow;
529 spcl.c_level = trueinc? iswap32(10): iswap32(level - '0');
530 spcl.c_type = iswap32(TS_TAPE);
531 spcl.c_date = iswap32(spcl.c_date);
532 spcl.c_ddate = iswap32(spcl.c_ddate);
536 date = iswap32(spcl.c_date);
538 spcl.c_date == 0 ? "the epoch\n" : ctime(&date));
539 date = iswap32(spcl.c_ddate);
541 spcl.c_ddate == 0 ? "the epoch\n" : ctime(&date));
547 msgtail("%s (%s) ", disk, spcl.c_filesys);
569 nonodump = iswap32(spcl.c_level) < honorlevel;
687 spcl.c_type = iswap32(TS_END);
691 msg("%lld tape blocks\n",(long long)iswap64(spcl.c_tapea));
694 (long long)iswap64(spcl.c_tapea), iswap32(spcl.c_volume),
695 (iswap32(spcl.c_volume) == 1) ? "" : "s");
697 date = iswap32(spcl.c_date);
699 spcl.c_date == 0 ? "the epoch\n" : ctime(&date));