Searched refs:strneqvcmp (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | find.c | 83 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 D | streqvcmp.c | 103 strneqvcmp(char const * s1, char const * s2, int ct) in strneqvcmp() function
|
H A D | save.c | 527 if ( (strneqvcmp(scan, opts->pzProgName, (int)name_len) == 0) in remove_settings()
|
H A D | configfile.c | 646 if ( (strneqvcmp(txt, opts->pzProgName, (int)name_len) == 0) in program_directive()
|
H A D | usage.c | 79 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 D | options.h | 710 #define strneqvcmp option_strneqvcmp macro 1176 extern int strneqvcmp(char const *, char const *, int);
|