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

/ast/src/cmd/pax/
H A Dpax-slt.c53 int sequence; /* sequence number */ member in struct:Slt_s
161 slt->sequence++;
165 sfsprintf(slt->buf, sizeof(slt->buf), "%s1%-17.17s000001%04d%04d000100 %02d%03d 00000 %06d%-6.6sD%-7.7s ", type, f->id, slt->section, slt->sequence, tm->tm_year, tm->tm_yday, f->record.blocks, slt->format, slt->implementation);
173 slt->sequence = 0;
290 error(3, "%s format HDR label out of sequence", ap->format->name);
/ast/src/cmd/paxlib/calib/
H A Dcalib.c28 * 0x00200 disable auto-sequence
72 int sequence; member in struct:Ar_s
364 long sequence; local
406 sequence = ar->digits && ar->increment && (ar->position + ar->digits) <= ar->linesize ? ar->sequence : -1;
409 sequence = -1;
623 if (sequence >= 0)
632 b += sfsprintf((char*)b, ar->digits+1, "%0.*lu", ar->digits, generate ? sequence : casize3(&hdr[2]));
636 sequence += ar->increment;
809 if ((ar->sequence
[all...]
/ast/src/cmd/at/
H A Datd.c160 unsigned long sequence; /* job id sequence */ member in struct:__anon39
883 if (state->sequence < cs.time)
884 state->sequence = cs.time;
888 sfsprintf(job->name, sizeof(job->name), "%..36lu.%..36lu.%..36lu", con->id.uid, con->id.gid, state->sequence++);
/ast/src/cmd/nmake/
H A Dobject.c27 * The format fields are labeled by sequence number and type:
35 * the proviso that the section order is not changed and that sequence 1
38 * by each sequence. Field addition semantics are controlled by the
39 * sequence number.
46 * 1 # sequence to label additions/changes
196 unsigned char sequence; /* different still compatible */ member in struct:OLD_header_s
1455 int sequence; local
1542 sequence = old_header.sequence;
1543 old_header.sequence
[all...]

Completed in 17 milliseconds