Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/bnu/
H A Ddial.c197 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
H A Dcu.c335 Cucall.telno = CNULL;
432 Cucall.telno = string;
454 if ((Cucall.telno != CNULL) &&
455 (strlen(Cucall.telno) >= (size_t)(MAXPH - 1))) {
805 if(Cucall.telno == CNULL)
H A Dconn.c1348 if(call->telno != NULL) {
1349 alt[F_PHONE] = call->telno;
H A Duucp.h397 char *telno; /* ptr to tel-no digit string */ member
/titanic_50/usr/src/lib/libnsl/dial/
H A Ddial.c187 if ((call.telno != NULL) && in dial()
188 (strlen(call.telno) != strspn(call.telno, "0123456789=-*#"))) { in dial()
190 rlfd = conn(call.telno); in dial()
200 if ((call.telno != NULL) && (*call.telno != '\0')) { in dial()
202 alt[F_PHONE] = call.telno; in dial()
H A Duucp.h292 char *telno; /* ptr to tel-no digit string */ member
/titanic_50/usr/src/head/
H A Ddial.h73 char *telno; /* ptr to tel-no/system name string */ member
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c94 call.telno = pp->dial_info; in open_dialup()
/titanic_50/usr/src/cmd/ttymon/
H A Duucp.h335 char *telno; /* ptr to tel-no digit string */ member