Searched refs:i_strocpy (Results 1 - 7 of 7) sorted by relevance
/dovecot/src/auth/ |
H A D | password-scheme-otp.c | 30 if (i_strocpy(state.seed, random_hex, sizeof(state.seed)) < 0)
|
/dovecot/src/lib/ |
H A D | strfuncs.h | 50 int i_strocpy(char *dest, const char *src, size_t dstsize);
|
H A D | net.c | 272 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 D | strfuncs.c | 323 int i_strocpy(char *dest, const char *src, size_t dstsize) function
|
/dovecot/src/imap-login/ |
H A D | imap-login-cmd-id.c | 181 if (i_strocpy(id->key, key, sizeof(id->key)) < 0)
|
/dovecot/src/lib-ssl-iostream/ |
H A D | iostream-openssl-context.c | 75 if (i_strocpy(buf, userdata, size) < 0) {
|
/dovecot/src/plugins/quota/ |
H A D | quota.c | 334 if (i_strocpy(root_name, "quota", sizeof(root_name)) < 0)
|
Completed in 1294 milliseconds