Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Dparseinfo.c589 if (retval->HistoryLogPath) free (retval->HistoryLogPath); in parse_config()
592 retval->HistoryLogPath = expand_path (p, cvsroot, false, in parse_config()
595 if (retval->HistoryLogPath && !ISABSOLUTE (retval->HistoryLogPath)) in parse_config()
599 free (retval->HistoryLogPath); in parse_config()
600 retval->HistoryLogPath = NULL; in parse_config()
H A Dparseinfo.h21 char *HistoryLogPath; member
H A Dhistory.c384 if (config->HistoryLogPath) in get_history_log_name()
391 if (!strftime (log_name, PATH_MAX, config->HistoryLogPath, in get_history_log_name()
395 free (config->HistoryLogPath); in get_history_log_name()
396 config->HistoryLogPath = NULL; in get_history_log_name()
400 if (!config->HistoryLogPath) in get_history_log_name()