Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/sntp/
H A Dkod_management.c38 *dst = eallocarray(resc, sizeof(**dst)); in search_entry()
250 kod_db = eallocarray(kod_db_cnt, sizeof(kod_db[0])); in kod_init_kod_db()
/freebsd-12.1/contrib/ntp/include/
H A Dntp_stdlib.h118 #define eallocarray(n, s) oreallocarrayxz(NULL, (n), (s), 0) macro
139 #define eallocarray(n, s) oreallocarrayxz(NULL, (n), (s), 0, \ macro
/freebsd-12.1/contrib/ntp/libntp/
H A Drecvbuff.c88 bufp = eallocarray(abuf, sizeof(*bufp)); in create_buffers()
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_restrict.c247 rl = eallocarray(count, cb); in alloc_res4()
273 rl = eallocarray(count, cb); in alloc_res6()
H A Dntp_monitor.c186 chunk = eallocarray(entries, sizeof(*chunk)); in mon_getmoremem()
H A Dntp_loopfilter.c1324 sys_huffpuff = eallocarray(sys_hufflen, sizeof(sys_huffpuff[0])); in loop_config()
H A Dntp_peer.c164 peers = eallocarray(INC_PEER_ALLOC, sizeof(*peers)); in getmorepeermem()
H A Dntp_config.c4738 simulation.servers = eallocarray(simulation.num_of_servers, in config_sim()
5317 eallocarray( in gettokens_netinfo()
H A Dntp_crypto.c332 peer->keylist = eallocarray(NTP_MAXSESSION, in make_keylist()
/freebsd-12.1/contrib/ntp/ntpq/
H A Dntpq-subs.c3243 sorted = eallocarray(mru_count, sizeof(*sorted)); in mrulist()
/freebsd-12.1/contrib/ntp/
H A DCommitLog9190 [Sec 3385] NTP-01-010 NTP: ereallocarray()/eallocarray() underused. HStenn
9193 [Sec 3385] NTP-01-010 NTP: ereallocarray()/eallocarray() underused. HStenn
9196 [Sec 3385] NTP-01-010 NTP: ereallocarray()/eallocarray() underused. HStenn
9199 [Sec 3385] NTP-01-010 NTP: ereallocarray()/eallocarray() underused. HStenn
26198 implement and use 'eallocarray(...)' where appropriate
26202 implement and use 'eallocarray(...)' where appropriate
26215 use 'eallocarray(...)' where appropriate
26219 use 'eallocarray(...)' where appropriate
26223 use 'eallocarray(...)' where appropriate
26227 use 'eallocarray(...)' where appropriate
[all …]
H A DNEWS662 * NTP-01-010 NTP: ereallocarray()/eallocarray() underused (Info)
H A DChangeLog319 * [Sec 3385] NTP-01-010: ereallocarray()/eallocarray() underused. HStenn