Home
last modified time | relevance | path

Searched refs:newalloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/ntp/libntp/
H A Dauthkeys.c280 size_t newalloc; in init_auth() local
285 newalloc = authhashbuckets * sizeof(key_hash[0]); in init_auth()
287 key_hash = erealloc(key_hash, newalloc); in init_auth()
288 memset(key_hash, '\0', newalloc); in init_auth()
448 size_t newalloc; in auth_resize_hashtable() local
458 newalloc = authhashbuckets * sizeof(key_hash[0]); in auth_resize_hashtable()
460 key_hash = erealloc(key_hash, newalloc); in auth_resize_hashtable()
461 memset(key_hash, '\0', newalloc); in auth_resize_hashtable()
/freebsd-12.1/gnu/usr.bin/grep/
H A Dgrep.c371 size_t newalloc; in fillbuf() local
397 newalloc = newsize + pagesize + 1; in fillbuf()
399 newbuf = bufalloc < newalloc ? xmalloc (bufalloc = newalloc) : buffer; in fillbuf()
H A DChangeLog1240 newalloc == save and maxalloc == save. This can happen