Home
last modified time | relevance | path

Searched refs:cfree (Results 1 – 25 of 881) sorted by relevance

12345678910>>...36

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Dcfree.texi1 @node cfree
2 @subsection @code{cfree}
3 @findex cfree
5 …umentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/cfree.3.html,,man cfree}
/dports/games/openomf/openomf-c36c421/src/utils/
H A Dhashmap.c85 alloc.cfree = free; in hashmap_create()
210 hm->alloc.cfree(tmp->pair.key); in hashmap_clear()
211 hm->alloc.cfree(tmp->pair.val); in hashmap_clear()
212 hm->alloc.cfree(tmp); in hashmap_clear()
228 hm->alloc.cfree(hm->buckets); in hashmap_free()
376 hm->alloc.cfree(node->pair.key); in hashmap_del()
377 hm->alloc.cfree(node->pair.val); in hashmap_del()
378 hm->alloc.cfree(node); in hashmap_del()
501 hm->alloc.cfree(node->pair.key); in hashmap_delete()
502 hm->alloc.cfree(node->pair.val); in hashmap_delete()
[all …]
H A Dlist.c11 list->alloc.cfree = free; in list_create()
27 list->alloc.cfree(now->data); in list_free()
28 list->alloc.cfree(now); in list_free()
72 list->alloc.cfree(node->data); in list_delete()
73 list->alloc.cfree(node); in list_delete()
/dports/emulators/yaze-ag/yaze-ag-2.51.0/disksort/
H A Ddisksort.c155 cfree(buffer); in sort_daten()
156 cfree(ex_buf); in sort_daten()
198 cfree( baum_array );
207 cfree(array);
208 cfree(directory); /* dirbuffer freigeben */
212 cfree(translate); /* macht auch cfree(back) ; s.o. */
/dports/emulators/yaze-ag/yaze-ag-2.51.0/disksort/original/
H A Ddisksort.c154 cfree(buffer); in sort_daten()
155 cfree(ex_buf); in sort_daten()
192 cfree( baum_array );
200 cfree(array);
201 cfree(directory); /* dirbuffer freigeben */
204 cfree(translate); /* macht auch cfree(back) ; s.o. */
/dports/devel/gnulib/gnulib-20140202-stable/doc/glibc-functions/
H A Dcfree.texi1 @node cfree
2 @subsection @code{cfree}
3 @findex cfree
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D1dNLfit.c159 char cfree[26] , cfix[26] ; in main() local
174 cfree[jj] = cfix[jj] = '\0' ; in main()
258 if( cpar == cfree[jj] ) in main()
271 else { cfree[nfree] = cpar; jfree[nfree++] = jpar; } in main()
313 if( cind == cfree[jj] ) in main()
320 if( ! PARSER_has_symbol(cfree+jj,pcode) ) in main()
321 ERROR_exit("-expr does not contain the variable parameter '%c'",cfree[jj]) ; in main()
368 printf("# %c =",cfree[jj]) ; in main()
/dports/devel/heaptrack/heaptrack-1.3.0/src/track/
H A Dheaptrack_preload.cpp71 HOOK(cfree);
144 hooks::cfree.init(); in init()
236 void cfree(void* ptr) LIBC_FUN_ATTRS in cfree() function
238 if (!hooks::cfree) { in cfree()
249 hooks::cfree(ptr); in cfree()
/dports/devel/ga/ga-5.8/pario/elio/
H A Dstat.c62 int sectors, cfree, ctotal; in get_avail_space() local
65 GetDiskFreeSpace(drive, &sectors, bsize, &cfree, &ctotal); in get_avail_space()
66 *avail = sectors*(avail_t)cfree; in get_avail_space()
/dports/textproc/pdftohtml/pdftohtml-0.40a/goo/
H A Dvms_directory.c211 cfree ((void *) dirp->dd_fd);
212 cfree (dirp->dd_buf);
213 cfree (dirp);
/dports/astro/gnuastro/gnuastro-0.16/lib/gnuastro/
H A Dfits.h91 int cfree; /* ==1, free comment. */ member
210 char *comment, int cfree, char *unit, int ufree);
215 char *comment, int cfree, char *unit, int ufree);
/dports/net/mpich2/mpich2-1.5/test/mpi/errors/comm/
H A DMakefile.in61 noinst_PROGRAMS = cfree$(EXEEXT) ccreate1$(EXEEXT) manysplit$(EXEEXT) \
85 cfree_SOURCES = cfree.c
86 cfree_OBJECTS = cfree.$(OBJEXT)
125 SOURCES = ccreate1.c cfree.c manysplit.c userdup.c
126 DIST_SOURCES = ccreate1.c cfree.c manysplit.c userdup.c
350 cfree$(EXEEXT): $(cfree_OBJECTS) $(cfree_DEPENDENCIES) $(EXTRA_cfree_DEPENDENCIES)
351 @rm -f cfree$(EXEEXT)
367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfree.Po@am__quote@
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dmemh.pas67 procedure cfree(var p; size: longint); procedure
202 procedure cfree(var p; size: longint); procedure
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/vmalloc/
H A Dmalloc.c592 #undef cfree
608 #undef cfree
616 #define cfree _ast_cfree macro
816 extern void cfree(Void_t* data) in cfree() function
1078 #undef cfree
1079 #define cfree ______cfree macro
1182 #undef cfree
1183 extern void cfree _ARG_((Void_t*));
1237 #define cfree ______cfree macro
/dports/games/moria/umoria/util/mc/
H A Dsymtab.c28 extern void cfree();
215 cfree((char *) st_P->tab_A);
216 cfree((char *) st_P);
414 cfree((char *) entry_P);
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/include/
H A Dmalloc.h872 #pragma weak cfree = __libc_free macro
918 void cfree(Void_t*);
932 void cfree();
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/include/
H A Dmalloc.h872 #pragma weak cfree = __libc_free macro
918 void cfree(Void_t*);
932 void cfree();
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/include/
H A Dmalloc.h872 #pragma weak cfree = __libc_free macro
918 void cfree(Void_t*);
932 void cfree();
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/include/
H A Dmalloc.h872 #pragma weak cfree = __libc_free macro
918 void cfree(Void_t*);
932 void cfree();
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/include/
H A Dmalloc.h872 #pragma weak cfree = __libc_free macro
918 void cfree(Void_t*);
932 void cfree();
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/include/
H A Dmalloc.h872 #pragma weak cfree = __libc_free macro
918 void cfree(Void_t*);
932 void cfree();
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/include/
H A Dmalloc.h872 #pragma weak cfree = __libc_free macro
918 void cfree(Void_t*);
932 void cfree();
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/xstormy16/
H A DMakefile.am16 lib_a_LIBADD = malloc.o free.o realloc.o calloc.o cfree.o malign.o \
34 cfree.o: tiny-malloc.c
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/xstormy16/
H A DMakefile.am16 lib_a_LIBADD = malloc.o free.o realloc.o calloc.o cfree.o malign.o \
34 cfree.o: tiny-malloc.c
/dports/shells/ksh93/ast-93u/src/lib/libast/vmalloc/
H A Dmalloc.c150 #undef cfree
165 #undef cfree
172 #define cfree _ast_cfree macro
617 extern void cfree(reg Void_t* data) in cfree() function
619 extern void cfree(data) in cfree()
903 #undef cfree
904 #define cfree ______cfree macro
1004 #undef cfree
1005 extern void cfree _ARG_((Void_t*));
1064 #define cfree ______cfree macro

12345678910>>...36