Searched refs:entsz (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.sbin/radiusd/
H A Dradiusd_file.c187 size_t datalen, entsz, passz; local
215 entsz = offsetof(struct module_file_userinfo, password[passz]);
216 if ((ent = calloc(1, entsz)) == NULL) {
222 ent, entsz);
223 freezero(ent, entsz);

Completed in 123 milliseconds