Home
last modified time | relevance | path

Searched refs:md5shared (Results 1 – 4 of 4) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/pop3d/
H A Dpop3d.c27 char *md5shared; variable
349 md5shared = mu_alloc (strlen (local_hostname) + 51); in pop3d_mainloop()
351 snprintf (md5shared, strlen (local_hostname) + 50, "<%u.%u@%s>", getpid (), in pop3d_mainloop()
357 pop3d_outf ("+OK POP3 Ready %s\n", md5shared); in pop3d_mainloop()
H A Dapop.c192 mu_md5_process_bytes (md5shared, strlen (md5shared), &md5context); in pop3d_apop()
H A Dquit.c52 free (md5shared); in pop3d_quit()
H A Dpop3d.h234 extern char *md5shared;