HomeSort by: relevance | last modified time | path
    Searched defs:ecalloc (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
ecalloc.c 1 /* $NetBSD: ecalloc.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
48 ecalloc (size_t number, size_t size) function
ecalloc.c 1 /* $NetBSD: ecalloc.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
48 ecalloc (size_t number, size_t size) function
ecalloc.c 1 /* $NetBSD: ecalloc.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
48 ecalloc (size_t number, size_t size) function
ecalloc.c 1 /* $NetBSD: ecalloc.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
48 ecalloc (size_t number, size_t size) function
ecalloc.c 1 /* $NetBSD: ecalloc.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
48 ecalloc (size_t number, size_t size) function
  /src/tests/lib/libutil/
t_efun.c 50 ATF_TC(ecalloc); variable
51 ATF_TC_HEAD(ecalloc, tc)
53 atf_tc_set_md_var(tc, "descr", "A basic test of ecalloc(3)");
56 ATF_TC_BODY(ecalloc, tc)
61 x = ecalloc(-1, 1);
67 x = ecalloc(SIZE_MAX, 2);
129 ATF_TP_ADD_TC(tp, ecalloc);
t_efun.c 50 ATF_TC(ecalloc); variable
51 ATF_TC_HEAD(ecalloc, tc)
53 atf_tc_set_md_var(tc, "descr", "A basic test of ecalloc(3)");
56 ATF_TC_BODY(ecalloc, tc)
61 x = ecalloc(-1, 1);
67 x = ecalloc(SIZE_MAX, 2);
129 ATF_TP_ADD_TC(tp, ecalloc);
t_efun.c 50 ATF_TC(ecalloc); variable
51 ATF_TC_HEAD(ecalloc, tc)
53 atf_tc_set_md_var(tc, "descr", "A basic test of ecalloc(3)");
56 ATF_TC_BODY(ecalloc, tc)
61 x = ecalloc(-1, 1);
67 x = ecalloc(SIZE_MAX, 2);
129 ATF_TP_ADD_TC(tp, ecalloc);
t_efun.c 50 ATF_TC(ecalloc); variable
51 ATF_TC_HEAD(ecalloc, tc)
53 atf_tc_set_md_var(tc, "descr", "A basic test of ecalloc(3)");
56 ATF_TC_BODY(ecalloc, tc)
61 x = ecalloc(-1, 1);
67 x = ecalloc(SIZE_MAX, 2);
129 ATF_TP_ADD_TC(tp, ecalloc);
t_efun.c 50 ATF_TC(ecalloc); variable
51 ATF_TC_HEAD(ecalloc, tc)
53 atf_tc_set_md_var(tc, "descr", "A basic test of ecalloc(3)");
56 ATF_TC_BODY(ecalloc, tc)
61 x = ecalloc(-1, 1);
67 x = ecalloc(SIZE_MAX, 2);
129 ATF_TP_ADD_TC(tp, ecalloc);
  /src/lib/libutil/
efun.c 120 ecalloc(size_t n, size_t s) function
efun.c 120 ecalloc(size_t n, size_t s) function
efun.c 120 ecalloc(size_t n, size_t s) function
efun.c 120 ecalloc(size_t n, size_t s) function
efun.c 120 ecalloc(size_t n, size_t s) function
  /src/crypto/external/bsd/heimdal/include/
roken.h 266 #define ecalloc rk_ecalloc macro
267 ROKEN_LIB_FUNCTION void * ROKEN_LIB_CALL ecalloc(size_t, size_t);
roken.h 266 #define ecalloc rk_ecalloc macro
267 ROKEN_LIB_FUNCTION void * ROKEN_LIB_CALL ecalloc(size_t, size_t);
roken.h 266 #define ecalloc rk_ecalloc macro
267 ROKEN_LIB_FUNCTION void * ROKEN_LIB_CALL ecalloc(size_t, size_t);
roken.h 266 #define ecalloc rk_ecalloc macro
267 ROKEN_LIB_FUNCTION void * ROKEN_LIB_CALL ecalloc(size_t, size_t);
  /src/external/bsd/less/dist/
lesskey.c 135 void * ecalloc(int count, unsigned int size) function
149 pathname = ecalloc(strlen(dirname) + strlen(filename) + 2, sizeof(char));
296 char *env = (char *) ecalloc(strlen(drive) +
lesskey.c 135 void * ecalloc(int count, unsigned int size) function
149 pathname = ecalloc(strlen(dirname) + strlen(filename) + 2, sizeof(char));
296 char *env = (char *) ecalloc(strlen(drive) +
lesskey.c 135 void * ecalloc(int count, unsigned int size) function
149 pathname = ecalloc(strlen(dirname) + strlen(filename) + 2, sizeof(char));
296 char *env = (char *) ecalloc(strlen(drive) +
  /src/external/bsd/top/dist/
os.h 59 #define ecalloc calloc macro
os.h 59 #define ecalloc calloc macro
os.h 59 #define ecalloc calloc macro

Completed in 77 milliseconds

1 2