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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c120 * repphone - Replace \D and \T sequences in arg with phone
124 repphone(char *arg, char *phone, char *trstr) function
207 dev[D_ARG] = repphone(dev[D_ARG], flds[F_PHONE], "");
330 phonecl = repphone(dev[D_ARG], flds[F_PHONE], args[1]);
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c181 * repphone - Replace \D and \T sequences in arg with phone
185 repphone(arg, phone, trstr) function
264 dev[D_ARG] = repphone(dev[D_ARG], flds[F_PHONE], "");
384 phonecl = repphone(dev[D_ARG], flds[F_PHONE], args[1]);

Completed in 45 milliseconds