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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c179 char *chat_file = (char *) 0; variable
228 void do_file __P((char *chat_file));
325 chat_file = copy_of(arg);
393 if (chat_file != NULL) {
398 do_file (chat_file);
416 void do_file (chat_file)
417 char *chat_file;
424 cfp = fopen (chat_file, "r");
426 fatal(1, "%s -- open failed: %m", chat_file);

Completed in 202 milliseconds