Home | History | Annotate | Download | only in ssl

Lines Matching defs:localhost

1091                 char	localhost[MAXHOSTNAMELEN+2];
1093 if (gethostname(localhost, sizeof localhost-1) == 0)
1095 localhost[sizeof localhost-1]='\0';
1096 if(strlen(localhost) == sizeof localhost-1)
1098 BIO_printf(bio_err,"localhost name too long\n");
1102 localhost);