Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dsave.c113 char * dirchp; in find_file_name() local
132 dirchp = strrchr(res, DIRCH); in find_file_name()
133 if (dirchp == NULL) { in find_file_name()
138 if ((size_t)(dirchp - res) >= sizeof(z)) in find_file_name()
141 memcpy(z, res, (size_t)(dirchp - res)); in find_file_name()
142 z[dirchp - res] = NUL; in find_file_name()