Home
last modified time | relevance | path

Searched refs:argct (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libopts/
Dconfigfile.c142 int argct = argl->useCt; in optionFindValue() local
145 if (argct == 0) { in optionFindValue()
155 while (--argct >= 0) { in optionFindValue()
/freebsd-12-stable/contrib/gcc/
Dc-decl.c6783 int argct = 0; in start_function() local
6797 ++argct; in start_function()
6798 switch (argct) in start_function()
6828 if (argct > 0 && (argct < 2 || argct > 3)) in start_function()