Home
last modified time | relevance | path

Searched refs:eMalloc (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/geany/geany-1.38/ctags/main/
H A Droutines.h23 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
49 extern void *eMalloc (const size_t size);
H A Dportable-scandir.c159 if (array = (struct dirent **)eMalloc(allocated * sizeof(struct dirent *)), array == NULL) in scandir()
192 if (copy = (struct dirent *)eMalloc(sizeof(struct dirent) + extra), copy == NULL) { in scandir()
H A Dportable-dirent_p.h350 dirp = (_WDIR*) eMalloc (sizeof (struct _WDIR)); in _wopendir()
371 dirp->patt = (wchar_t*) eMalloc (sizeof (wchar_t) * n + 16); in _wopendir()
641 dirp = (DIR*) eMalloc (sizeof (struct DIR)); in opendir()
H A Dmio.c47 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
50 static void *eMalloc (const size_t size) in eMalloc() function
67 buffer = eMalloc (size); in eRealloc()
H A Dtrashbox.c244 void *eMalloc (const size_t size) { return malloc(size); } in eMalloc() function
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Droutines.h23 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
50 extern void *eMalloc (const size_t size);
H A Dportable-scandir.c159 if (array = (struct dirent **)eMalloc(allocated * sizeof(struct dirent *)), array == NULL) in scandir()
192 if (copy = (struct dirent *)eMalloc(sizeof(struct dirent) + extra), copy == NULL) { in scandir()
H A Dportable-dirent_p.h350 dirp = (_WDIR*) eMalloc (sizeof (struct _WDIR)); in _wopendir()
371 dirp->patt = (wchar_t*) eMalloc (sizeof (wchar_t) * n + 16); in _wopendir()
641 dirp = (DIR*) eMalloc (sizeof (struct DIR)); in opendir()
H A Dtrashbox.c244 void *eMalloc (const size_t size) { return malloc(size); } in eMalloc() function
H A Dmio.c52 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
55 static void *eMalloc (const size_t size) in eMalloc() function
72 buffer = eMalloc (size); in eRealloc()
H A Droutines.c218 extern void *eMalloc (const size_t size) in eMalloc() function
242 buffer = eMalloc (size); in eRealloc()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Droutines.h22 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
95 extern void *eMalloc (const size_t size);
H A Droutines.c236 extern void *eMalloc (const size_t size) in eMalloc() function
260 buffer = eMalloc (size); in eRealloc()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Droutines.h22 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
95 extern void *eMalloc (const size_t size);
H A Droutines.c236 extern void *eMalloc (const size_t size) in eMalloc() function
260 buffer = eMalloc (size); in eRealloc()
/dports/devel/ctags/ctags-5.8/
H A Droutines.h22 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
95 extern void *eMalloc (const size_t size);
/dports/japanese/ctags/ctags-5.8j2/
H A Droutines.h22 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
95 extern void *eMalloc (const size_t size);
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Droutines.h24 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
104 extern void *eMalloc (const size_t size);
H A Dmio.c47 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
51 static void *eMalloc (const size_t size) in eMalloc() function
81 buffer = eMalloc (size); in eRealloc()
H A Dtrashbox.c244 void *eMalloc (const size_t size) { return malloc(size); } in eMalloc() function
H A Droutines.c210 extern void *eMalloc (const size_t size) in eMalloc() function
234 buffer = eMalloc (size); in eRealloc()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dcpreprocessor.c448 Cpp.ungetBuffer = (int *)eMalloc(8 * sizeof(int)); in cppUngetc()
467 int * tmp = (int *)eMalloc(Cpp.ungetBufferSize * sizeof(int)); in cppUngetc()
499 Cpp.ungetBuffer = (int *)eMalloc(Cpp.ungetBufferSize * sizeof(int)); in cppUngetString()
516 int * tmp = (int *)eMalloc(Cpp.ungetBufferSize * sizeof(int)); in cppUngetString()
1961 cppMacroInfo * info = (cppMacroInfo *)eMalloc(sizeof(cppMacroInfo)); in saveIgnoreToken()
1967 (cppMacroReplacementPartInfo *)eMalloc(sizeof(cppMacroReplacementPartInfo)); in saveIgnoreToken()
2030 cppMacroInfo * info = (cppMacroInfo *)eMalloc(sizeof(cppMacroInfo)); in saveMacro()
2117 (cppMacroReplacementPartInfo *)eMalloc(sizeof(cppMacroReplacementPartInfo)); \ in saveMacro()
2182 (cppMacroReplacementPartInfo *)eMalloc(sizeof(cppMacroReplacementPartInfo)); in saveMacro()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/peg/
H A Dpeg_common.h16 #define PCC_MALLCO(auxil,size) eMalloc(size)
/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_perl.c78 char *const id = (char*) eMalloc (len + 1); in isPodWord()
/dports/devel/geany-legacy/geany-1.37.1/ctags/parsers/
H A Dperl.c77 char *const id = (char*) eMalloc (len + 1); in isPodWord()

123