Home
last modified time | relevance | path

Searched refs:REALLOCATE (Results 1 – 25 of 31) sorted by relevance

12

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqmmm_gaussian_init.F128 CALL REALLOCATE(radius, 1, Ndim)
129 CALL REALLOCATE(c_radius, 1, Ndim)
134 CALL REALLOCATE(radius, 1, Ndim - 1)
135 CALL REALLOCATE(c_radius, 1, Ndim - 1)
H A Dqmmm_elpot.F112 CALL REALLOCATE(radius, 1, Ndim)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqmmm_gaussian_init.F128 CALL REALLOCATE(radius, 1, Ndim)
129 CALL REALLOCATE(c_radius, 1, Ndim)
134 CALL REALLOCATE(radius, 1, Ndim - 1)
135 CALL REALLOCATE(c_radius, 1, Ndim - 1)
H A Dqmmm_elpot.F112 CALL REALLOCATE(radius, 1, Ndim)
/dports/dns/mydns-ng/mydns-1.2.8.31/lib/
H A Dconf.c78 name = REALLOCATE(name, (nlen + 2), char[]); in conf_get_option()
86 value = REALLOCATE(value, (vlen + 2), char[]); in conf_get_option()
154 c->value = REALLOCATE(c->value, strlen(c->value) + strlen(value) + 2, char[]); in conf_set()
H A Dgetoptstr.c50 optstr = REALLOCATE(optstr, optsize + 1, char[]); in getoptstr()
H A Dip.c58 addrbuf = REALLOCATE(addrbuf, addrbufsize, char[]); in ipaddr()
H A Dstring.c170 d = REALLOCATE(d, destlen + srclen + 1, char[]); in strdcat()
H A Dmydnsutil.h480 #define REALLOCATE(OBJECT, SIZE, THING) \ macro
/dports/science/elmerfem/elmerfem-release-9.0/umfpack/src/umfpack/include/
H A Dumf_internal.h205 #define REALLOCATE mxRealloc macro
222 #define REALLOCATE utRealloc macro
232 #define REALLOCATE utRealloc macro
239 #define REALLOCATE realloc macro
/dports/dns/mydns-ng/mydns-1.2.8.31/src/mydns/
H A Dlisten.c239 AllInterfaceAddresses = (char**)REALLOCATE(AllInterfaceAddresses, in addAllInterfaceAddress()
311 buf = REALLOCATE(buf, buflen += 4096, char[]); in addrlist_load()
697 udp4_fd = REALLOCATE(udp4_fd, (1 + num_udp4_fd) * sizeof(int), int[]); in create_listeners()
701 tcp4_fd = REALLOCATE(tcp4_fd, (1 + num_tcp4_fd) * sizeof(int), int[]); in create_listeners()
720 udp6_fd = REALLOCATE(udp6_fd, (1 + num_udp6_fd) * sizeof(int), int[]); in create_listeners()
724 tcp6_fd = REALLOCATE(tcp6_fd, (1 + num_tcp6_fd) * sizeof(int), int[]); in create_listeners()
H A Dencode.c40 t->Names = REALLOCATE(t->Names, (t->numNames + 1) * sizeof(char *), char*[]); in name_remember()
42 t->Offsets = REALLOCATE(t->Offsets, (t->numNames + 1) * sizeof(unsigned int), unsigned int[]); in name_remember()
H A Darray.c77 a->objects = (void**)REALLOCATE(a->objects, (a->size*2)*sizeof(void*), void*); in array_append()
H A Dqueue.c64 if ((msglen + 2*idsize) >= msgsize) msg = REALLOCATE(msg, msgsize *= 2, char[]); in _queue_stats()
H A Dupdate.c284 buf = REALLOCATE(buf, bufsiz, char[]); in update_rrdump()
451 data = REALLOCATE(data, (*datalen)+1, char[]); in text_retrieve()
1135 q->tmprr = REALLOCATE(q->tmprr, sizeof(TMPRR *) * (q->num_tmprr + 1), TMPRR*[]); in check_prerequisite()
/dports/dns/mydns-ng/mydns-1.2.8.31/src/util/
H A Dcheck.c45 s = REALLOCATE(s, slen + 1, char[]); in __EXPAND_DATA()
368 name = REALLOCATE(name, strlen(soa->origin) + 1, char[]); in check_soa()
488 name = REALLOCATE(name, namelen+1, char[]); in check_rr()
490 data = REALLOCATE(data, MYDNS_RR_DATA_LENGTH(rr)+1, char[]); in check_rr()
H A Dexport.c105 command_line = REALLOCATE(command_line, strlen(command_line) + strlen(argv[n]) + 2, char[]); in cmdline()
285 s = REALLOCATE(s, slen + 1, char[]); in __EXPAND_DATA()
388 newdatabuf = REALLOCATE(databuf, ((databuflen/512)+1)*512, char[]); in tinydns_dump_rr()
H A Dimport-tinydns.c141 REALLOCATE(*local_hostname, c - fqdn + 1, char[]); in find_host_zone()
248 Zones = REALLOCATE(Zones, (numZones + 1) * sizeof(ZONE), ZONE{}); in new_zone()
H A Dptrconvert.c226 Zones = REALLOCATE(Zones, (numZones + 1) * sizeof(ARPAZONE *), ARPAZONE*[]); in load_zone_list()
/dports/science/elmerfem/elmerfem-release-9.0/umfpack/src/umfpack/
H A Dumf_realloc.c60 p2 = REALLOCATE (p, size) ; in UMF_realloc()
/dports/dns/mydns-ng/mydns-1.2.8.31/src/lib/
H A Dunencode.c118 if (!(dest = REALLOCATE(dest, destlen, char[]))) { \ in name_unencode2()
H A Drr.c247 __MYDNS_RR_DATA_VALUE(rr) = REALLOCATE(__MYDNS_RR_DATA_VALUE(rr), in mydns_rr_parse_rp()
280 __MYDNS_RR_DATA_VALUE(rr) = REALLOCATE(__MYDNS_RR_DATA_VALUE(rr), in mydns_rr_parse_srv()
523 __MYDNS_RR_DATA_VALUE(rr) = REALLOCATE(__MYDNS_RR_DATA_VALUE(rr), datalen+1, char[]); in mydns_rr_build()
529 __MYDNS_RR_DATA_VALUE(rr) = REALLOCATE(__MYDNS_RR_DATA_VALUE(rr), datalen+1, char[]); in mydns_rr_build()
H A Dsql.c470 dest = REALLOCATE(dest, reslen+1, char[]); in sql_escstr2()
/dports/textproc/bibtool/BibTool/regex-0.12/doc/
H A Dregex.cps134 \entry {\code {REGS{\_}REALLOCATE}}{32}
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dfreebasic.vim91 syn keyword freebasicMemory ALLOCATE CALLOCATE CLEAR DEALLOCATE FIELD FRE PEEK POKE REALLOCATE

12