Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dfind.c83 if (strneqvcmp(name, pOD->pz_Name, nm_len) == 0) in opt_ambiguities()
87 && (strneqvcmp(name, pOD->pz_DisableName, nm_len) == 0) in opt_ambiguities()
123 if (strneqvcmp(name, pOD->pz_Name, nm_len) == 0) { in opt_match_ct()
140 && (strneqvcmp(name, pOD->pz_DisableName, nm_len) == 0) in opt_match_ct()
H A Dstreqvcmp.c103 strneqvcmp(char const * s1, char const * s2, int ct) in strneqvcmp() function
H A Dsave.c527 if ( (strneqvcmp(scan, opts->pzProgName, (int)name_len) == 0) in remove_settings()
H A Dconfigfile.c646 if ( (strneqvcmp(txt, opts->pzProgName, (int)name_len) == 0) in program_directive()
H A Dusage.c79 if (strneqvcmp(txt, fnt[ix].fnm_name, (int)fnt[ix].fnm_len) == 0) in parse_usage_flags()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h710 #define strneqvcmp option_strneqvcmp macro
1176 extern int strneqvcmp(char const *, char const *, int);