Home
last modified time | relevance | path

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

/mirbsd/src/libexec/login_tis/
Dlogin_tis.c66 int tis_open(struct tis_connection *, const char *, char *);
174 if (tis_open(&tc, tc.server, ebuf) == -1 && (!tc.altserver || in main()
175 tis_open(&tc, tc.altserver, ebuf) == -1)) { in main()
407 tis_open(struct tis_connection *tc, const char *server, char *ebuf) in tis_open() function