Home | History | Annotate | Download | only in ssl

Lines Matching defs:localhost

1114                 char	localhost[MAXHOSTNAMELEN+2];
1116 if (gethostname(localhost, sizeof localhost-1) == 0)
1118 localhost[sizeof localhost-1]='\0';
1119 if(strlen(localhost) == sizeof localhost-1)
1121 BIO_printf(bio_err,"localhost name too long\n");
1125 localhost);