Searched refs:eallocarray (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/ntp/sntp/ |
| HD | kod_management.c | 38 *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/ |
| HD | ntp_stdlib.h | 113 #define eallocarray(n, s) oreallocarray(NULL, (n), (s)) macro 132 #define eallocarray(n, s) oreallocarray(NULL, (n), (s), \ macro
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntp_monitor.c | 186 chunk = eallocarray(entries, sizeof(*chunk)); in mon_getmoremem()
|
| HD | ntp_config.c | 4265 simulation.servers = eallocarray(simulation.num_of_servers, in config_sim() 4819 eallocarray( in gettokens_netinfo()
|
| HD | ntp_crypto.c | 320 peer->keylist = eallocarray(NTP_MAXSESSION, in make_keylist()
|
| /NextBSD/contrib/ntp/ntpq/ |
| HD | ntpq-subs.c | 3147 sorted = eallocarray(mru_count, sizeof(*sorted)); in mrulist()
|
| /NextBSD/contrib/ntp/ |
| HD | CommitLog | 10733 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
|