Home
last modified time | relevance | path

Searched refs:opaque (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dioapi.c34 … return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode); in call_zopen64()
37 … return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode); in call_zopen64()
44 …return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset… in call_zseek64()
51 …return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,orig… in call_zseek64()
58 … return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
61 … uLong tell_uLong = (uLong)(*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
80 p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque; in fill_zlib_filefunc64_32_def_from_filefunc32()
87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong s…
[all …]
H A Dioapi.h137 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, uLon…
139 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf…
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, i…
157 voidpf opaque; member
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…
[all …]
H A Diowin32.c36 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
37 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
38 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong si…
39 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream));
40 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int or…
41 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
42 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
96 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() argument
125 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() argument
149 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() argument
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dioapi.c34 … return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode); in call_zopen64()
37 … return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode); in call_zopen64()
44 …return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset… in call_zseek64()
51 …return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,orig… in call_zseek64()
58 … return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
61 … uLong tell_uLong = (uLong)(*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
80 p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque; in fill_zlib_filefunc64_32_def_from_filefunc32()
87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong s…
[all …]
H A Dioapi.h137 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, uLon…
139 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf…
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, i…
157 voidpf opaque; member
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…
[all …]
H A Diowin32.c36 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
37 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
38 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong si…
39 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream));
40 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int or…
41 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
42 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
96 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() argument
125 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() argument
149 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() argument
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dioapi.c34 … return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode); in call_zopen64()
37 … return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode); in call_zopen64()
44 …return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset… in call_zseek64()
51 …return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,orig… in call_zseek64()
58 … return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
61 … uLong tell_uLong = (uLong)(*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
80 p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque; in fill_zlib_filefunc64_32_def_from_filefunc32()
87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong s…
[all …]
H A Dioapi.h137 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, uLon…
139 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf…
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, i…
157 voidpf opaque; member
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…
[all …]
H A Diowin32.c36 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
37 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
38 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong si…
39 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream));
40 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int or…
41 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
42 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
96 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() argument
125 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() argument
149 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() argument
[all …]
/netbsd-src/sys/arch/usermode/dev/
H A Dvaudio.c132 vaudio_match(device_t parent, cfdata_t match, void *opaque) in vaudio_match() argument
134 struct thunkbus_attach_args *taa = opaque; in vaudio_match()
143 vaudio_attach(device_t parent, device_t self, void *opaque) in vaudio_attach() argument
146 struct thunkbus_attach_args *taa = opaque; in vaudio_attach()
193 vaudio_intr(void *opaque) in vaudio_intr() argument
195 struct vaudio_stream *st = opaque; in vaudio_intr()
201 vaudio_softintr_play(void *opaque) in vaudio_softintr_play() argument
203 struct vaudio_stream *st = opaque; in vaudio_softintr_play()
224 vaudio_softintr_record(void *opaque) in vaudio_softintr_record() argument
226 struct vaudio_stream *st = opaque; in vaudio_softintr_record()
[all …]
/netbsd-src/sys/arch/i386/pci/
H A Dviapcib.c136 viapcib_match(device_t parent, cfdata_t match, void *opaque) in viapcib_match() argument
138 struct pci_attach_args *pa = opaque; in viapcib_match()
154 viapcib_attach(device_t parent, device_t self, void *opaque) in viapcib_attach() argument
157 struct pci_attach_args *pa = opaque; in viapcib_attach()
198 pcibattach(parent, self, opaque); in viapcib_attach()
272 viapcib_exec(void *opaque, i2c_op_t op, i2c_addr_t addr, const void *vcmd, in viapcib_exec() argument
280 opaque, op, addr, vcmd, cmdlen, vbuf, buflen, flags)); in viapcib_exec()
282 sc = (struct viapcib_softc *)opaque; in viapcib_exec()
352 viapcib_smbus_quick_write(void *opaque, i2c_addr_t slave) in viapcib_smbus_quick_write() argument
356 sc = (struct viapcib_softc *)opaque; in viapcib_smbus_quick_write()
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dzutil.c222 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
224 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc()
246 void zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
264 ptr = opaque; /* just to make some compilers happy */ in zcfree()
281 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
283 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc()
287 void zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
289 if (opaque) opaque = 0; /* to make compiler happy */ in zcfree()
306 voidpf zcalloc (opaque, items, size) in zcalloc() argument
307 voidpf opaque; in zcalloc()
[all …]
/netbsd-src/sys/dev/usb/
H A Dauvitek_video.c165 auvitek_open(void *opaque, int flags) in auvitek_open() argument
167 struct auvitek_softc *sc = opaque; in auvitek_open()
181 auvitek_close(void *opaque) in auvitek_close() argument
186 auvitek_get_devname(void *opaque) in auvitek_get_devname() argument
188 struct auvitek_softc *sc = opaque; in auvitek_get_devname()
194 auvitek_get_businfo(void *opaque) in auvitek_get_businfo() argument
196 struct auvitek_softc *sc = opaque; in auvitek_get_businfo()
202 auvitek_enum_format(void *opaque, uint32_t index, struct video_format *format) in auvitek_enum_format() argument
213 auvitek_get_format(void *opaque, struct video_format *format) in auvitek_get_format() argument
233 auvitek_set_format(void *opaque, struct video_format *format) in auvitek_set_format() argument
[all …]
H A Dpseye.c167 pseye_match(device_t parent, cfdata_t match, void *opaque) in pseye_match() argument
169 struct usbif_attach_arg *uiaa = opaque; in pseye_match()
187 pseye_attach(device_t parent, device_t self, void *opaque) in pseye_attach() argument
190 struct usbif_attach_arg *uiaa = opaque; in pseye_attach()
707 pseye_transfer_thread(void *opaque) in pseye_transfer_thread() argument
709 struct pseye_softc *sc = opaque; in pseye_transfer_thread()
729 pseye_open(void *opaque, int flags) in pseye_open() argument
731 struct pseye_softc *sc = opaque; in pseye_open()
742 pseye_close(void *opaque) in pseye_close() argument
744 struct pseye_softc *sc = opaque; in pseye_close()
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dzutil.c217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
222 (void)opaque; in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
247 (void)opaque; in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
282 (void)opaque; in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
288 (void)opaque; in zcfree()
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
306 voidpf opaque; in zcalloc()
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dzutil.c217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
222 (void)opaque; in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
247 (void)opaque; in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
282 (void)opaque; in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
288 (void)opaque; in zcfree()
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
306 voidpf opaque; in zcalloc()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dzutil.c217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
222 (void)opaque; in zcalloc()
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
247 (void)opaque; in zcfree()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
282 (void)opaque; in zcalloc()
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
288 (void)opaque; in zcfree()
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
306 voidpf opaque; in zcalloc()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Diowin32.c36 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
37 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
38 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong si…
39 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream));
40 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int or…
41 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
42 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
96 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() argument
125 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() argument
149 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-compress.cc48 void *opaque; member
64 lto_zalloc (void *opaque, unsigned items, unsigned size) in lto_zalloc() argument
66 gcc_assert (opaque == Z_NULL); in lto_zalloc()
73 lto_zfree (void *opaque, void *address) in lto_zfree() argument
75 gcc_assert (opaque == Z_NULL); in lto_zfree()
174 stream->callback (outbuf, dsize, stream->opaque); in lto_uncompression_zstd()
188 void *opaque, bool is_compression) in lto_new_compression_stream() argument
195 stream->opaque = opaque; in lto_new_compression_stream()
228 void *opaque) in lto_start_compression() argument
230 return lto_new_compression_stream (callback, opaque, true); in lto_start_compression()
[all …]
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dctl_clnt.c172 ctx->coID.opaque = NULL; in ctl_client()
173 ctx->tiID.opaque = NULL; in ctl_client()
174 ctx->rdID.opaque = NULL; in ctl_client()
175 ctx->wrID.opaque = NULL; in ctl_client()
303 if (ctx->wrID.opaque != NULL) in start_write()
307 if (ctx->tiID.opaque != NULL) in start_write()
315 if (ctx->tiID.opaque != NULL) in start_write()
350 REQUIRE(ctx->wrID.opaque == NULL); in destroy()
356 if (ctx->coID.opaque != NULL) { in destroy()
358 ctx->coID.opaque = NULL; in destroy()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-compress.c48 void *opaque; member
64 lto_zalloc (void *opaque, unsigned items, unsigned size) in lto_zalloc() argument
66 gcc_assert (opaque == Z_NULL); in lto_zalloc()
73 lto_zfree (void *opaque, void *address) in lto_zfree() argument
75 gcc_assert (opaque == Z_NULL); in lto_zfree()
174 stream->callback (outbuf, dsize, stream->opaque); in lto_uncompression_zstd()
188 void *opaque, bool is_compression) in lto_new_compression_stream() argument
195 stream->opaque = opaque; in lto_new_compression_stream()
228 void *opaque) in lto_start_compression() argument
230 return lto_new_compression_stream (callback, opaque, true); in lto_start_compression()
[all …]
/netbsd-src/sys/coda/
H A Dcoda.h244 u_int32_t opaque[4]; member
251 return (fid->opaque[1] + (fid->opaque[2]<<10) + (fid->opaque[3]<<20)); in coda_f2i()
257 snprintf (fid_str, 35, "[%x.%x.%x.%x]", fid->opaque[0], in coda_f2s()
258 fid->opaque[1], fid->opaque[2], fid->opaque[3]); in coda_f2s()
264 return (fid1->opaque[0] == fid2->opaque[0] && in coda_fid_eq()
265 fid1->opaque[1] == fid2->opaque[1] && in coda_fid_eq()
266 fid1->opaque[2] == fid2->opaque[2] && in coda_fid_eq()
267 fid1->opaque[3] == fid2->opaque[3]); in coda_fid_eq()
833 #define IS_CTL_FID(fidp) ((fidp)->opaque[0] == -1 &&\
834 (fidp)->opaque[1] == -1 &&\
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-digest.in171 opaque=`grep opaque= sdigest-reply | cut -f2- -d=`
177 --opaque="$opaque" \
193 --opaque="$opaque" \
214 --opaque="$opaque" \
237 opaque=`grep opaque= sdigest-reply | cut -f2- -d=`
245 --opaque="$opaque" \
258 --opaque="$opaque" \
/netbsd-src/sys/arch/hpc/stand/libz/
H A Dzalloc.c35 zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
39 opaque = malloc(total); in zcalloc()
40 if (opaque != NULL) in zcalloc()
41 memset(opaque, 0, total); in zcalloc()
42 return opaque; in zcalloc()
46 zcfree(voidpf opaque, voidpf ptr) in zcfree() argument
/netbsd-src/sys/lib/libz/
H A Dzalloc.c42 zcalloc(voidpf opaque, unsigned int items, unsigned int size) in zcalloc() argument
47 opaque = alloc(totalsize); in zcalloc()
48 if (opaque != NULL) in zcalloc()
49 memset(opaque, 0, totalsize); in zcalloc()
50 return opaque; in zcalloc()
54 zcfree(voidpf opaque, voidpf ptr) in zcfree() argument

12345678910>>...30