Searched defs:OF (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dzconf.h181 #ifndef OF /* function prototypes */
183 # define OF(args) args macro
185 # define OF(args) () macro
/ast/src/cmd/INIT/
H A Dratz.c298 #ifndef OF /* function prototypes */
300 # define OF(args) args macro
302 # define OF(args) () macro
500 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
501 typedef void (*free_func) OF((voidpf opaque, voidpf address));
775 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
776 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
777 extern void zmemzero OF((Bytef* dest, uInt len));
784 extern void z_error OF((char *m));
801 voidpf zcalloc OF((voidp
[all...]

Completed in 12 milliseconds