Searched refs:malloc (Results 151 - 175 of 2509) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dkdc_rep_dc.c56 if (!(scratch.data = malloc(dec_rep->enc_part.ciphertext.length))) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dread_msg.c53 if (!(buf = malloc(inbuf->length))) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_base.c97 t = (struct krb5_rc_typelist *) malloc(sizeof(struct krb5_rc_typelist));
161 if (!(*id = (krb5_rcache )malloc(sizeof(**id))))
191 if (!(type = malloc(diff + 1)))
196 if (!(*id = (krb5_rcache) malloc(sizeof(**id)))) {
/illumos-gate/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_mtctxres.c10 #include <malloc.h>
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dsmb_subr.c59 return (len ? malloc(len) : NULL);
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_subr.c56 return (malloc(size));
/illumos-gate/usr/src/lib/libumem/i386/
H A Dasm_subr.s112 ANSI_PRAGMA_WEAK2(malloc,_malloc,function)
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstoa.c41 #include <malloc.h>
96 if ((addr = malloc(sizeof (struct netbuf))) == NULL)
106 sbuf = malloc(SBUFSIZE);
223 if ((dest = malloc(len)) == NULL) {
224 (void) fprintf(stderr, "xfer: malloc failed\n");
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc.c41 #include <malloc.h>
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgai_strerror.c83 buf = malloc(EAI_BUFSIZE);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dputenv.c72 newenv = (char **)malloc(which*sizeof(char *));
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dreadv.c61 if ((nbuf = (void *)malloc(size)) == NULL) {
62 fprintf(stderr, "readv: malloc failed\n");
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dscandir.c99 names = malloc(arraysz * sizeof (struct dirent64 *));
111 p = malloc(entlen);
184 names = malloc(arraysz * sizeof (struct dirent *));
196 p = malloc(entlen);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwsscanf.c47 * use of malloc() on each call.
68 tempstring = malloc(malloced = MB_CUR_MAX*wcslen(string)+1);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dexecl.c41 #include <malloc.h>
H A Dexecle.c41 #include <malloc.h>
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp.c48 statep = malloc(sizeof (ipmp_state_t));
/illumos-gate/usr/src/cmd/zic/
H A Dialloc.c15 return (malloc((size_t) nonzero(n)));
/illumos-gate/usr/src/common/devid/
H A Ddevid_impl.h68 #define DEVID_MALLOC(n) malloc(n)
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test_config.c66 opt_array = (char **)malloc((nopts + 2) * sizeof (*opt_array));
/illumos-gate/usr/src/cmd/pagesize/
H A Dpagesize.c75 if ((buf = (size_t *)malloc(sizeof (*buf) * nelem)) == NULL) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dmdescplugin.h45 #include <malloc.h>
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dshareutil.c53 newopt = (struct options *)malloc(sizeof (struct options));
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_mem.c44 * malloc
53 if ((mem = malloc(s)) == NULL) {
/illumos-gate/usr/src/cmd/mailwrapper/
H A Dfgetln.c53 if ((buf = malloc(bufsiz)) == NULL)

Completed in 58 milliseconds

1234567891011>>