Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c184 char phoneex[2*(MAXPH+2)]; /* expanded phone string */ in processdev() local
331 exphone(phonecl, phoneex); in processdev()
332 translate(args[1], phoneex); in processdev()
336 if (chat(w-2, &args[2], dcf, phonecl, phoneex) != SUCCESS) { in processdev()
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c237 char phoneex[2*(MAXPH+2)]; /* expanded phone string */ local
381 exphone(phonecl, phoneex);
382 translate(args[1], phoneex);
386 if (chat(w-2, &args[2], dcf, phonecl, phoneex) != SUCCESS) {