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

/dovecot/src/auth/
H A Dpassword-scheme-otp.c30 if (i_strocpy(state.seed, random_hex, sizeof(state.seed)) < 0)
/dovecot/src/lib/
H A Dstrfuncs.h50 int i_strocpy(char *dest, const char *src, size_t dstsize);
H A Dnet.c272 if (i_strocpy(sa.un.sun_path, path, sizeof(sa.un.sun_path)) < 0) {
499 if (i_strocpy(sa.un.sun_path, path, sizeof(sa.un.sun_path)) < 0) {
H A Dstrfuncs.c323 int i_strocpy(char *dest, const char *src, size_t dstsize) function
/dovecot/src/imap-login/
H A Dimap-login-cmd-id.c181 if (i_strocpy(id->key, key, sizeof(id->key)) < 0)
/dovecot/src/lib-ssl-iostream/
H A Diostream-openssl-context.c75 if (i_strocpy(buf, userdata, size) < 0) {
/dovecot/src/plugins/quota/
H A Dquota.c334 if (i_strocpy(root_name, "quota", sizeof(root_name)) < 0)

Completed in 1294 milliseconds