Home
last modified time | relevance | path

Searched refs:FREE (Results 1 – 25 of 126) sorted by relevance

123456

/openbsd/sys/lib/libsa/
H A Dloadfile_elf.c90 FREE(phdr, sz); in ELFNAME()
95 FREE(phdr, sz); in ELFNAME()
124 FREE(phdr, sz); in ELFNAME()
144 FREE(phdr, sz); in ELFNAME()
150 FREE(phdr, sz); in ELFNAME()
180 FREE(phdr, sz); in ELFNAME()
199 FREE(shp, sz); in ELFNAME()
211 FREE(shp, sz); in ELFNAME()
217 FREE(shp, sz); in ELFNAME()
244 FREE(shp, sz); in ELFNAME()
[all …]
/openbsd/gnu/lib/libreadline/
H A Dhistfile.c200 FREE (input);
202 FREE (buffer);
243 FREE (input);
245 FREE (buffer);
361 FREE (buffer);
392 FREE (output);
424 FREE (output);
433 FREE (output);
458 FREE (output);
H A Dcomplete.c811 FREE (temp);
1041 FREE (matches);
1054 FREE (t);
1650 FREE (username);
1717 FREE (dirname);
1718 FREE (filename);
1719 FREE (users_dirname);
1924 FREE (orig_text);
1963 FREE (matches);
1965 FREE (orig_text);
[all …]
H A Dhistlib.h72 #ifndef FREE
73 # define FREE(x) if (x) free (x) macro
H A Drldefs.h158 #if !defined (FREE)
159 # define FREE(x) if (x) free (x) macro
H A Dmacro.c136 FREE (rl_executing_macro); in _rl_pop_executing_macro()
180 FREE (rl_executing_macro); in _rl_kill_kbd_macro()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djcf.h59 #ifndef FREE
60 #define FREE(PTR) free(PTR) macro
177 if ((CPOOL)->tags) FREE ((CPOOL)->tags); \
178 if ((CPOOL)->data) FREE ((CPOOL)->data); }
182 if ((JCF)->buffer) FREE ((JCF)->buffer); \
183 if ((JCF)->filename) FREE ((char *) (JCF)->filename); \
184 if ((JCF)->classname) FREE ((char *) (JCF)->classname); \
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20031031-2.c5 INITIAL = 0, FREE, enumerator
19 case FREE: in put_web()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_params.c319 #define FREE(T, x, ...) _param_free(&params->x); in i915_params_free() macro
320 I915_PARAMS_FOR_EACH(FREE); in i915_params_free()
321 #undef FREE in i915_params_free()
/openbsd/sys/arch/sparc64/include/
H A Dloadfile_machdep.h54 #define FREE(a, b) free(a, b) macro
64 #define FREE(a, b) free(a) macro
/openbsd/sys/arch/hppa/include/
H A Dloadfile_machdep.h57 #define FREE(a, b) free(a, b) macro
73 #define FREE(a, b) free(a) macro
/openbsd/gnu/lib/libreadline/examples/
H A Drlfe.c826 #define FREE(x) if (x) free(x) macro
962 FREE (dirname);
963 FREE (filename);
964 FREE (ud);
1026 FREE (dirname);
1027 FREE (filename);
1028 FREE (ud);
/openbsd/games/monop/
H A Dcards.inp2 >> GET OUT OF JAIL FREE <<
61 >> GET OUT OF JAIL FREE <<
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dhfs.c662 FREE(hce->hfs_ce); in hfs_format()
667 FREE(hce->hfs_map); in hfs_format()
907 FREE(vol.ext.map); in hfs_format()
908 FREE(vol.cat.map); in hfs_format()
1026 FREE(dir); in hfs_opendir()
1032 FREE(dir); in hfs_opendir()
1045 FREE(dir); in hfs_opendir()
1177 FREE(dir); in hfs_closedir()
1204 FREE(file); in hfs_open()
1210 FREE(file); in hfs_open()
[all …]
H A Dlvolume.c423 FREE(vol->vbm); in v_destruct()
425 FREE(vol->ext.map); in v_destruct()
426 FREE(vol->cat.map); in v_destruct()
428 FREE(vol); in v_destruct()
/openbsd/sys/arch/loongson/include/
H A Dloadfile_machdep.h49 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/octeon/include/
H A Dloadfile_machdep.h49 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/luna88k/include/
H A Dloadfile_machdep.h47 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/macppc/include/
H A Dloadfile_machdep.h49 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/landisk/include/
H A Dloadfile_machdep.h49 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/alpha/include/
H A Dloadfile_machdep.h48 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/i386/include/
H A Dloadfile_machdep.h53 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/armv7/include/
H A Dloadfile_machdep.h51 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/arm64/include/
H A Dloadfile_machdep.h51 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/riscv64/include/
H A Dloadfile_machdep.h51 #define FREE(a, b) free(a, b) macro

123456