HomeSort by: relevance | last modified time | path
    Searched refs:opt_ct (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/
save.c 409 int opt_ct; local
414 opt_ct = al->useCt;
417 if (opt_ct <= 0) {
425 while (--opt_ct >= 0) {
447 int opt_ct; local
460 opt_ct = al->useCt;
463 if (opt_ct <= 0)
482 } while (--opt_ct > 0);
makeshell.c 402 int opt_ct = opts->presetOptCt; local
406 for (;opt_ct > 0; od++, --opt_ct) {
436 int opt_ct = opts->presetOptCt; local
440 for (;opt_ct > 0; od++, --opt_ct) {
574 int opt_ct = opts->optCt; local
578 for (;opt_ct > 0; od++, --opt_ct) {

Completed in 57 milliseconds