Searched refs:malloc (Results 751 - 775 of 2509) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprinthash.c128 table = malloc(sz);
/illumos-gate/usr/src/cmd/keyserv/
H A Dkey_generic.c171 l = (struct xlist *)malloc(sizeof (struct xlist));
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A DMakefile33 malloc.o paths.o setup.o util.o \
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A DMakefile31 malloc.o paths.o setup.o util.o \
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A DMakefile31 malloc.o paths.o setup.o util.o \
/illumos-gate/usr/src/cmd/spell/
H A Dspellin.c100 table = (unsigned *)malloc(ND * sizeof (*table));
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Deptstat.c36 #include <malloc.h>
H A Dis_local_host.c99 if ((buf = malloc(bufsiz)) == NULL) {
100 perror("malloc");
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Drtime.c59 #include <malloc.h>
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dchgpwd.c248 if ((local_kaddr.contents = malloc(addrs[0]->length)) == 0) {
354 if ((ptr = (char *)malloc(clear.length + 1)) == NULL) {
417 if ((clear.data = (char *)malloc(clear.length)) == NULL) {
504 if ((rep->data = (char *)malloc(rep->length)) == NULL) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.c193 filter = malloc (filterlen);
423 princ_name = (char *) malloc (strlen(user_name));
493 tmp_princ_name = (char *) malloc ((unsigned) tmp_princ_name_len + 1);
508 princ_name = (char *) malloc ((unsigned) princ_name_len);
/illumos-gate/usr/src/lib/krb5/ss/
H A Dexecute_cmd.c168 argp = (char **)malloc((argc+1)*sizeof(char *));
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtdisc.c48 else return size > 0 ? malloc(size) : NIL(Void_t*);
H A Ddtopen.c46 if(!(dt = (Dt_t*) malloc(sizeof(Dt_t))))
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcprefix.c131 if (!(pfx = (Prefix_t*)malloc(sizeof(Prefix_t) + n)))
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfexcept.c88 else data = (uchar*)malloc(size);
H A Dsfnew.c97 { if(!(f = (Sfio_t*)malloc(sizeof(Sfio_t))) )
H A Dsfswap.c64 { if(!(f2 = (Sfio_t*)malloc(sizeof(Sfio_t))) )
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c400 store = (FILTER *)malloc((nfilters + 1) * sizeof(FILTER));
428 store = (FILTER *)malloc(2 * sizeof(FILTER));
617 store = (FILTER *)malloc((nfilters + 1) * sizeof(FILTER));
645 store = (FILTER *)malloc(2 * sizeof(FILTER));
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Ddumpfilters.c170 using malloc.
206 if ((zT = malloc (iNewSize)) == NULL) {
/illumos-gate/usr/src/lib/libads/common/
H A Ddsgetdc.c107 *dcinfo = malloc(sizeof (**dcinfo));
/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract.c241 info = malloc(sizeof (struct ctlib_status_info));
261 status_buffer = malloc(status_nbytes);
420 info = malloc(sizeof (struct ctlib_event_info));
442 event_buffer = malloc(event_nbytes);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSDebug.h51 // Set this symbol to 1 to do extra debug checks on malloc() and free()
52 // Set this symbol to 2 to write a log message for every malloc() and free()
164 #define mallocL(X,Y) malloc(Y)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmemalign.c63 size_t reqsize; /* Num of bytes to get from malloc() */
64 TREE *p; /* Ptr returned from malloc() */
89 * aligned correctly. The worst case is when malloc returns
116 p = (TREE *)malloc(reqsize);
118 /* malloc sets errno */
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dcustr.c99 if ((new_data = malloc(new_datalen)) == NULL) {

Completed in 183 milliseconds

<<31323334353637383940>>