Searched refs:calloc (Results 1 - 25 of 1204) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/vars/
H A Dtst.ucaller.ksh30 # of calloc(3C), and that it's implemented in terms of the ld.so.1
42 pid\$target:ld.so.1:calloc:entry
44 self->calloc = 1;
48 /self->calloc/
53 pid\$target:ld.so.1:calloc:return
54 /self->calloc/
56 self->calloc = 0;
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dext.h52 extern char *calloc();
/illumos-gate/usr/src/lib/libadm/common/
H A Dputerror.c54 tmp = calloc(MS+n+1, sizeof (char));
62 tmp = calloc(MS+n+strlen(defmesg)+2, sizeof (char));
70 tmp = calloc(MS+n+strlen(defmesg)+2, sizeof (char));
78 tmp = calloc(MS+n+1, sizeof (char));
84 tmp = calloc(MS+n+1, sizeof (char));
H A Dputhelp.c55 tmp = calloc(n+strlen(defmesg)+1, sizeof (char));
63 tmp = calloc(n+strlen(defmesg)+2, sizeof (char));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Decvt.c40 efcvtbuffer = (char *)calloc(1,1024);
50 efcvtbuffer = (char *)calloc(1,1024);
H A Dcalloc.c33 * calloc - allocate and clear memory block
48 calloc(unsigned num, unsigned size) function
/illumos-gate/usr/src/head/
H A Dmalloc.h71 void *calloc(size_t, size_t);
79 using std::calloc;
/illumos-gate/usr/src/lib/libnls/common/
H A Dnlsenv.c76 extern char *calloc();
92 if (!(buf->buf = calloc(1, length)))
119 * NULL for failure. (calloc failed)
120 * If calloc succeeds, non-existant
132 extern char *calloc();
134 if (!(call = (struct t_call *) calloc(1, sizeof(struct t_call))))
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcalloc.c38 * calloc - allocate and clear memory block
41 calloc(size_t num, size_t size) function
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsecutil.c19 if ((res = (char *)calloc (aLen*2 + 1, 1 )) == NULL){
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintUtil.c55 if ((p = calloc(item_count, item_size)) == NULL) {
58 _err_exit("calloc: Out of space");
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdlib.h45 extern void *calloc(size_t, size_t);
/illumos-gate/usr/src/cmd/refer/
H A Ddeliv2.c63 char *calloc();
66 fprintf(stderr, "calling calloc for %d*%d bytes\n", m, n);
68 t = calloc(m, n);
70 fprintf(stderr, "calloc returned %o\n", t);
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdlib.h51 extern char * calloc(/* size_t nmemb, size_t size */);
H A Dmalloc.h68 extern malloc_t calloc(/* size_t nmemb, size_t size */);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfakewin.h44 #define calloc _fcalloc macro
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dqstrdup.c49 pt = calloc((strlen(s) + 1), sizeof (char));
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dmalloc.h69 extern malloc_t calloc(/* size_t nmemb, size_t size */);
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c111 if ((p.bind = calloc(1, sizeof (struct t_bind))) == NULL)
123 if ((p.call = calloc(1, sizeof (struct t_call))) == NULL)
153 if ((p.opt = calloc(1, sizeof (struct t_optmgmt))) == NULL)
170 if ((p.dis = calloc(1, sizeof (struct t_discon))) == NULL)
181 if ((p.udata = calloc(1, sizeof (struct t_unitdata))) == NULL)
208 if ((p.uderr = calloc(1, sizeof (struct t_uderr))) == NULL)
230 if ((p.info = calloc(1, sizeof (struct t_info))) == NULL)
293 if ((buf->buf = calloc(1, infalloc)) == NULL) {
302 if ((buf->buf = calloc(1, 1024)) == NULL) {
337 if ((buf->buf = calloc(
[all...]
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dfindiop.c79 *iov = (FILE *)calloc(1, sizeof **iov);
94 iobglue = (FILE **)calloc(nfiles, sizeof *iobglue);
123 *iov = (FILE *)calloc(1, sizeof **iov);
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dlist.c54 *list = (void **)calloc(__list_increment,
64 new_list = (void **)calloc(new_size, sizeof (void *));
111 if ((*result = (void **)calloc((new_size), sizeof (void *))) != NULL) {
168 void **tmp = (void **)calloc(LIST_SIZE(i), sizeof (void *));
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dnewmenu.c44 if ((m = (MENU *) calloc(1, sizeof (MENU))) != (MENU *)0) {
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.h56 (dst) = calloc(1, (len) + 1); \
/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dcalloc.c32 * calloc - allocate and clear memory block
36 calloc(size_t num, size_t size) function
/illumos-gate/usr/src/cmd/audio/include/
H A Dlibaudio_impl.h67 (type *)(long)calloc((unsigned)(number), sizeof (type))

Completed in 308 milliseconds

1234567891011>>