HomeSort by: relevance | last modified time | path
    Searched refs:erealloc_zero (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp_stdlib.h 138 #define erealloc_zero(p, n, o) ereallocz((p), (n), (o), TRUE) macro
157 #define erealloc_zero(p, n, o) ereallocz((p), (n), (o), TRUE, \ macro
  /src/external/bsd/ntp/dist/libntp/
ntp_worker.c 153 blocking_children = erealloc_zero(blocking_children, octets,
ntp_intres.c 944 dnschild_contexts = erealloc_zero(dnschild_contexts,
986 dnsworker_contexts = erealloc_zero(dnsworker_contexts,
  /src/external/bsd/ntp/dist/ntpd/
ntp_monitor.c 231 mon_hash = erealloc_zero(mon_hash, octets, 0);
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 605 pktdata = erealloc_zero(pktdata, (size_t)pktdatasize, priorsz);
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 3871 assoc_cache = erealloc_zero(assoc_cache, new_sz, prior_sz);

Completed in 35 milliseconds