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

/freebsd-10.0-release/contrib/ntp/libopts/
H A Dload.c325 char* pzE; local
335 pzE = pzD-1;
337 pzE = pzTxt + strlen( pzTxt );
339 while ((pzE > pzTxt) && isspace( (int)pzE[-1] )) pzE--;
340 *pzE = NUL;
351 switch (pzE[-1]) {
/freebsd-10.0-release/contrib/ntp/sntp/libopts/
H A Dload.c325 char* pzE; local
335 pzE = pzD-1;
337 pzE = pzTxt + strlen( pzTxt );
339 while ((pzE > pzTxt) && isspace( (int)pzE[-1] )) pzE--;
340 *pzE = NUL;
351 switch (pzE[-1]) {

Completed in 75 milliseconds