Searched refs:DIR_SEP (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/ntp/libntp/ |
| HD | msyslog.c | 162 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()
|
| /NextBSD/contrib/ntp/sntp/ |
| HD | kod_management.c | 143 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()
|
| HD | config.h.in | 21 #undef DIR_SEP
|
| /NextBSD/contrib/ntp/sntp/m4/ |
| HD | ntp_dir_sep.m4 | 21 AC_DEFINE_UNQUOTED([DIR_SEP], [$ntp_cv_dir_sep],
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntp_filegen.c | 519 for (p = fname; p != NULL; p = strchr(p, DIR_SEP)) { in valid_fileref() 521 && ('\0' == p[2] || DIR_SEP == p[2])) in valid_fileref()
|
| HD | ntp_util.c | 447 add_dir_sep = (DIR_SEP != in stats_config() 452 "%s%c", value, DIR_SEP); in stats_config()
|
| HD | ntp_config.c | 3573 } else if (DIR_SEP != curr_var->value.s[len - 1] in config_vars() 3583 DIR_SEP); in config_vars()
|
| /NextBSD/usr.sbin/ntp/ |
| HD | config.h | 296 #define DIR_SEP '/' macro
|
| /NextBSD/contrib/ntp/ |
| HD | config.h.in | 294 #undef DIR_SEP
|
| HD | ChangeLog | 3887 * Use a char for DIR_SEP, not a string.
|
| HD | CommitLog | 151613 add NTP_DIR_SEP to define DIR_SEP (/ or \) 158721 '/' -> DIR_SEP 178514 Use a char for DIR_SEP, not a string 178528 Use a char for DIR_SEP, not a string 178540 Use a char for DIR_SEP, not a string
|