Searched refs:phone (Results 1 - 15 of 15) sorted by path

/freebsd-current/contrib/ntp/conf/
H A Dbeauregard.conf7 phone atdt913034944774 atdt913034944785 atdt913034944774
8 #phone atdt913034944812 atdt913034948497 atdt913034948022
/freebsd-current/contrib/ntp/include/
H A Dntp_config.h246 string_fifo * phone; member in struct:config_tree_tag
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_config.c138 #define MAXPHONE 10 /* maximum number of phone strings */
165 char * sys_phone[MAXPHONE] = {NULL}; /* ACTS phone numbers */
1091 str_node = HEAD_PFIFO(ptree->phone);
1093 fprintf(df, "phone");
3610 sn = HEAD_PFIFO(ptree->phone);
3618 "phone: Number of phone entries exceeds %zu. Ignoring phone %s...",
3642 FREE_STRING_FIFO(ptree->phone);
H A Dntp_parser.c3347 { CONCAT_G_FIFOS(cfgt.phone, (yyvsp[0].String_fifo)); }
/freebsd-current/usr.bin/tip/libacu/
H A Dv3451.c54 char phone[50]; local
83 (void)snprintf(phone, sizeof phone, "%s\r", num);
84 vawrite(phone, 1 + slow);
85 if (!expect(phone)) {
86 printf("Vadic will not accept phone number\n");
/freebsd-current/usr.sbin/ppp/
H A Dauth.c170 auth_SetPhoneList(const char *name, char *phone, int phonelen) argument
195 strncpy(phone, vector[4], phonelen - 1);
196 phone[phonelen - 1] = '\0';
210 *phone = '\0';
H A Dcbcp.c69 *cbcp->fsm.phone = '\0';
260 char list[sizeof cbcp->fsm.phone], *next;
269 strncpy(list, cbcp->fsm.phone, sizeof list - 1);
320 !auth_SetPhoneList(cbcp->p->dl->peer.authname, cbcp->fsm.phone,
321 sizeof cbcp->fsm.phone)) {
322 strncpy(cbcp->fsm.phone, cbcp->p->dl->cfg.cbcp.phone,
323 sizeof cbcp->fsm.phone - 1);
324 cbcp->fsm.phone[sizeof cbcp->fsm.phone
[all...]
H A Dcbcp.h42 char phone[SCRIPT_LEN]; member in struct:cbcpcfg
52 char phone[SCRIPT_LEN]; /* What to dial */ member in struct:cbcp::__anon6713
H A Dchat.c570 chat_Setup(struct chat *c, const char *data, const char *phone) argument
589 c->phone = phone;
622 * \T Telephone number(s) (defined via `set phone')
669 if (c->phone) {
670 strncpy(result, c->phone, reslen);
H A Dchat.h63 const char *phone; /* Our phone number */ member in struct:chat
H A Dcommand.c2006 strncpy(cx->cfg.phone.list, argp, sizeof cx->cfg.phone.list - 1);
2007 cx->cfg.phone.list[sizeof cx->cfg.phone.list - 1] = '\0';
2008 cx->phone.alt = cx->phone.next = NULL;
2178 *cx->cfg.cbcp.phone = '\0';
2181 strncpy(cx->cfg.cbcp.phone, arg->argv[arg->argn],
2182 sizeof cx->cfg.cbcp.phone - 1);
2183 cx->cfg.cbcp.phone[sizeo
[all...]
H A Ddatalink.c126 dl->phone.chosen = "N/A";
129 log_Printf(LogPHASE, "Call peer back on %s\n", dl->cbcp.fsm.phone);
131 strncpy(dl->cfg.phone.list, dl->cbcp.fsm.phone,
132 sizeof dl->cfg.phone.list - 1);
133 dl->cfg.phone.list[sizeof dl->cfg.phone.list - 1] = '\0';
134 dl->phone.alt = dl->phone.next = NULL;
179 if (dl->phone
191 char *phone; local
[all...]
H A Ddatalink.h76 } phone; member in struct:datalink::__anon6727
82 int timeout; /* Redial timeout value (end of phone list) */
94 char *next; /* Next phone from the list */
95 char *alt; /* Alternate (after fail) phone from the list */
96 const char *chosen; /* Chosen phone number after DIAL */
97 } phone; member in struct:datalink
H A Dphysical.c461 prompt_Printf(arg->prompt, " Phone Number: %s\n", arg->cx->phone.chosen);
H A Dppp.conf31 set phone PHONE_NUM
40 set phone *99\#

Completed in 203 milliseconds