Home
last modified time | relevance | path

Searched refs:field_ct (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dgenshell.c411 if (option_xlateable_txt.field_ct != 0) { in AO_gettext()
450 if (option_xlateable_txt.field_ct != 0) { in translate_option_strings()
456 int ix = option_xlateable_txt.field_ct; in translate_option_strings()
463 option_xlateable_txt.field_ct = 0; in translate_option_strings()
H A Dinit.c59 && (option_xlateable_txt.field_ct != 0) ) { in validate_struct()
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.c473 if (option_xlateable_txt.field_ct != 0) { in AO_gettext()
512 if (option_xlateable_txt.field_ct != 0) { in translate_option_strings()
518 int ix = option_xlateable_txt.field_ct; in translate_option_strings()
521 ppz++; /* skip over field_ct */ in translate_option_strings()
525 option_xlateable_txt.field_ct = 0; in translate_option_strings()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.c742 if (option_xlateable_txt.field_ct != 0) { in AO_gettext()
781 if (option_xlateable_txt.field_ct != 0) { in translate_option_strings()
787 int ix = option_xlateable_txt.field_ct; in translate_option_strings()
790 ppz++; /* skip over field_ct */ in translate_option_strings()
794 option_xlateable_txt.field_ct = 0; in translate_option_strings()
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.c787 if (option_xlateable_txt.field_ct != 0) { in AO_gettext()
826 if (option_xlateable_txt.field_ct != 0) { in translate_option_strings()
832 int ix = option_xlateable_txt.field_ct; in translate_option_strings()
835 ppz++; /* skip over field_ct */ in translate_option_strings()
839 option_xlateable_txt.field_ct = 0; in translate_option_strings()
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.c1094 if (option_xlateable_txt.field_ct != 0) { in AO_gettext()
1133 if (option_xlateable_txt.field_ct != 0) { in translate_option_strings()
1139 int ix = option_xlateable_txt.field_ct; in translate_option_strings()
1142 ppz++; /* skip over field_ct */ in translate_option_strings()
1146 option_xlateable_txt.field_ct = 0; in translate_option_strings()
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.c1228 if (option_xlateable_txt.field_ct != 0) { in AO_gettext()
1267 if (option_xlateable_txt.field_ct != 0) { in translate_option_strings()
1273 int ix = option_xlateable_txt.field_ct; in translate_option_strings()
1276 ppz++; /* skip over field_ct */ in translate_option_strings()
1280 option_xlateable_txt.field_ct = 0; in translate_option_strings()
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.c1448 if (option_xlateable_txt.field_ct != 0) { in AO_gettext()
1487 if (option_xlateable_txt.field_ct != 0) { in translate_option_strings()
1493 int ix = option_xlateable_txt.field_ct; in translate_option_strings()
1496 ppz++; /* skip over field_ct */ in translate_option_strings()
1500 option_xlateable_txt.field_ct = 0; in translate_option_strings()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Dusage-txt.h45 int field_ct; member