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

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dcook.c248 char * pzD = pzScan++; local
263 *pzD = NUL; /* This is probably the end of the line */
271 switch (*(pzD++) = *(pzS++)) {
287 pzD--;
297 ct = ao_string_cook_escape_char(pzS, pzD-1, (uint_t)NL);
312 pzD[-1] = *pzS++;
314 } /* switch (*(pzD++) = *(pzS++)) */

Completed in 93 milliseconds