Searched refs:phone (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dcbcp.h42 char phone[SCRIPT_LEN]; member in struct:cbcpcfg
52 char phone[SCRIPT_LEN]; /* What to dial */ member in struct:cbcp::__anon10987
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 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 Dchat.h61 const char *phone; /* Our phone number */ member in struct:chat
H A Ddatalink.h76 } phone; member in struct:datalink::__anon11001
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 Dauth.c162 auth_SetPhoneList(const char *name, char *phone, int phonelen) argument
187 strncpy(phone, vector[4], phonelen - 1);
188 phone[phonelen - 1] = '\0';
202 *phone = '\0';
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 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 Dphysical.c474 prompt_Printf(arg->prompt, " Phone Number: %s\n", arg->cx->phone.chosen);
/freebsd-9.3-release/etc/ppp/
H A Dppp.conf32 set phone PHONE_NUM
/freebsd-9.3-release/contrib/ntp/conf/
H A Dbeauregard.conf7 phone atdt913034944774 atdt913034944785 atdt913034944774
8 #phone atdt913034944812 atdt913034948497 atdt913034948022
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Dv3451.c62 char phone[50]; local
91 (void)snprintf(phone, sizeof phone, "%s\r", num);
92 vawrite(phone, 1 + slow);
93 if (!expect(phone)) {
94 printf("Vadic will not accept phone number\n");
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.conf.sample80 set phone 1234567
94 set phone 1234567
114 set phone 1234567
127 set phone 12345678 # Replace this with your ISPs phone number
169 # Multi-phone example. Numbers separated by a : are used sequentially.
174 set phone 12345678|12345679:12345670|12345671
176 # Some phone numbers may include # characters - don't forget to escape
179 set phone "12345##678"
321 set phone
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_config.h233 string_fifo * phone; member in struct:config_tree_tag
/freebsd-9.3-release/contrib/tcsh/
H A Dcomplete.tcsh201 complete {talk,ntalk,phone} p/1/'`users | tr " " "\012" | uniq`'/ \
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_config.c135 #define MAXPHONE 10 /* maximum number of phone strings */
152 char *sys_phone[MAXPHONE] = {NULL}; /* ACTS phone numbers */
924 str_node = HEAD_PFIFO(ptree->phone);
926 fprintf(df, "phone");
3118 sn = HEAD_PFIFO(ptree->phone);
3126 "phone: Number of phone entries exceeds %zu. Ignoring phone %s...",
3150 FREE_STRING_FIFO(ptree->phone);
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.osf1r5616 hangup hup str HU - - ----- hang-up phone
H A DCaps607 hangup hup str HU - - ----- hang-up phone
H A DCaps.aix4709 hangup hup str HU - - ----- hang-up phone
H A DCaps.hpux11615 hangup hup str HU - - ----- hang-up phone
H A DCaps.keys609 hangup hup str HU - - ----- hang-up phone

Completed in 140 milliseconds