Home
last modified time | relevance | path

Searched refs:MAXPH (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c84 char pre[MAXPH], npart[MAXPH], tpre[MAXPH], p[MAXPH]; in exphone()
130 pbuf = malloc(2*(MAXPH+2)); in repphone()
184 char phoneex[2*(MAXPH+2)]; /* expanded phone string */ in processdev()
H A Duucp.h278 #define MAXPH 60 /* maximum phone string size */ macro
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c140 char pre[MAXPH], npart[MAXPH], tpre[MAXPH], p[MAXPH];
184 static char pbuf[2*(MAXPH+2)];
237 char phoneex[2*(MAXPH+2)]; /* expanded phone string */
806 char dcname[20], dnname[20], phone[MAXPH+2];
997 char phone[MAXPH+2];
H A Duucp.h383 #define MAXPH 60 /* maximum phone string size */ macro
H A Dcu.c279 char s[MAXPH]; in main()
450 (strlen(Cucall.telno) >= (size_t)(MAXPH - 1))) { in main()
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h324 #define MAXPH 60 /* maximum phone string size */ macro