Searched defs:getto (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c44 static int getto(char *[]); /* make this static when ct uses altconn() */
90 fn = getto(flds);
91 CDEBUG(4, "getto ret %d\n", fn);
115 /* finds or getto failed */
124 * getto - connect to remote machine
132 getto(char *flds[]) function
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c60 EXTERN int getto(); /* make this static when ct uses altconn() */
95 fn = getto(flds);
96 CDEBUG(4, "getto ret %d\n", fn);
129 /* finds or getto failed */
136 * getto - connect to remote machine
144 getto(flds) function
1323 alt[F_TIME] = "Any"; /* needed for getto(); [F_TYPE] and */
1357 fn = getto(alt);
1358 CDEBUG(4, "getto ret %d\n", fn);

Completed in 56 milliseconds