Searched defs:OF (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 105 #ifndef OF /* function prototypes */ 107 # define OF(args) args macro 109 # define OF(args) () macro 154 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes)); 251 extern int deflateInit OF((z_stream *strm, int level)); 270 extern int deflate OF((z_stream *strm, int flush)); 347 extern int deflateEnd OF((z_stream *strm)); 359 extern int inflateInit OF((z_stream *strm)); 373 extern int inflate OF((z_strea [all...] |
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | zconf.h | 63 #define OF(p) p macro
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 12 * SUN MAKES NO REPRESENTATION OR WARRANTIES ABOUT THE SUITABILITY OF 14 * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 16 * FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, 222 #ifndef OF /* function prototypes */ 224 #define OF(args) args macro 226 #define OF(args) () macro 399 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 400 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 511 ZEXTERN const char *ZEXPORT zlibVersion OF((void)); 521 * ZEXTERN int ZEXPORT deflateInit OF((z_stream [all...] |
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | zconf.h | 265 #ifndef OF /* function prototypes */ 267 # define OF(args) args macro 269 # define OF(args) () macro
|
Completed in 79 milliseconds