Searched refs:tpre (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 84 char pre[MAXPH], npart[MAXPH], tpre[MAXPH], p[MAXPH]; in exphone() local 102 tpre[0] = NULLCHAR; in exphone() 106 if (sscanf(buf, "%60s%60s", p, tpre) < 1) in exphone() 110 tpre[0] = NULLCHAR; in exphone() 115 (void) strcpy(out, tpre); in exphone()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | callers.c | 144 char pre[MAXPH], npart[MAXPH], tpre[MAXPH], p[MAXPH]; local 162 tpre[0] = NULLCHAR; 166 if ( sscanf(buf, "%s%s", p, tpre) < 1) 170 tpre[0] = NULLCHAR; 175 (void) strcpy(out, tpre);
|