Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c637 if (using_pty || record_file != NULL) {
724 if (record_file != NULL) {
757 } else if (record_file != NULL) {
2604 charshunt(ifd, ofd, record_file);
2638 charshunt(ifd, ofd, record_file) in charshunt() argument
2640 char *record_file;
2701 if (record_file != NULL) {
2702 recordf = fopen(record_file, "a");
2704 error("Couldn't create record file %s: %m", record_file);
H A Doptions.c101 char *record_file = NULL; /* File to record chars sent/received */ variable
241 { "record", o_string, &record_file,
H A Dpppd.h273 extern char *record_file; /* File to record chars sent/received */