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

/openbsd-current/usr.sbin/radiusd/
H A Dradiusd_file.c187 size_t datalen, entsz, passz; local
214 passz = strlen(str) + 1;
215 entsz = offsetof(struct module_file_userinfo, password[passz]);
220 strlcpy(ent->password, str, passz);

Completed in 127 milliseconds