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

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dcook.c249 char * pzS = pzScan; local
262 while (*pzS == q) {
264 if (! contiguous_quote(&pzS, &q, lnct_p))
265 return pzS;
271 switch (*(pzD++) = *(pzS++)) {
285 if (*pzS == NL) {
286 pzS++;
297 ct = ao_string_cook_escape_char(pzS, pzD-1, (uint_t)NL);
301 pzS += ct;
308 else switch (*pzS) {
[all...]

Completed in 62 milliseconds