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

/macosx-10.10/ntp-92/libopts/
H A Dcook.c163 char* pzS = pzScan; local
176 while (*pzS == q) {
178 pzS++;
181 while (IS_WHITESPACE_CHAR(*pzS))
182 if (*(pzS++) == '\n')
189 switch (*pzS) {
198 switch (pzS[1]) {
204 pzS = strchr( pzS, '\n' );
205 if (pzS
[all...]
H A Dload.c128 tCC* pzS = pzName; local
133 if ( (*(pzD++) = *(pzS++)) == NUL)
308 char* pzS = pzTxt; local
310 while (IS_WHITESPACE_CHAR(*++pzS)) ;
311 while ((*(pzD++) = *(pzS++)) != NUL) ;
/macosx-10.10/ntp-92/sntp/libopts/
H A Dcook.c163 char* pzS = pzScan; local
176 while (*pzS == q) {
178 pzS++;
181 while (IS_WHITESPACE_CHAR(*pzS))
182 if (*(pzS++) == '\n')
189 switch (*pzS) {
198 switch (pzS[1]) {
204 pzS = strchr( pzS, '\n' );
205 if (pzS
[all...]
H A Dload.c128 tCC* pzS = pzName; local
133 if ( (*(pzD++) = *(pzS++)) == NUL)
308 char* pzS = pzTxt; local
310 while (IS_WHITESPACE_CHAR(*++pzS)) ;
311 while ((*(pzD++) = *(pzS++)) != NUL) ;

Completed in 71 milliseconds