Searched refs:eallocarray (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/ntp/sntp/ |
| H A D | kod_management.c | 38 *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-14.2/contrib/ntp/include/ |
| H A D | ntp_stdlib.h | 134 #define eallocarray(n, s) oreallocarrayxz(NULL, (n), (s), 0) macro 155 #define eallocarray(n, s) oreallocarrayxz(NULL, (n), (s), 0, \ macro
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_restrict.c | 237 rl = eallocarray(count, cb); in alloc_res4() 263 rl = eallocarray(count, cb); in alloc_res6()
|
| H A D | ntp_monitor.c | 188 chunk = eallocarray(entries, sizeof(*chunk)); in mon_getmoremem()
|
| H A D | ntp_loopfilter.c | 1347 sys_huffpuff = eallocarray(sys_hufflen, sizeof(sys_huffpuff[0])); in loop_config()
|
| H A D | ntp_peer.c | 164 peers = eallocarray(INC_PEER_ALLOC, sizeof(*peers)); in getmorepeermem()
|
| H A D | ntp_config.c | 4937 simulation.servers = eallocarray(simulation.num_of_servers, in config_sim() 5516 eallocarray( in gettokens_netinfo()
|
| H A D | ntp_crypto.c | 325 peer->keylist = eallocarray(NTP_MAXSESSION, in make_keylist()
|
| /freebsd-14.2/contrib/ntp/ntpq/ |
| H A D | ntpq-subs.c | 3273 sorted = eallocarray(mru_count, sizeof(*sorted)); in mrulist()
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | NEWS | 984 * NTP-01-010 NTP: ereallocarray()/eallocarray() underused (Info) 4750 * NTP-01-010 NTP: ereallocarray()/eallocarray() underused (Info)
|
| H A D | CommitLog | 19259 [Sec 3385] NTP-01-010 NTP: ereallocarray()/eallocarray() underused. HStenn 19262 [Sec 3385] NTP-01-010 NTP: ereallocarray()/eallocarray() underused. HStenn 19265 [Sec 3385] NTP-01-010 NTP: ereallocarray()/eallocarray() underused. HStenn 19268 [Sec 3385] NTP-01-010 NTP: ereallocarray()/eallocarray() underused. HStenn 36267 implement and use 'eallocarray(...)' where appropriate 36271 implement and use 'eallocarray(...)' where appropriate 36284 use 'eallocarray(...)' where appropriate 36288 use 'eallocarray(...)' where appropriate 36292 use 'eallocarray(...)' where appropriate 36296 use 'eallocarray(...)' where appropriate [all …]
|
| H A D | ChangeLog | 588 * [Sec 3385] NTP-01-010: ereallocarray()/eallocarray() underused. HStenn
|