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

/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dfind.c115 if (strneqvcmp(name, pOD->pz_Name, nm_len) == 0)
119 && (strneqvcmp(name, pOD->pz_DisableName, nm_len) == 0)
155 if (strneqvcmp(name, pOD->pz_Name, nm_len) == 0) {
172 && (strneqvcmp(name, pOD->pz_DisableName, nm_len) == 0)
H A Dconfigfile.c697 if ( (strneqvcmp(txt, opts->pzProgName, (int)name_len) == 0)
H A Dusage.c133 if (strneqvcmp(txt, fnt[ix].fnm_name, (int)fnt[ix].fnm_len) == 0)
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/autoopts/
H A Doptions.h710 #define strneqvcmp option_strneqvcmp macro
1161 * strneqvcmp - compare two strings with an equivalence mapping
1176 extern int strneqvcmp(char const *, char const *, int);

Completed in 93 milliseconds