Searched refs:erealloc_zero (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/ntp/include/ |
| H A D | ntp_stdlib.h | 132 #define erealloc_zero(p, n, o) ereallocz((p), (n), (o), TRUE) macro 151 #define erealloc_zero(p, n, o) ereallocz((p), (n), (o), TRUE, \ macro
|
| /freebsd-14.2/contrib/ntp/libntp/ |
| H A D | ntp_worker.c | 151 blocking_children = erealloc_zero(blocking_children, octets, in available_blocking_child_slot()
|
| H A D | ntp_intres.c | 942 dnschild_contexts = erealloc_zero(dnschild_contexts, in reserve_dnschild_ctx() 984 dnsworker_contexts = erealloc_zero(dnsworker_contexts, in get_worker_context()
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_monitor.c | 229 mon_hash = erealloc_zero(mon_hash, octets, 0); in mon_start()
|
| /freebsd-14.2/contrib/ntp/ntpdc/ |
| H A D | ntpdc.c | 603 pktdata = erealloc_zero(pktdata, (size_t)pktdatasize, priorsz); in growpktdata()
|
| /freebsd-14.2/contrib/ntp/ntpq/ |
| H A D | ntpq.c | 3869 assoc_cache = erealloc_zero(assoc_cache, new_sz, prior_sz); in grow_assoc_cache()
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | ChangeLog | 2726 * Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
|
| H A D | CommitLog | 141398 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 141405 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 141420 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 141425 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 141430 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 141435 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 141452 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 141463 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 141536 use erealloc_zero 141549 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to [all …]
|