HomeSort by: relevance | last modified time | path
    Searched defs:EXTRA (Results 1 - 9 of 9) sorted by relevancy

  /src/distrib/notes/mac68k/
Makefile 4 EXTRA= ${.CURDIR}/contrib
  /src/share/doc/papers/relengr/
Makefile 8 EXTRA= ref.bib tmac.srefs
  /src/share/doc/papers/bus_dma/
Makefile 5 EXTRA= figure1.pic figure2.pic figure3.pic
7 DPSRCS= ${SRCS} ${EXTRA} Makefile
  /src/share/doc/papers/px/
Makefile 8 EXTRA= fig1.1.n fig1.2.n fig1.3.n fig2.3.raw fig2.4.n fig3.2.n \
  /src/share/doc/papers/memfs/
Makefile 8 EXTRA= ref.bib A.t tmac.srefs
  /src/share/doc/papers/sysperf/
Makefile 8 EXTRA= a1.t a2.t
  /src/common/dist/zlib/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
108 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /src/common/dist/zlib/examples/
gzlog.c 16 system crashes. The status of the operation is recorded in an extra field
39 - fixed-length (no file name) header with extra field (see below)
48 extra field has the necessary information to restore the start of the last
61 The extra field has the necessary information to find the end of the
93 Following is the definition of the extra field with all of the information
100 length is two bytes long. The gzip extra field two-byte identification is
101 "ap" for append. It is assumed that writing the extra field to the file is
102 an "atomic" operation. That is, either all of the extra field is written
104 point of updating the extra field. This is a reasonable assumption, since
105 the extra field is within the first 52 bytes of the file, which is smalle
    [all...]
  /src/sbin/ping6/
ping6.c 155 #define EXTRA 256 /* for AH and various other headers. weird. */
669 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
671 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA;
676 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;

Completed in 16 milliseconds