Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dmsyslog.c465 size_t cd_octets; in change_logfile() local
499 cd_octets = strlen(curdir); in change_logfile()
501 if (cd_octets > 1 && in change_logfile()
502 DIR_SEP == curdir[cd_octets - 1]) in change_logfile()
503 cd_octets--; in change_logfile()
504 octets = cd_octets; in change_logfile()
510 (int)cd_octets, curdir, DIR_SEP, in change_logfile()