/ast/src/cmd/pax/ |
H A D | pax-flash.c | 91 ap->volume--; 92 i = state.volume[0]; 98 state.volume[0] = i;
|
H A D | pax-rpm.c | 116 memcpy(state.volume, lead.name, sizeof(state.volume) - 1); 119 message((-2, "%s: lead name=%s archnum=%d osnum=%d sigtype=%d", ap->name, state.volume, lead.archnum, lead.osnum, lead.sigtype)); 124 if (!memcmp(s, state.volume, strlen(state.volume))) 125 state.volume[0] = 0; 224 ap->volume--; 225 i = state.volume[0]; 231 state.volume[0] = i;
|
H A D | format.c | 47 message((-6, "getprologue() volume=%d eof=%d", ap->volume, ap->io->eof)); 48 if (ap->io->eof || state.volume && (ap->io->mode & O_ACCMODE) == O_WRONLY) 50 state.volume[0] = 0; 76 if (n && ap->volume <= 0) 84 if (ap->volume <= 0 && !ap->compress) 184 if (ap->volume) 186 error(1, "%s: junk data after volume %d", ap->name, ap->volume); 210 ap->volume [all...] |
H A D | pax-slt.c | 44 char volume[64]; /* volume id */ member in struct:Slt_s 54 int vol; /* emit volume prologue */ 220 getlabstr(hdr, 5, 6, state.volume); 412 error(3, "%s: %s: %d invalid %s end of file/volume labels detected", ap->name, f->name, n, ap->format->name); 415 error(1, "%s: %s: %d invalid %s end of file/volume labels detected", ap->name, f->name, n, ap->format->name); 441 error(1, "volume containing %s id %s section %d required", f->name, f->id, f->record.section); 443 ap->volume--; 630 if (!state.volume[0]) 632 strncpy(state.volume, sl [all...] |
H A D | pax-vdb.c | 56 n = sizeof(VDB_MAGIC) + sizeof(state.volume) + 1; 67 strncpy(state.volume, s + sizeof(VDB_MAGIC) + 1, sizeof(state.volume) - 2); 187 sfprintf(vdb->directory, "%c%s%c%s\n", VDB_DELIMITER, VDB_MAGIC, VDB_DELIMITER, state.volume);
|
H A D | pax.c | 79 " and base archives cannot be multi-volume.]" 971 if (*state.volume) 974 sfsprintf(tmp1, sizeof(tmp1), "%s %s", v, state.volume); 976 sfsprintf(tmp1, sizeof(tmp1), "%s %s", state.volume, v); 979 strncpy(state.volume, v, sizeof(state.volume) - 2); 1999 if (ap->volume > 1) 2000 sfsprintf(x1, x, ", %d volumes", ap->volume); 2003 if (ap->volume > 0 && ap->part > ap->volume) [all...] |
H A D | paxlib.h | 164 int incomplete; /* file requires new volume */ 165 int volume; /* volume number */ member in struct:Paxarchive_s
|
H A D | tar.sh | 78 [V:label]:[name?Create archive with volume name \aname\a.] 214 print -u2 "$command: volume label argument expected"; exit 1 273 0) print -u2 "$command: volume label argument expected"; exit 1 ;;
|
H A D | misc.c | 653 if (gp->archive->volume) 654 sfsprintf(s = fmtbuf(32), 32, "%d-%d", gp->archive->volume, gp->archive->entry); 1054 * then bump it to another volume 1066 error(1, "%s: too large to fit in one volume", f->name);
|
H A D | pax-cpio.c | 112 message((-2, "%s: %s: entry %d.%d op = %c%s", ap->name, f->name, ap->volume, ap->entry, c, s)); 286 error(state.keepgoing ? 1 : 3, "%s: entry %d.%d file name terminating null missing", ap->name, ap->volume, ap->entry);
|
H A D | pax.h | 234 off_t offset; /* volume offset */ \ 237 int skip; /* volume skip */ \ 238 int keep; /* volume keep after skip */ \ 495 int complete; /* files completely in volume */ \ 558 off_t maxout; /* max volume/part output count */ \ 632 char volume[64]; /* volume id */ \
|
H A D | bio.c | 373 * if must!=0 then EOF causes query for next input volume file 432 * if must!=0 then EOF causes query for next input volume file 1214 error(1, "continuing %s %d %s on %s", ap->part == ap->volume + 1 ? "volume" : "part", ap->part, io, ap->name);
|
H A D | delta.c | 815 op->volume = 0;
|
/ast/src/cmd/html/ |
H A D | mm2html.sh | 2006 : .Dt item section volume
|