Searched refs:SUM (Results 1 - 14 of 14) sorted by relevance

/ast/src/cmd/paxlib/arj/
H A Darj.c33 #define SUM "sum-crc-0xedb88320-init-done" macro
82 if (!(ar->sum = codexnull()) || codex(ar->sum, NiL, SUM, 0, &ar->codexdisc, NiL) <= 0)
139 sfsprintf(ar->method, sizeof(ar->method), "copy|%s", SUM);
144 sfsprintf(ar->method, sizeof(ar->method), "lzh-26624-s1+SIZE=%I*u|%s", sizeof(f->uncompressed), f->uncompressed, SUM);
/ast/src/cmd/paxlib/zoo/
H A Dzoo.c35 #define SUM "sum-crc-0xa001" macro
132 sfsprintf(ar->method, sizeof(ar->method), "copy|%s", SUM);
135 sfsprintf(ar->method, sizeof(ar->method), "lzd+SIZE=%I*u|%s", sizeof(f->uncompressed), f->uncompressed, SUM);
139 sfsprintf(ar->method, sizeof(ar->method), "lzh-8k-s1+SIZE=%I*u|%s", sizeof(f->uncompressed), f->uncompressed, SUM);
/ast/src/cmd/sort/
H A Dtestsort.sh31 SUM=sum
35 export TEST AWK CC LC_ALL SUM SORT TMP
76 case $SUM in
78 *) if test -x $dir/$SUM
85 ab=`echo "$AB" | $SUM 2>/dev/null`
86 ba=`echo "$BA" | $SUM 2>/dev/null`
88 $ba) SUM=$dir/$SUM
91 do ab=`echo "$AB" | $dir/$SUM $old 2>/dev/null`
93 ?*) ba=`echo "$BA" | $dir/$SUM
[all...]
/ast/src/cmd/paxlib/rar/
H A Drar.c31 #define SUM "sum-crc-0xedb88320-init-done" macro
78 if (!(ar->sum = codexnull()) || codex(ar->sum, NiL, SUM, 0, &ar->codexdisc, NiL) <= 0)
152 sfsprintf(ar->method + i, sizeof(ar->method) - i, "|%s", SUM);
/ast/lib/package/
H A Dpackage.mk110 SUM = sum macro
758 $(SUM) -x $(checksum) < $(source) > $(source:D:B:S=.$(checksum))
1047 $(SUM) -x $(checksum) < $(source) > $(source:D:B:S=.$(checksum))
1051 $(SUM) -x $(checksum) < $(old.new.source) > $(old.new.source:D:B:S=.$(checksum))
1081 $(SUM) -x $(checksum) < $(source) > $(source:D:B:S=.$(checksum))
1209 $(SUM) -x $(checksum) < $(binary) > $(binary:D:B:S=.$(checksum))
1236 $(SUM) -x $(checksum) < $(binary) > $(binary:D:B:S=.$(checksum))
1327 $(SUM) -x $(checksum) < $(binary) > $(binary:D:B:S=.$(checksum))
1333 $(SUM) -x $(checksum) < $(old.new.binary) > $(old.new.binary:D:B:S=.$(checksum))
1359 $(SUM)
[all...]
/ast/src/cmd/INIT/
H A Dpackage.mk110 SUM = sum macro
758 $(SUM) -x $(checksum) < $(source) > $(source:D:B:S=.$(checksum))
1047 $(SUM) -x $(checksum) < $(source) > $(source:D:B:S=.$(checksum))
1051 $(SUM) -x $(checksum) < $(old.new.source) > $(old.new.source:D:B:S=.$(checksum))
1081 $(SUM) -x $(checksum) < $(source) > $(source:D:B:S=.$(checksum))
1209 $(SUM) -x $(checksum) < $(binary) > $(binary:D:B:S=.$(checksum))
1236 $(SUM) -x $(checksum) < $(binary) > $(binary:D:B:S=.$(checksum))
1327 $(SUM) -x $(checksum) < $(binary) > $(binary:D:B:S=.$(checksum))
1333 $(SUM) -x $(checksum) < $(old.new.binary) > $(old.new.binary:D:B:S=.$(checksum))
1359 $(SUM)
[all...]
H A Dpackage.sh2640 SUM=$EXECROOT/bin/sum
3066 SUM=$EXECROOT/bin/sum
4031 $exec $SUM -cp $1
7225 if executable ! $SUM
7226 then echo "$command: $action: $SUM command required" >&2
/ast/src/cmd/paxlib/lha/
H A Dlha.c32 #define SUM "sum-crc-0xa001" macro
154 n += sfsprintf(ar->method + n, sizeof(ar->method) - n, "|%s", SUM);
/ast/src/cmd/paxlib/zip/
H A Dzip.c33 #define SUM "sum-crc-0xedb88320-init-done" macro
282 sfsprintf(ar->method + i, sizeof(ar->method) - i, "|%s", SUM);
/ast/src/cmd/pax/
H A Dpax.h136 #define SUM PAX_SUM /* inline member checksum */ macro
H A Dformat.c710 if (ap->format->flags & SUM)
804 if (!(ap->format->flags & SUM) && ap->sum >= 0)
H A Dbio.c412 if (ap->flags & SUM)
H A Dpax-tar.c1031 ARCHIVE|DELTAINFO|LINKTYPE|SLASHDIR|STANDARD|SUM|IN|OUT|APPEND,
H A Ddelta.c179 x = (ap->format->flags & SUM) ? f->delta.base->info->checksum : ap->memsum;

Completed in 45 milliseconds