Searched refs:XMALLOC (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_init_size.c29 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);
H A Dbn_mp_init.c26 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
H A Dbn_mp_fwrite.c29 buf = OPT_CAST(char) XMALLOC (len);
H A Dbn_mp_prime_random_ex.c55 tmp = OPT_CAST(unsigned char) XMALLOC(bsize);
H A Dtommath.h112 #ifndef XMALLOC
113 #define XMALLOC malloc macro
119 extern void *XMALLOC(size_t n);
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dxalloc.h61 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
67 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1)
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dxalloc.h66 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
72 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1)
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dxalloc.h82 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
/netbsd-current/external/bsd/am-utils/dist/
H A Dltmain.sh4269 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4365 newargz = XMALLOC (char *, argc + 1);
4460 XMALLOC (char, (strlen (actual_cwrapper_path) +
4692 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4700 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4717 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4867 char *str = XMALLOC (char, len);
4885 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4982 new_argv = XMALLOC (char *, argc + 1);
5018 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6245 char *str = XMALLOC (char, len);
6263 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6360 new_argv = XMALLOC (char *, argc + 1);
6396 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/lgpl3/gmp/dist/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6245 char *str = XMALLOC (char, len);
6263 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6360 new_argv = XMALLOC (char *, argc + 1);
6396 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/lgpl3/mpc/dist/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6245 char *str = XMALLOC (char, len);
6263 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6360 new_argv = XMALLOC (char *, argc + 1);
6396 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/build-aux/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6245 char *str = XMALLOC (char, len);
6263 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6360 new_argv = XMALLOC (char *, argc + 1);
6396 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/bsd/unbound/dist/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6245 char *str = XMALLOC (char, len);
6263 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6360 new_argv = XMALLOC (char *, argc + 1);
6396 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/mit/expat/dist/conftools/
H A Dltmain.sh5690 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5791 newargz = XMALLOC (char *, (size_t) argc + 1);
5886 XMALLOC (char, (strlen (actual_cwrapper_path) +
6118 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6126 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6143 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6293 char *str = XMALLOC (char, len);
6311 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6408 new_argv = XMALLOC (char *, argc + 1);
6444 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/build-aux/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6245 char *str = XMALLOC (char, len);
6263 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6360 new_argv = XMALLOC (char *, argc + 1);
6396 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/
H A Dltmain.sh4269 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4365 newargz = XMALLOC (char *, argc + 1);
4460 XMALLOC (char, (strlen (actual_cwrapper_path) +
4692 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4700 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4717 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4867 char *str = XMALLOC (char, len);
4885 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4982 new_argv = XMALLOC (char *, argc + 1);
5018 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6245 char *str = XMALLOC (char, len);
6263 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6360 new_argv = XMALLOC (char *, argc + 1);
6396 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/bsd/openldap/dist/build/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6245 char *str = XMALLOC (char, len);
6263 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6360 new_argv = XMALLOC (char *, argc + 1);
6396 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/bsd/file/dist/
H A Dltmain.sh5645 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5746 newargz = XMALLOC (char *, (size_t) argc + 1);
5841 XMALLOC (char, (strlen (actual_cwrapper_path) +
6073 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6081 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6098 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6248 char *str = XMALLOC (char, len);
6266 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6363 new_argv = XMALLOC (char *, argc + 1);
6399 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_wolfssl.c653 dh = XMALLOC(sizeof(DhKey), NULL, DYNAMIC_TYPE_TMP_BUFFER);
705 dh = XMALLOC(sizeof(DhKey), NULL, DYNAMIC_TYPE_TMP_BUFFER);
710 secret = XMALLOC(RFC3526_LEN, NULL, DYNAMIC_TYPE_TMP_BUFFER);
/netbsd-current/external/gpl3/gdb/dist/
H A Dltmain.sh3460 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3586 newargz = XMALLOC (char *, argc + 1);
3622 XMALLOC (char, (strlen (actual_cwrapper_path) +
3867 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3875 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3891 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4012 char *str = XMALLOC (char, len);
4030 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4127 new_argv = XMALLOC (char *, argc + 1);
4163 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dltmain.sh3460 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3586 newargz = XMALLOC (char *, argc + 1);
3622 XMALLOC (char, (strlen (actual_cwrapper_path) +
3867 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3875 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3891 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4012 char *str = XMALLOC (char, len);
4030 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4127 new_argv = XMALLOC (char *, argc + 1);
4163 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dltmain.sh3460 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3586 newargz = XMALLOC (char *, argc + 1);
3622 XMALLOC (char, (strlen (actual_cwrapper_path) +
3867 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3875 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3891 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4012 char *str = XMALLOC (char, len);
4030 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4127 new_argv = XMALLOC (char *, argc + 1);
4163 quoted_string = XMALLOC (cha
[all...]
/netbsd-current/external/gpl3/binutils/dist/
H A Dltmain.sh3460 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3586 newargz = XMALLOC (char *, argc + 1);
3622 XMALLOC (char, (strlen (actual_cwrapper_path) +
3867 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3875 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3891 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4012 char *str = XMALLOC (char, len);
4030 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4127 new_argv = XMALLOC (char *, argc + 1);
4163 quoted_string = XMALLOC (cha
[all...]

Completed in 479 milliseconds

12