HomeSort by: relevance | last modified time | path
    Searched refs:OF (Results 1 - 25 of 299) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/cddl/osnet/dist/uts/common/zmod/
inffast.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
9 part of the implementation of the compression library and is
13 void inflate_fast OF((z_streamp strm, unsigned start));
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
47 decompression functions, including integrity checks of the uncompressed
48 data. This version of the library supports only one compression method
54 repeated calls of the compression function. In the latter case, the
63 with an interface similar to that of stdio using the functions that start
75 the consistency of the compressed data, so the library should never
76 crash even in case of corrupted input.
79 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
iowin32.h 3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
21 void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
22 void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def));
23 void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def));
24 void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def));
zip.h 3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
14 Condition of use and distribution are the same than zlib :
18 arising from the use of this software.
24 1. The origin of this software must not be misrepresented; you must not
36 See header of zip.h
64 /* like the STRICT of WIN32, we define a pointer that cannot be converted
94 int tm_mday; /* day of the month - [1,31] */
116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append));
123 will be created at the end of the file
    [all...]
unzip.h 3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
7 Modifications of Unzip for Zip64
17 Condition of use and distribution are the same than zlib :
21 arising from the use of this software.
27 1. The origin of this software must not be misrepresented; you must not
39 See header of unzip64.c
65 /* like the STRICT of WIN32, we define a pointer that cannot be converted
89 int tm_mday; /* day of the month - [1,31] */
95 These data comes from the end of central dir */
98 ZPOS64_T number_entry; /* total number of entries i
    [all...]
ioapi.h 2 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
137 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
138 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
139 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
140 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
141 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
143 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
144 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
160 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
161 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
iowin32.h 3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
21 void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
22 void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def));
23 void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def));
24 void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def));
zip.h 3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
14 Condition of use and distribution are the same than zlib :
18 arising from the use of this software.
24 1. The origin of this software must not be misrepresented; you must not
36 See header of zip.h
64 /* like the STRICT of WIN32, we define a pointer that cannot be converted
94 int tm_mday; /* day of the month - [1,31] */
116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append));
123 will be created at the end of the file
    [all...]
unzip.h 3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
7 Modifications of Unzip for Zip64
17 Condition of use and distribution are the same than zlib :
21 arising from the use of this software.
27 1. The origin of this software must not be misrepresented; you must not
39 See header of unzip64.c
65 /* like the STRICT of WIN32, we define a pointer that cannot be converted
89 int tm_mday; /* day of the month - [1,31] */
95 These data comes from the end of central dir */
98 ZPOS64_T number_entry; /* total number of entries i
    [all...]
ioapi.h 2 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
137 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
138 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
139 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
140 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
141 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
143 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
144 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
160 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
161 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
inffast.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
7 part of the implementation of the compression library and is
11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
49 decompression functions, including integrity checks of the uncompressed data.
50 This version of the library supports only one compression method (deflation)
55 or can be done by repeated calls of the compression function. In the latter
64 with an interface similar to that of stdio using the functions that start
77 the consistency of the compressed data, so the library should never crash
78 even in the case of corrupted input.
81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
gzguts.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
107 null termination of the result -- however this is only used in gzlib.c where
117 define "local" for the non-static meaning of "static", for readability
122 extern voidp malloc OF((uInt size));
123 extern void free OF((voidpf ptr));
141 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
142 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
143 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
144 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
173 /* x.have: number of bytes available at x.next *
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
inffast.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
7 part of the implementation of the compression library and is
11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
49 decompression functions, including integrity checks of the uncompressed data.
50 This version of the library supports only one compression method (deflation)
55 or can be done by repeated calls of the compression function. In the latter
64 with an interface similar to that of stdio using the functions that start
77 the consistency of the compressed data, so the library should never crash
78 even in the case of corrupted input.
81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
gzguts.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
107 null termination of the result -- however this is only used in gzlib.c where
117 define "local" for the non-static meaning of "static", for readability
122 extern voidp malloc OF((uInt size));
123 extern void free OF((voidpf ptr));
141 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
142 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
143 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
144 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
173 /* x.have: number of bytes available at x.next *
    [all...]
  /src/tests/bin/sh/
t_input.sh 9 # 1. Redistributions of source code must retain the above copyright
10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
17 # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF TH
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
infback9.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
15 * the third parameter of the "out" function actually means 65536UL.
23 ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm,
26 ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm));
27 ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm,
  /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
infback9.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
15 * the third parameter of the "out" function actually means 65536UL.
23 ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm,
26 ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm));
27 ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm,
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h 3 /* zlib.h -- interface of the 'zlib' general purpose compression library
10 arising from the use of this software.
16 1. The origin of this software must not be misrepresented; you must not
40 /* zconf.h -- configuration of the zlib compression library
42 * For conditions of distribution and use, see copyright notice in zlib.h
201 Of course this will generally degrade compression (there's no free lunch).
210 #ifndef OF /* function prototypes */
212 # define OF(args) args
214 # define OF(args) ()
341 # define SEEK_SET 0 /* Seek from beginning of file. *
    [all...]
  /src/usr.sbin/sysinst/arch/acorn32/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
20 * 3. The name of Piermont Information Systems Inc. may not be used to endorse
26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED O
    [all...]
  /src/usr.sbin/sysinst/arch/alpha/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
20 * 3. The name of Piermont Information Systems Inc. may not be used to endorse
26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED O
    [all...]
  /src/usr.sbin/sysinst/arch/bebox/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
19 * 3. The name of Piermont Information Systems Inc. may not be used to endorse
25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
29 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED O
    [all...]
  /src/usr.sbin/sysinst/arch/cats/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
19 * 3. The name of Piermont Information Systems Inc. may not be used to endorse
25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
29 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED O
    [all...]
  /src/usr.sbin/sysinst/arch/emips/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
20 * 3. The name of Piermont Information Systems Inc. may not be used to endorse
26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED O
    [all...]

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>