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

/macosx-10.10.1/ntp-92/libopts/
H A Dsave.c188 char* pzDirCh = strrchr( pzDir, DIRCH ); local
189 if (pzDirCh == NULL) {
194 strncpy( z, pzDir, (size_t)(pzDirCh - pzDir));
195 z[ pzDirCh - pzDir ] = NUL;
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dsave.c188 char* pzDirCh = strrchr( pzDir, DIRCH ); local
189 if (pzDirCh == NULL) {
194 strncpy( z, pzDir, (size_t)(pzDirCh - pzDir));
195 z[ pzDirCh - pzDir ] = NUL;

Completed in 142 milliseconds