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

/macosx-10.10.1/ntp-92/libopts/
H A Dsave.c317 tCC* pzNl = strchr( pzLA, '\n' ); local
323 if (pzNl == NULL)
329 (void)fwrite( pzLA, (size_t)(pzNl - pzLA), (size_t)1, fp );
330 pzLA = pzNl+1; /* advance the Last Arg pointer */
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dsave.c317 tCC* pzNl = strchr( pzLA, '\n' ); local
323 if (pzNl == NULL)
329 (void)fwrite( pzLA, (size_t)(pzNl - pzLA), (size_t)1, fp );
330 pzLA = pzNl+1; /* advance the Last Arg pointer */

Completed in 257 milliseconds