Searched defs:phone (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/tip/aculib/ |
H A D | v3451.c | 35 char phone[50]; local 66 (void) strlcpy(phone, num, sizeof (phone)); 67 (void) strlcat(phone, "\r", sizeof (phone)); 68 vawrite(phone, 1 + slow); 69 if (!expect(phone)) { 70 (void) printf("Vadic will not accept phone number\n");
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 75 * exphone - expand phone number for given prefix and number 120 * repphone - Replace \D and \T sequences in arg with phone 124 repphone(char *arg, char *phone, char *trstr) argument 141 exphone(phone, tp); 148 for (fp = phone; *tp = *fp++; tp++) 183 char *phonecl; /* clear phone string */ 184 char phoneex[2*(MAXPH+2)]; /* expanded phone string */ 321 * Translate the phone number
|
/illumos-gate/usr/src/lib/libcommputil/common/ |
H A D | sdp_parse.c | 149 * phone-fields (p=) 150 * *(%x70 "=" phone-number CRLF) 151 * anything between "=" and "CRLF" is considered to be phone-number 154 sdp_parse_phone(sdp_list_t **phone, const char *begin, const char *end, argument 180 if (*phone == NULL) { 181 *phone = new_phone; 183 tmp = *phone;
|
H A D | sdp.c | 393 * Adds phone number field to the session. 394 * p=<phone-number> 397 sdp_add_phone(sdp_session_t *session, const char *phone) argument 399 if (session == NULL || phone == NULL || (strlen(phone) == 0)) 401 return (add_value_to_list(&session->s_phone, phone, strlen(phone),
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | callers.c | 134 * exphone - expand phone number for given prefix and number 181 * repphone - Replace \D and \T sequences in arg with phone 185 repphone(arg, phone, trstr) 186 char *arg, *phone, *trstr; 198 exphone(phone, tp); 205 for(fp=phone; *tp = *fp++; tp++) 240 char *phonecl; /* clear phone string */ 241 char phoneex[2*(MAXPH+2)]; /* expanded phone string */ 376 * Translate the phone number 810 char dcname[20], dnname[20], phone[MAXP local 1001 char phone[MAXPH+2]; local [all...] |
Completed in 76 milliseconds