Home | History | Annotate | Download | only in pan

Lines Matching full:logfilename

153 	char *logfilename = NULL;
233 logfilename = strdup(optarg);
323 if (logfilename != NULL) {
327 if (!strcmp(logfilename, "-")) {
330 if ((logfile = fopen(logfilename, "a+")) == NULL) {
334 logfilename);