Home
last modified time | relevance | path

Searched refs:eallocarray (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/ntp/sntp/
HDkod_management.c38 *dst = eallocarray(resc, sizeof(**dst)); in search_entry()
249 kod_db = eallocarray(kod_db_cnt, sizeof(kod_db[0])); in kod_init_kod_db()
/NextBSD/contrib/ntp/include/
HDntp_stdlib.h113 #define eallocarray(n, s) oreallocarray(NULL, (n), (s)) macro
132 #define eallocarray(n, s) oreallocarray(NULL, (n), (s), \ macro
/NextBSD/contrib/ntp/ntpd/
HDntp_monitor.c186 chunk = eallocarray(entries, sizeof(*chunk)); in mon_getmoremem()
HDntp_config.c4265 simulation.servers = eallocarray(simulation.num_of_servers, in config_sim()
4819 eallocarray( in gettokens_netinfo()
HDntp_crypto.c320 peer->keylist = eallocarray(NTP_MAXSESSION, in make_keylist()
/NextBSD/contrib/ntp/ntpq/
HDntpq-subs.c3147 sorted = eallocarray(mru_count, sizeof(*sorted)); in mrulist()
/NextBSD/contrib/ntp/
HDCommitLog10733 implement and use 'eallocarray(...)' where appropriate
10737 implement and use 'eallocarray(...)' where appropriate
10741 add 'oreallocarray()' prototypes and the macros 'eallocarray' and 'ereallocarray'
10750 use 'eallocarray(...)' where appropriate
10754 use 'eallocarray(...)' where appropriate
10758 use 'eallocarray(...)' where appropriate
10762 use 'eallocarray(...)' where appropriate
10766 use 'eallocarray(...)' where appropriate