Home
last modified time | relevance | path

Searched refs:match_ct (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/ntp/sntp/libopts/
HDmakeshell.c610 unsigned int match_ct = 0; in emit_match_expr() local
623 while (UPPER(od->pz_Name[match_ct]) == UPPER(name[match_ct])) in emit_match_expr()
624 match_ct++; in emit_match_expr()
626 if (match_ct > min_match_ct) in emit_match_expr()
627 min_match_ct = match_ct; in emit_match_expr()
635 match_ct = 0; in emit_match_expr()
636 while ( toupper(od->pz_DisableName[match_ct]) in emit_match_expr()
637 == toupper(name[match_ct])) in emit_match_expr()
638 match_ct++; in emit_match_expr()
639 if (match_ct > min_match_ct) in emit_match_expr()
[all …]
HDfind.c260 opt_ambiguous(tOptions * opts, char const * name, int match_ct) in opt_ambiguous() argument
263 fprintf(stderr, zambig_opt_fmt, opts->pzProgPath, name, match_ct); in opt_ambiguous()
264 if (match_ct <= 4) in opt_ambiguous()
HDproto.h181 opt_ambiguous(tOptions * opts, char const * name, int match_ct);