Searched refs:telno (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Ddial.c65 * char *telno; ptr to tel-no digit string
186 /* Determine whether contents of "telno" is a system name. */
187 if ((call.telno != NULL) &&
188 (strlen(call.telno) != strspn(call.telno, "0123456789=-*#"))) {
190 rlfd = conn(call.telno);
200 if ((call.telno != NULL) && (*call.telno != '\0')) {
202 alt[F_PHONE] = call.telno;
H A Duucp.h292 char *telno; /* ptr to tel-no digit string */ member in struct:call
/illumos-gate/usr/src/cmd/bnu/
H A Ddial.c63 * char *telno; ptr to tel-no digit string
196 /* Determine whether contents of "telno" is a system name. */
197 if ( (call.telno != NULL) &&
198 (strlen(call.telno) != strspn(call.telno,"0123456789=-*#")) ) {
200 rlfd = conn(call.telno);
210 if ( (call.telno != NULL) && (*call.telno != '\0') ) {
212 alt[F_PHONE] = call.telno;
H A Ddial.h71 char *telno; /* ptr to tel-no/system name string */ member in struct:__anon46
H A Dcu.c35 * [-o|-e] [-L] [-C] telno | systemname [local-cmd]
98 * which bypasses /etc/uucp/Systems -- if a telno or direct
244 static char *P_USAGE= "Usage: %s [-dhtnLC] [-c device] [-s speed] [-l line] [-b 7|8]\n\t[-o | -e] telno | systemname [local-cmd]\n";
335 Cucall.telno = CNULL;
432 Cucall.telno = string;
434 /* if it's not a legitimate telno, then it should be a systemname */
454 if ((Cucall.telno != CNULL) &&
455 (strlen(Cucall.telno) >= (size_t)(MAXPH - 1))) {
805 if(Cucall.telno == CNULL)
H A Duucp.h397 char *telno; /* ptr to tel-no digit string */ member in struct:call
H A Dconn.c1347 /* cu ... telno */
1348 if(call->telno != NULL) {
1349 alt[F_PHONE] = call->telno;
/illumos-gate/usr/src/head/
H A Ddial.h73 char *telno; /* ptr to tel-no/system name string */ member in struct:__anon2247
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c94 call.telno = pp->dial_info;
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h335 char *telno; /* ptr to tel-no digit string */ member in struct:call

Completed in 104 milliseconds