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

/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A Dfind.c113 if (strneqvcmp(name, pOD->pz_Name, nm_len) == 0)
117 && (strneqvcmp(name, pOD->pz_DisableName, nm_len) == 0)
153 if (strneqvcmp(name, pOD->pz_Name, nm_len) == 0) {
170 && (strneqvcmp(name, pOD->pz_DisableName, nm_len) == 0)
H A Dconfigfile.c695 if ( (strneqvcmp(txt, opts->pzProgName, (int)name_len) == 0)
H A Dusage.c131 if (strneqvcmp(txt, fnt[ix].fnm_name, (int)fnt[ix].fnm_len) == 0)
/freebsd-11.0-release/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h708 #define strneqvcmp option_strneqvcmp macro
1159 * strneqvcmp - compare two strings with an equivalence mapping
1174 extern int strneqvcmp(char const *, char const *, int);

Completed in 109 milliseconds