Home | History | Annotate | Download | only in ssl

Lines Matching defs:localhost

991                 char	localhost[MAXHOSTNAMELEN+2];
993 if (gethostname(localhost, sizeof localhost-1) == 0)
995 localhost[sizeof localhost-1]='\0';
996 if(strlen(localhost) == sizeof localhost-1)
998 BIO_printf(bio_err,"localhost name too long\n");
1002 localhost);