Home
last modified time | relevance | path

Searched refs:DIR_SEP (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dmsyslog.c162 prog = strrchr(progname, DIR_SEP); in addto_syslog()
408 cp = strrchr(name, DIR_SEP); in init_logging()
495 DIR_SEP != log_fname[0] && in change_logfile()
502 DIR_SEP == curdir[cd_octets - 1]) in change_logfile()
510 (int)cd_octets, curdir, DIR_SEP, in change_logfile()
/freebsd/contrib/ntp/sntp/
H A Dkod_management.c143 pch = strchr(kod_db_file + 1, DIR_SEP); in write_kod_db()
152 *pch = DIR_SEP; in write_kod_db()
153 pch = strchr(pch + 1, DIR_SEP); in write_kod_db()
H A Dconfig.h.in16 #undef DIR_SEP
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_dir_sep.m421 AC_DEFINE_UNQUOTED([DIR_SEP], [$ntp_cv_dir_sep],
/freebsd/contrib/ntp/ntpd/
H A Dntp_filegen.c519 for (p = fname; p != NULL; p = strchr(p, DIR_SEP)) { in valid_fileref()
521 && ('\0' == p[2] || DIR_SEP == p[2])) in valid_fileref()
H A Dntp_util.c494 if (0 == len || DIR_SEP == value[len - 1]) { in stats_config()
497 dirsep_or_nul = DIR_SEP; in stats_config()
H A Dntp_config.c4216 } else if (DIR_SEP != curr_var->value.s[len - 1] in config_vars()
4226 DIR_SEP); in config_vars()
/freebsd/usr.sbin/ntp/
H A Dconfig.h290 #define DIR_SEP '/' macro
/freebsd/contrib/ntp/
H A Dconfig.h.in289 #undef DIR_SEP
H A DChangeLog4720 * Use a char for DIR_SEP, not a string.
H A DCommitLog177018 add NTP_DIR_SEP to define DIR_SEP (/ or \)
184093 '/' -> DIR_SEP
203873 Use a char for DIR_SEP, not a string
203887 Use a char for DIR_SEP, not a string
203899 Use a char for DIR_SEP, not a string