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

/macosx-10.10/ntp-92/libopts/autoopts/
H A Doptions.h466 #define strneqvcmp option_strneqvcmp macro
953 * strneqvcmp - compare two strings with an equivalence mapping
969 extern int strneqvcmp(char const*, char const*, int);
/macosx-10.10/ntp-92/sntp/libopts/autoopts/
H A Doptions.h466 #define strneqvcmp option_strneqvcmp macro
953 * strneqvcmp - compare two strings with an equivalence mapping
969 extern int strneqvcmp(char const*, char const*, int);
/macosx-10.10/ntp-92/libopts/
H A Dautoopts.c298 if (strneqvcmp( pzOptName, pOD->pz_Name, nameLen ) == 0) {
318 && (strneqvcmp(pzOptName, pOD->pz_DisableName, nameLen) == 0)
H A Dconfigfile.c623 if ( (strneqvcmp( pzText, pOpts->pzProgName, (int)name_len) == 0)
/macosx-10.10/ntp-92/sntp/libopts/
H A Dautoopts.c298 if (strneqvcmp( pzOptName, pOD->pz_Name, nameLen ) == 0) {
318 && (strneqvcmp(pzOptName, pOD->pz_DisableName, nameLen) == 0)
H A Dconfigfile.c623 if ( (strneqvcmp( pzText, pOpts->pzProgName, (int)name_len) == 0)

Completed in 72 milliseconds