Searched refs:xmalloc (Results 151 - 169 of 169) sorted by relevance

1234567

/external/openssh/
H A Dchannels.c66 #include "xmalloc.h"
696 cc = xmalloc(sizeof(*cc));
3597 x11_saved_data = xmalloc(data_len);
3598 x11_fake_data = xmalloc(data_len);
H A Dsshd.c86 #include "xmalloc.h"
2255 u_char *buf = xmalloc(bytes);
H A Dmonitor.c63 #include "xmalloc.h"
700 session_id2 = xmalloc(session_id2_len);
/external/libmtp/
H A Dltmain.sh3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3266 void *xmalloc (size_t num);
3585 xmalloc (size_t num)
3597 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/external/libpng/
H A Dltmain.sh3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3266 void *xmalloc (size_t num);
3585 xmalloc (size_t num)
3597 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/external/libusb/
H A Dltmain.sh3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3266 void *xmalloc (size_t num);
3585 xmalloc (size_t num)
3597 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/external/libusb-compat/
H A Dltmain.sh3251 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3273 void *xmalloc (size_t num);
3592 xmalloc (size_t num)
3604 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/external/openfst/
H A Dltmain.sh3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3266 void *xmalloc (size_t num);
3585 xmalloc (size_t num)
3597 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/external/protobuf/gtest/build-aux/
H A Dltmain.sh3029 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3051 void *xmalloc (size_t num);
3238 xmalloc (size_t num)
3250 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/external/protobuf/
H A Dltmain.sh3029 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3051 void *xmalloc (size_t num);
3238 xmalloc (size_t num)
3250 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/external/elfutils/src/
H A Dstrip.c906 debugdata->d_buf = memcpy (xmalloc (debugdata->d_size),
H A Delflint.c1211 struct loaded_segment *newp = xmalloc (sizeof (*newp));
2637 nlp = xmalloc (sizeof (*nlp));
H A Dreadelf.c381 struct section_argument *a = xmalloc (sizeof *a);
4404 Dwarf_Die *dies = (Dwarf_Die *) xmalloc (maxdies * sizeof (Dwarf_Die));
/external/chromium/sdch/open-vcdiff/
H A Dltmain.sh5033 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5048 void * xmalloc (size_t num);
5110 xmalloc (size_t num)
5122 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL
/external/chromium/third_party/libevent/
H A Dltmain.sh5025 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5040 void * xmalloc (size_t num);
5102 xmalloc (size_t num)
5114 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL
/external/expat/conftools/
H A Dltmain.sh4950 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4965 void * xmalloc (size_t num);
5027 xmalloc (size_t num)
5039 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL
/external/libffi/
H A Dltmain.sh4999 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5014 void * xmalloc (size_t num);
5076 xmalloc (size_t num)
5088 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL
/external/llvm/autoconf/
H A Dltmain.sh4950 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4965 void * xmalloc (size_t num);
5027 xmalloc (size_t num)
5039 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL
/external/llvm/projects/sample/autoconf/
H A Dltmain.sh4950 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4965 void * xmalloc (size_t num);
5027 xmalloc (size_t num)
5039 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL

Completed in 3795 milliseconds

1234567