Searched refs:malloc (Results 1401 - 1425 of 2509) sorted by relevance

<<51525354555657585960>>

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dverify_mgr.c127 ctx->context = (CK_BYTE *)malloc(
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_write.c101 if ((tmpfile = malloc(size)) == NULL)
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_misc.c140 if ((buf = (char *)malloc(bufsiz)) == NULL) {
141 fprintf(stderr, dgettext(TEXT_DOMAIN, "malloc failed in "
H A Drpcsec_gss_utils.c223 (*principal) = malloc(plen);
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_subr.c325 if ((p = malloc(sz)) == NULL)
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cache.c163 if ((newnode = malloc(sizeof (smb_cache_node_t))) == NULL) {
H A Dsmb_privilege.c253 privset = malloc(smb_privset_size());
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dconv_princ.c221 tmp_prealm = malloc(compo->length + 1);
H A Dfwd_tgt.c161 rhost = malloc(server->data[1].length+1);
H A Dmk_priv.c73 malloc(privmsg.enc_part.ciphertext.length))) {
H A Dmk_req_ext.c221 if (((*auth_context)->authentp = (krb5_authenticator *)malloc(sizeof(
H A Drd_priv.c86 if (!(scratch.data = malloc(scratch.length))) {
H A Drecvauth.c202 if (!(error.text.data = malloc(error.text.length))) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dforeachaddr.c241 P.buf = malloc (P.buf_size);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dimport_name.c188 tmp2 = malloc(length+1);
H A Dutil_errmap.c91 dest->mech.elements = malloc(src.mech.length);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c533 struct addrinfo *n = malloc (sizeof (struct addrinfo));
545 sin4 = malloc (sizeof (struct sockaddr_in));
560 sin6 = malloc (sizeof (struct sockaddr_in6));
714 ce = malloc(sizeof(struct face));
1199 * malloc, so that freeaddrinfo can always free a non-null
/illumos-gate/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_updrec.c21 #include <malloc.h>
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Denv.c98 if(!(ep->env = (char**)malloc(sizeof(char*)*(ep->count+1))))
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c185 new_timeout = malloc(sizeof (sip_timeout_t));
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c186 newp = (ns_hash_t *)malloc(sizeof (ns_hash_t));
233 *sid = (char *)malloc(i);
246 *origA = (char *)malloc(i);
280 *mapp = (char *)malloc(i);
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c72 args = malloc(sizeof (*args));
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dssp.c94 sp = malloc(sizeof (*sp));
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c116 * malloc(3C) failed when allocating one of the internal buffers
209 if ((uri->id = malloc(PK11_MAX_ID_LEN)) == NULL)
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dnewscreen.c158 if ((sobuf = malloc(BUFSIZ)) == NULL) {

Completed in 164 milliseconds

<<51525354555657585960>>