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

/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dconfigfile.c521 char * pzEnd = strchr(txt, NL); local
523 if (pzEnd == NULL)
528 if (txt > pzEnd) {
530 *pzEnd++ = NUL;
532 return pzEnd;
542 if (txt > pzEnd)
548 * IF the value is continued, remove the backslash escape and push "pzEnd"
551 if (pzEnd[-1] == '\\') {
552 char * pcD = pzEnd-1;
553 char * pcS = pzEnd;
[all...]

Completed in 106 milliseconds