Home
last modified time | relevance | path

Searched refs:__malloc__ (Results 1 – 18 of 18) sorted by relevance

/dflybsd-src/contrib/cvs-1.12/src/
H A Dsubr.h79 __attribute__ ((__malloc__));
82 __attribute__ ((__malloc__, __format__ (__printf__, 1, 2)));
84 __attribute__ ((__malloc__, __format__ (__printf__, 3, 4)));
H A Droot.h60 __attribute__ ((__malloc__));
62 __attribute__ ((__malloc__));
H A Dcvs.h34 # define __malloc__ /* empty */ macro
906 __attribute__ ((__malloc__));
H A Droot.c373 __attribute__( (__malloc__) );
/dflybsd-src/contrib/xz/src/xz/
H A Dutil.h23 lzma_attribute((__malloc__)) lzma_attr_alloc_size(2);
27 extern char *xstrdup(const char *src) lzma_attribute((__malloc__));
/dflybsd-src/contrib/xz/src/liblzma/common/
H A Dcommon.h230 lzma_attribute((__malloc__)) lzma_attr_alloc_size(1);
235 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
H A Dcommon.c38 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
56 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
/dflybsd-src/contrib/expat/lib/
H A Dexpat_external.h113 # define XML_ATTR_MALLOC __attribute__((__malloc__))
/dflybsd-src/contrib/binutils-2.27/include/
H A Dansidecl.h119 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
/dflybsd-src/contrib/gcc-8.0/include/
H A Dansidecl.h119 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
/dflybsd-src/contrib/binutils-2.34/include/
H A Dansidecl.h119 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
/dflybsd-src/contrib/gcc-8.0/libbacktrace/
H A Dinternal.h53 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
/dflybsd-src/contrib/gdb-7/include/
H A Dansidecl.h258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
/dflybsd-src/contrib/gcc-4.7/include/
H A Dansidecl.h258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
/dflybsd-src/gnu/usr.bin/grep/libgreputils/
H A Dconfig.h1991 # define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
/dflybsd-src/contrib/grep/lib/
H A Dcdefs.h208 # define __attribute_malloc__ __attribute__ ((__malloc__))
/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-impl.h60 #define _libctf_malloc_ __attribute__((__malloc__))
/dflybsd-src/sys/sys/
H A Dcdefs.h203 #define __malloclike __attribute__((__malloc__))