Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/pppd/chat/
Dchat.c142 char *chat_file = (char *) 0; variable
192 void do_file(char *chat_file);
267 chat_file = copy_of(optarg);
327 if (chat_file != NULL) {
331 do_file (chat_file);
350 void do_file (chat_file) in do_file() argument
351 char *chat_file; in do_file()
358 cfp = fopen (chat_file, "r");
360 fatal(1, "%s -- open failed: %m", chat_file);