Searched refs:DIR_SEP (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/ntp/libntp/
H A Dmsyslog.c162 prog = strrchr(progname, DIR_SEP);
408 cp = strrchr(name, DIR_SEP);
412 pname = 1 + cp; /* skip DIR_SEP */
495 DIR_SEP != log_fname[0] &&
502 DIR_SEP == curdir[cd_octets - 1])
510 (int)cd_octets, curdir, DIR_SEP,
/freebsd-10.3-release/contrib/ntp/sntp/
H A Dkod_management.c143 pch = strchr(kod_db_file + 1, DIR_SEP);
152 *pch = DIR_SEP;
153 pch = strchr(pch + 1, DIR_SEP);
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_filegen.c509 * check below for DIR_SEP (\ on windows) are adequate.
519 for (p = fname; p != NULL; p = strchr(p, DIR_SEP)) {
521 && ('\0' == p[2] || DIR_SEP == p[2]))
H A Dntp_util.c433 /* - 1 since value may be missing the DIR_SEP. */
442 /* Add a DIR_SEP unless we already have one. */
447 add_dir_sep = (DIR_SEP !=
452 "%s%c", value, DIR_SEP);
H A Dntp_config.c3794 } else if (DIR_SEP != curr_var->value.s[len - 1]
3804 DIR_SEP);
/freebsd-10.3-release/usr.sbin/ntp/
H A Dconfig.h296 #define DIR_SEP '/' macro

Completed in 269 milliseconds