HomeSort by: relevance | last modified time | path
    Searched refs:cdf (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/gzip/
mixed.sh 2 # Ensure that gzip -cdf handles mixed compressed/not-compressed data
29 gzip -cdf < in > out || fail=1
35 # gzip -cdf < in > out || fail=1
40 gzip -cdf < in > out || fail=1
44 gzip -cdf < in > out || fail=1
59 # Ensure that "gzip -cdf" acts like cat, for a range of small input files.
64 gzip -cdf < in > out
  /src/crypto/external/bsd/heimdal/dist/packages/windows/assembly/
NTMakefile 89 $(ASMKRBDIR)\$(ASMKRBMAN) $(ASMKRBDIR)\$(ASMKRBMAN).cdf: \
92 -$(RM) $(ASMKRBDIR)\$(ASMKRBMAN).cdf
95 $(ASMKRBDIR)\$(ASMKRBNAME).cat: $(ASMKRBDIR)\$(ASMKRBMAN).cdf
167 $(POLKRBFILE).cdf: $(POLKRBFILE)
170 $(POLKRBCAT): $(POLKRBFILE).cdf
  /src/external/zlib/pigz/dist/
Makefile 54 printf "" | ./pigz -cdf | wc -c | test `cat` -eq 0
55 printf "x" | ./pigz -cdf | wc -c | test `cat` -eq 1
56 printf "xy" | ./pigz -cdf | wc -c | test `cat` -eq 2
57 printf "xyz" | ./pigz -cdf | wc -c | test `cat` -eq 3
58 (printf "w" | gzip ; printf "x") | ./pigz -cdf | wc -c | test `cat` -eq 2
59 (printf "w" | gzip ; printf "xy") | ./pigz -cdf | wc -c | test `cat` -eq 3
60 (printf "w" | gzip ; printf "xyz") | ./pigz -cdf | wc -c | test `cat` -eq 4
  /src/external/bsd/file/lib/
Makefile 28 funcs.c cdf.c readcdf.c cdf_time.c encoding.c der.c buffer.c \
  /src/sys/arch/m68k/060sp/dist/
ilsp.sa 110 dc.l $00030161,$00104cdf,$001c4e5e,$4e754280
fpsp.sa 2856 dc.l $20404cdf,$003c4e75,$20434cdf,$003c303c
fplsp.sa 1873 dc.l $06184cdf,$01030c01,$00406610,$4aa80008
  /src/external/bsd/file/dist/
README.md 25 The major changes for 5.x are CDF file parsing, indirect magic,
75 * `src/cdf.[ch]` - parser for Microsoft Compound Document Files
76 * `src/cdf_time.c` - time converter for CDF.
103 * `src/readcdf.c` - CDF wrapper.

Completed in 31 milliseconds