HomeSort by: relevance | last modified time | path
    Searched refs:XMALLOC (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_init.c 26 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
bn_mp_init_size.c 29 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);
bn_mp_fwrite.c 29 buf = OPT_CAST(char) XMALLOC (len);
bn_mp_prime_random_ex.c 55 tmp = OPT_CAST(unsigned char) XMALLOC(bsize);
tommath.h 112 #ifndef XMALLOC
113 #define XMALLOC malloc
119 extern void *XMALLOC(size_t n);
  /src/external/gpl2/diffutils/dist/lib/
xalloc.h 56 void *xmalloc PARAMS ((size_t n));
61 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items)))
67 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1)
78 (memcpy (xmalloc (sizeof (*Src) * (Num)), (Src), sizeof (*Src) * (Num)))
  /src/external/gpl2/grep/dist/lib/
xalloc.h 61 void *xmalloc PARAMS ((size_t n));
66 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items)))
72 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1)
83 (memcpy (xmalloc (sizeof (*Src) * (Num)), (Src), sizeof (*Src) * (Num)))
  /src/external/gpl2/texinfo/dist/lib/
xalloc.h 50 void *xmalloc (size_t s);
80 # define NEW(type, var) type *var = xmalloc (sizeof (type))
82 # define XMALLOC(type, n) xnmalloc (n, sizeof (type))
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 4269 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4282 void *xmalloc (size_t num);
4365 newargz = XMALLOC (char *, argc + 1);
4460 XMALLOC (char, (strlen (actual_cwrapper_path) +
4551 xmalloc (size_t num)
4563 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/bsd/am-utils/dist/
ltmain.sh 4269 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4282 void *xmalloc (size_t num);
4365 newargz = XMALLOC (char *, argc + 1);
4460 XMALLOC (char, (strlen (actual_cwrapper_path) +
4551 xmalloc (size_t num)
4563 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/bsd/file/dist/
ltmain.sh 5645 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5658 void *xmalloc (size_t num);
5746 newargz = XMALLOC (char *, (size_t) argc + 1);
5841 XMALLOC (char, (strlen (actual_cwrapper_path) +
5932 xmalloc (size_t num)
5944 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/bsd/flex/dist/build-aux/
ltmain.sh 5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/build-aux/
ltmain.sh 5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
ltmain.sh 5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/bsd/openldap/dist/build/
ltmain.sh 5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/bsd/openldap/dist/contrib/ldapc++/
ltmain.sh 5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/lgpl3/gmp/dist/
ltmain.sh 5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/lgpl3/mpc/dist/
ltmain.sh 5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/gpl3/binutils/dist/
ltmain.sh 3460 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3482 void *xmalloc (size_t num);
3586 newargz = XMALLOC (char *, argc + 1);
3622 XMALLOC (char, (strlen (actual_cwrapper_path) +
3727 xmalloc (size_t num)
3739 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/gpl3/binutils.old/dist/
ltmain.sh 3460 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3482 void *xmalloc (size_t num);
3586 newargz = XMALLOC (char *, argc + 1);
3622 XMALLOC (char, (strlen (actual_cwrapper_path) +
3727 xmalloc (size_t num)
3739 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/gpl3/gcc/dist/
ltmain.sh 3460 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3482 void *xmalloc (size_t num);
3586 newargz = XMALLOC (char *, argc + 1);
3622 XMALLOC (char, (strlen (actual_cwrapper_path) +
3727 xmalloc (size_t num)
3739 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/gpl3/gcc.old/dist/
ltmain.sh 3460 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3482 void *xmalloc (size_t num);
3586 newargz = XMALLOC (char *, argc + 1);
3622 XMALLOC (char, (strlen (actual_cwrapper_path) +
3727 xmalloc (size_t num)
3739 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/gpl3/gdb/dist/
ltmain.sh 3460 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3482 void *xmalloc (size_t num);
3586 newargz = XMALLOC (char *, argc + 1);
3622 XMALLOC (char, (strlen (actual_cwrapper_path) +
3727 xmalloc (size_t num)
3739 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]
  /src/external/gpl3/gdb.old/dist/
ltmain.sh 3460 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3482 void *xmalloc (size_t num);
3586 newargz = XMALLOC (char *, argc + 1);
3622 XMALLOC (char, (strlen (actual_cwrapper_path) +
3727 xmalloc (size_t num)
3739 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
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)
    [all...]

Completed in 111 milliseconds

1 2