Home
last modified time | relevance | path

Searched refs:emalloc (Results 201 – 225 of 3459) sorted by relevance

12345678910>>...139

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libhtml/
H A Drunetab.c58 rtab = emalloc(n*sizeof(rtab[0])); in _cvtstringtab()
70 stab = emalloc(n*sizeof(stab[0])); in _cvtstringinttab()
H A Dutils.c31 ans = (List*)emalloc(sizeof(List)); in _newlist()
357 return (Rune*)emalloc((n+1)*sizeof(Rune)); in _newstr()
509 ans = (Rune*)emalloc((n+1)*sizeof(Rune)); in toStr()
521 ans = (Rune*)emalloc((m+1)*sizeof(Rune)); in toStr()
553 ans = (uchar*)emalloc(n+1); in fromStr()
569 ans = (uchar*)emalloc(m+1); in fromStr()
/dports/devel/fmake/fmake-r250982/
H A Darch.c354 buf = emalloc(sz); in Arch_ParseArchive()
398 nameBuf = emalloc(sz); in Arch_ParseArchive()
433 nameBuf = emalloc(sz); in Arch_ParseArchive()
504 ar = emalloc(sizeof(*ar)); in ArchArchiveOpen()
507 ar->member = emalloc(ar->mlen); in ArchArchiveOpen()
614 ar->nametab = emalloc(ar->nametablen); in ArchArchiveNext()
931 ar = emalloc(sizeof(*ar)); in ArchStatMember()
937 Hash_SetValue(he, emalloc(sizeof(int64_t))); in ArchStatMember()
1144 libName = emalloc(sz); in Arch_FindLib()
/dports/news/cnews/cnews-cr.g_18/contrib/lib/
H A Derror.nntp.c14 extern char *emalloc();
83 intbuf = emalloc(strlen(fmt) + 60); /* format + number + NUL */
/dports/news/cnews/cnews-cr.g_18/contrib/lib/ipc/
H A Derror.c14 extern char *emalloc();
83 intbuf = emalloc(strlen(fmt) + 60); /* format + number + NUL */
/dports/multimedia/blind/blind-1.1/src/
H A Dblind-flop.c26 buf = emalloc(n); in main()
27 image = emalloc(n); in main()
/dports/sysutils/direvent/direvent-5.2/src/
H A Dfnpat.c51 *fptr = emalloc(sizeof(*fptr)); in filpatlist_add_pattern()
62 struct filename_pattern *pat = emalloc(sizeof(*pat)); in filpatlist_add_exact()
76 pat = emalloc(sizeof(*pat)); in filpatlist_add()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/auth/secstore/
H A Dpassword.c15 char *fn = emalloc(nfn); in openPW()
28 char *fn = emalloc(nfn); in mtimePW()
54 pw = emalloc(sizeof(*pw)); in getPW()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/asn1/
H A Dparse.c1568 (yyval.sl) = emalloc(sizeof(*(yyval.sl)));
1577 (yyval.sl) = emalloc(sizeof(*(yyval.sl)));
1665 (yyval.member) = emalloc(sizeof(*(yyval.member)));
2043 (yyval.member) = emalloc(sizeof(*(yyval.member)));
2099 (yyval.member) = emalloc(sizeof(*(yyval.member)));
2184 (yyval.value) = emalloc(sizeof(*(yyval.value)));
2193 (yyval.value) = emalloc(sizeof(*(yyval.value)));
2202 (yyval.value) = emalloc(sizeof(*(yyval.value)));
2211 (yyval.value) = emalloc(sizeof(*(yyval.value)));
2226 (yyval.value) = emalloc(sizeof(*(yyval.value)));
[all …]
/dports/textproc/bibclean/bibclean-3.06/
H A Dvmswild.c329 static void *emalloc(unsigned siz);
454 char **v = emalloc( ARGRP * sizeof(char *) );
504 emalloc( in emalloc() function
508 emalloc( siz ) in emalloc()
632 q = emalloc(strlen(p+1) + strlen(logname) + 1);
637 q = strcpy(emalloc(strlen(filename)),filename);
733 return( strcpy( emalloc((unsigned)fildsc.leng+1), file ) );
774 cp = strcpy( emalloc( strlen(line)+1 ), line );
/dports/devel/pecl-uploadprogress/uploadprogress-1.1.3/
H A Duploadprogress.c89 progress = emalloc(sizeof(uploadprogress_data)); in uploadprogress_php_rfc1867_file()
115 upload_id = emalloc(strlen(*e_data->value) + 1); in uploadprogress_php_rfc1867_file()
126 progress->identifier_tmp = emalloc(strlen( progress->identifier) + 4); in uploadprogress_php_rfc1867_file()
149 … data_identifier = emalloc(strlen(progress->upload_id) + strlen(progress->fieldname) + 2); in uploadprogress_php_rfc1867_file()
409 filename = emalloc(strlen(template) + strlen(identifier) + 3);
541 data_identifier = emalloc(strlen(id) + strlen(fieldname) + 2);
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/wmii/
H A Dutf.c24 buf = emalloc(nstr+1); in toutf8n()
33 buf = emalloc(bsize); in toutf8n()
/dports/science/netcdf/netcdf-c-4.7.4/nctest/
H A Dadd.c38 test->dims[test->ndims].name = (char *) emalloc(strlen(idim->name) + 1);
59 test->vars[test->nvars].name = (char *) emalloc(strlen(ivar->name) + 1);
63 test->vars[test->nvars].dims = (int *) emalloc(sizeof(int)*ivar->ndims);
97 test->atts[test->natts].name = (char *) emalloc(strlen(iatt->name) + 1);
H A DMakefile.am38 emalloc.c emalloc.h error.c error.h misctest.c rec.c slabs.c testcdf.h \
/dports/science/hdf/hdf-4.2.15/mfhdf/nctest/
H A Dadd.c47 test->dims[test->ndims].name = (char *) emalloc(strlen(idim->name) + 1);
68 test->vars[test->nvars].name = (char *) emalloc(strlen(ivar->name) + 1);
72 test->vars[test->nvars].dims = (int *) emalloc(sizeof(int)*ivar->ndims);
106 test->atts[test->natts].name = (char *) emalloc(strlen(iatt->name) + 1);
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nctest/
H A Dadd.c38 test->dims[test->ndims].name = (char *) emalloc(strlen(idim->name) + 1);
59 test->vars[test->nvars].name = (char *) emalloc(strlen(ivar->name) + 1);
63 test->vars[test->nvars].dims = (int *) emalloc(sizeof(int)*ivar->ndims);
97 test->atts[test->natts].name = (char *) emalloc(strlen(iatt->name) + 1);
H A DMakefile.am38 emalloc.c emalloc.h error.c error.h misctest.c rec.c slabs.c testcdf.h \
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Dmempool.c21 void *emalloc(unsigned size);
47 (struct mempool_cfull*)emalloc(sizeof(*c)+size-1); in mp_alloc()
91 c = (struct mempool_chunk *)emalloc(sizeof(*c)); in mp_alloc()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtech.c194 tech = (TECHNOLOGY *)emalloc((sizeof (TECHNOLOGY)), cluster); in alloctechnology()
327 newlam = emalloc(((el_maxtech+1) * SIZEOFINTBIG), db_cluster); in addtechnology()
389 newlam = emalloc((el_maxtech * SIZEOFINTBIG), db_cluster); in killtechnology()
546 tech_drcwidelimit = (INTBIG *)emalloc((el_maxtech * SIZEOFINTBIG), db_cluster); in tech_initmaxdrcsurround()
671 dist = emalloc((total * SIZEOFINTBIG), el_tempcluster); in tech_initmaxdrcsurround()
797 rl = (ROUTINELIST *)emalloc(sizeof (ROUTINELIST), db_cluster); in registertechnologycache()
809 rl->variablekeys = (INTBIG *)emalloc(count * SIZEOFINTBIG, db_cluster); in registertechnologycache()
2606 db_3dheight = (float *)emalloc(len * sizeof (float), db_cluster); in get3dfactors()
2608 db_3dthickness = (float *)emalloc(len * sizeof (float), db_cluster); in get3dfactors()
2665 db_equivtable = (BOOLEAN *)emalloc(countsquared * (sizeof (BOOLEAN)), in samelayer()
[all …]
/dports/databases/gdbm/gdbm-1.22/src/
H A Dmem.c30 emalloc (size_t size) in emalloc() function
69 p = emalloc (strlen (str) + 1); in estrdup()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/acme/
H A Dfns.h9 #define fbufalloc() emalloc(BUFSIZE)
83 void *emalloc(uint);
103 #define runemalloc(a) (Rune*)emalloc((a)*sizeof(Rune))
/dports/archivers/pecl-rar/rar-4.2.0/
H A Dphp_compat.h25 dst = (zval*) emalloc(sizeof(zval)); \
50 (zv_p) = emalloc(sizeof(zval)); \
/dports/comms/sms_client/sms_client-3.0.2/src/common/
H A Dstatus.c40 static STATUS emalloc = variable
49 &emalloc
/dports/databases/pecl-rrd/rrd-2.0.1/
H A Drrd_create.c168 rrd_source_desc = emalloc(ZSTR_LEN(description) + 4); in PHP_METHOD()
202 rrd_archive_desc = emalloc(ZSTR_LEN(description) + 5); in PHP_METHOD()
225 char *start_time_str = emalloc(strlen(intern_obj->start_time) in PHP_METHOD()
240 start_time_str = emalloc(strlen(prefix) + Z_STRLEN(intern_obj->zv_step) + 1); in PHP_METHOD()
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dnctime0.c45 bounds_node_t *bnode = emalloc(sizeof(bounds_node_t) + 1); in bounds_add()
83 char *calstr = (char *)emalloc(catt.len + 1); in calendar_type()
208 units = emalloc(uatt.len + 1); in get_timeinfo()
216 vp->timeinfo = (timeinfo_t *)emalloc(sizeof(timeinfo_t)); in get_timeinfo()

12345678910>>...139