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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/autoopts/
H A Doptions.h468 #define strneqvcmp option_strneqvcmp macro
955 * strneqvcmp - compare two strings with an equivalence mapping
971 extern int strneqvcmp(char const*, char const*, int);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/autoopts/
H A Doptions.h482 #define strneqvcmp option_strneqvcmp macro
970 * strneqvcmp - compare two strings with an equivalence mapping
986 extern int strneqvcmp(char const*, char const*, int);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dautoopts.c301 if (strneqvcmp( pzOptName, pOD->pz_Name, nameLen ) == 0) {
321 && (strneqvcmp(pzOptName, pOD->pz_DisableName, nameLen) == 0)
H A Dconfigfile.c625 if ( (strneqvcmp( pzText, pOpts->pzProgName, (int)name_len) == 0)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dautoopts.c306 if (strneqvcmp(pzOptName, pOD->pz_Name, nameLen) == 0) {
326 && (strneqvcmp(pzOptName, pOD->pz_DisableName, nameLen) == 0)
H A Dconfigfile.c672 if ( (strneqvcmp(pzText, pOpts->pzProgName, (int)name_len) == 0)
H A Dusage.c130 if (strneqvcmp(flg_txt, fnt->fnm_name, fnt->fnm_len) == 0)

Completed in 183 milliseconds