Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c183 char *phonecl; /* clear phone string */ in processdev() local
330 phonecl = repphone(dev[D_ARG], flds[F_PHONE], args[1]); in processdev()
331 exphone(phonecl, 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.c236 char *phonecl; /* clear phone string */ local
380 phonecl = repphone(dev[D_ARG], flds[F_PHONE], args[1]);
381 exphone(phonecl, phoneex);
386 if (chat(w-2, &args[2], dcf, phonecl, phoneex) != SUCCESS) {