Home | History | Annotate | Download | only in pppd

Lines Matching defs:record_file

149 char	*record_file = NULL;	/* File to record chars sent/received */
205 { "record", o_string, &record_file,
535 if (using_pty || record_file != NULL) {
630 if (record_file != NULL) {
668 } else if (record_file != NULL) {
674 if (using_pty || record_file != NULL) {
947 charshunt(0, 1, record_file);
978 charshunt(ifd, ofd, record_file)
980 char *record_file;
1048 if (record_file != NULL) {
1049 recordf = fopen(record_file, "a");
1051 error("Couldn't create record file %s: %m", record_file);