Searched refs:erealloc_zero (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | ntp_stdlib.h | 116 #define erealloc_zero(p, n, o) ereallocz((p), (n), (o), TRUE) macro 135 #define erealloc_zero(p, n, o) ereallocz((p), (n), (o), TRUE, \ macro
|
| /freebsd-12.1/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 | 948 dnschild_contexts = erealloc_zero(dnschild_contexts, in reserve_dnschild_ctx() 990 dnsworker_contexts = erealloc_zero(dnsworker_contexts, in get_worker_context()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntp_monitor.c | 227 mon_hash = erealloc_zero(mon_hash, octets, 0); in mon_start()
|
| /freebsd-12.1/contrib/ntp/ntpdc/ |
| H A D | ntpdc.c | 584 pktdata = erealloc_zero(pktdata, (size_t)pktdatasize, priorsz); in growpktdata()
|
| /freebsd-12.1/contrib/ntp/ntpq/ |
| H A D | ntpq.c | 3822 assoc_cache = erealloc_zero(assoc_cache, new_sz, prior_sz); in grow_assoc_cache()
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | ChangeLog | 2457 * Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
|
| H A D | CommitLog | 131329 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 131336 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 131351 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 131356 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 131361 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 131366 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 131383 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 131394 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to 131467 use erealloc_zero 131480 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to [all …]
|