Home | History | Annotate | Download | only in pppd

Lines Matching defs:record_file

147 char	*record_file = NULL;	/* File to record chars sent/received */
203 { "record", o_string, &record_file,
530 if (using_pty || record_file != NULL) {
622 if (record_file != NULL) {
660 } else if (record_file != NULL) {
666 if (using_pty || record_file != NULL) {
943 charshunt(0, 1, record_file);
975 charshunt(ifd, ofd, record_file)
977 char *record_file;
1045 if (record_file != NULL) {
1046 recordf = fopen(record_file, "a");
1048 error("Couldn't create record file %s: %m", record_file);