| /src/share/examples/refuse/fanoutfs/ |
| defs.h | 65 #define FREE(ptr) (void) free(ptr)
|
| /src/share/examples/refuse/id3fs/ |
| defs.h | 65 #define FREE(ptr) (void) free(ptr)
|
| /src/share/examples/refuse/virtdir/ |
| defs.h | 65 #define FREE(ptr) (void) free(ptr)
|
| /src/usr.sbin/user/ |
| defs.h | 49 #define FREE(ptr) (void) free(ptr)
|
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| defs.h | 71 #define FREE(ptr) (void) free(ptr)
|
| /src/crypto/external/bsd/netpgp/dist/src/libmj/ |
| defs.h | 74 #define FREE(ptr) free(ptr)
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| defs.h | 71 #define FREE(ptr) (void) free(ptr)
|
| /src/external/bsd/iscsi/dist/include/ |
| defs.h | 67 #define FREE(ptr) (void) free(ptr)
|
| /src/sys/arch/sparc/include/ |
| loadfile_machdep.h | 62 #define FREE(a, b) free(a)
|
| /src/sys/arch/sparc64/include/ |
| loadfile_machdep.h | 68 #define FREE(a, b) free(a)
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_params.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 248 /* free the allocated members, *not* the passed in params itself */ 251 #define FREE(T, x, ...) free_param(#T, ¶ms->x); 252 I915_PARAMS_FOR_EACH(FREE); 253 #undef FREE
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| histlib.h | 3 /* Copyright (C) 1989-2009,2021-2022 Free Software Foundation, Inc. 8 History is free software: you can redistribute it and/or modify 10 the Free Software Foundation, either version 3 of the License, or 60 #ifndef FREE 61 # define FREE(x) if (x) free (x)
|
| rldefs.h | 5 /* Copyright (C) 1987-2021 Free Software Foundation, Inc. 10 Readline is free software: you can redistribute it and/or modify 12 the Free Software Foundation, either version 3 of the License, or 155 #if !defined (FREE) 156 # define FREE(x) if (x) free (x)
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| histlib.h | 3 /* Copyright (C) 1989-2009 Free Software Foundation, Inc. 8 History is free software: you can redistribute it and/or modify 10 the Free Software Foundation, either version 3 of the License, or 60 #ifndef FREE 61 # define FREE(x) if (x) free (x)
|
| rldefs.h | 5 /* Copyright (C) 1987-2011 Free Software Foundation, Inc. 10 Readline is free software: you can redistribute it and/or modify 12 the Free Software Foundation, either version 3 of the License, or 155 #if !defined (FREE) 156 # define FREE(x) if (x) free (x)
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| fromwire.c | 187 free(rv); 637 free(rr->data.key.key); 642 free(rr->data.sig.signature); 665 free(rr->data.txt.data); 673 free(rr->data.unparsed.data); 684 #define FREE(count, sets) \ 696 free(message->sets); \ 698 FREE(qdcount, questions); 699 FREE(ancount, answers); 700 FREE(nscount, authority) [all...] |
| /src/external/bsd/openpam/dist/lib/libpam/ |
| openpam_impl.h | 156 #define FREE(p) \ 158 free(p); \ 166 FREE((v)[(c)]); \ 167 FREE(v); \
|
| /src/lib/libc/rpc/ |
| svc_dg.c | 305 (void) free(xprt->xp_tp); 360 #define FREE(addr, type, size) \ 443 FREE(uc, struct cl_cache, 1); 451 FREE(uc->uc_entries, cache_ptr, size * SPARSENESS); 452 FREE(uc, struct cl_cache, 1); 523 FREE(victim, struct cache_node, 1); 540 free(uaddr); 608 free(uaddr);
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| node.h | 139 #define FREE 1
|
| /src/external/gpl3/gcc/dist/gcc/ |
| bb-reorder.cc | 2 Copyright (C) 2000-2024 Free Software Foundation, Inc. 6 GCC is free software; you can redistribute it and/or modify it 8 the Free Software Foundation; either version 3, or (at your option) 183 /* Free the memory and set the pointer to NULL. */ 184 #define FREE(P) (gcc_assert (P), free (P), P = 0) 1352 FREE (connected); 2378 FREE (traces); 2379 FREE (bbd);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| bb-reorder.cc | 2 Copyright (C) 2000-2022 Free Software Foundation, Inc. 6 GCC is free software; you can redistribute it and/or modify it 8 the Free Software Foundation; either version 3, or (at your option) 183 /* Free the memory and set the pointer to NULL. */ 184 #define FREE(P) (gcc_assert (P), free (P), P = 0) 1352 FREE (connected); 2377 FREE (traces); 2378 FREE (bbd);
|
| /src/lib/libc/isc/ |
| eventlib_p.h | 51 #define OKFREE(x, y) if ((x) < 0) { FREE((y)); EV_ERR(errno); } \ 63 #define FREE(p) memput((p), sizeof *(p)) 169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; 176 struct { struct evEvent_p *next; } free; member in union:evEvent_p::__anon367
|
| /src/external/bsd/byacc/dist/ |
| defs.h | 186 #define FREE(x) (free((char*)(x))) 195 #define DO_FREE(x) if (x) { FREE(x); x = NULL; }
|
| /src/external/bsd/libbind/dist/isc/ |
| eventlib_p.h | 51 #define OKFREE(x, y) if ((x) < 0) { FREE((y)); EV_ERR(errno); } \ 63 #define FREE(p) memput((p), sizeof *(p)) 169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; 176 struct { struct evEvent_p *next; } free; member in union:evEvent_p::__anon7181
|
| /src/external/bsd/ntp/dist/include/ |
| parse.h | 69 #define FREE(_X_, _Y_) kmem_free((caddr_t)_X_, _Y_) 73 #define FREE(_X_, _Y_) kmem_free((caddr_t)_X_, _Y_) 77 #define FREE(_X_, _Y_) free(_X_)
|