/openbsd/sys/lib/libsa/ |
H A D | loadfile_elf.c | 90 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 D | histfile.c | 200 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 D | complete.c | 811 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 D | histlib.h | 72 #ifndef FREE 73 # define FREE(x) if (x) free (x) macro
|
H A D | rldefs.h | 158 #if !defined (FREE) 159 # define FREE(x) if (x) free (x) macro
|
H A D | macro.c | 136 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 D | jcf.h | 59 #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 D | 20031031-2.c | 5 INITIAL = 0, FREE, enumerator 19 case FREE: in put_web()
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_params.c | 319 #define FREE(T, x, ...) _param_free(¶ms->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 D | loadfile_machdep.h | 54 #define FREE(a, b) free(a, b) macro 64 #define FREE(a, b) free(a) macro
|
/openbsd/sys/arch/hppa/include/ |
H A D | loadfile_machdep.h | 57 #define FREE(a, b) free(a, b) macro 73 #define FREE(a, b) free(a) macro
|
/openbsd/gnu/lib/libreadline/examples/ |
H A D | rlfe.c | 826 #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 D | cards.inp | 2 >> GET OUT OF JAIL FREE << 61 >> GET OUT OF JAIL FREE <<
|
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
H A D | hfs.c | 662 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 D | lvolume.c | 423 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 D | loadfile_machdep.h | 49 #define FREE(a, b) free(a, b) macro
|
/openbsd/sys/arch/octeon/include/ |
H A D | loadfile_machdep.h | 49 #define FREE(a, b) free(a, b) macro
|
/openbsd/sys/arch/luna88k/include/ |
H A D | loadfile_machdep.h | 47 #define FREE(a, b) free(a, b) macro
|
/openbsd/sys/arch/macppc/include/ |
H A D | loadfile_machdep.h | 49 #define FREE(a, b) free(a, b) macro
|
/openbsd/sys/arch/landisk/include/ |
H A D | loadfile_machdep.h | 49 #define FREE(a, b) free(a, b) macro
|
/openbsd/sys/arch/alpha/include/ |
H A D | loadfile_machdep.h | 48 #define FREE(a, b) free(a, b) macro
|
/openbsd/sys/arch/i386/include/ |
H A D | loadfile_machdep.h | 53 #define FREE(a, b) free(a, b) macro
|
/openbsd/sys/arch/armv7/include/ |
H A D | loadfile_machdep.h | 51 #define FREE(a, b) free(a, b) macro
|
/openbsd/sys/arch/arm64/include/ |
H A D | loadfile_machdep.h | 51 #define FREE(a, b) free(a, b) macro
|
/openbsd/sys/arch/riscv64/include/ |
H A D | loadfile_machdep.h | 51 #define FREE(a, b) free(a, b) macro
|