Searched refs:id_count (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dkeyword-gen.c650 u_short id_count; local
660 id_count = highest_id - lowest_id + 1;
664 printf("const char * const keyword_text[%d] = {", id_count);
/freebsd-13-stable/contrib/ntp/scripts/stats/
H A Dclock.awk228 id_count++
/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c1143 int i, id_count; local
1147 id_count = OCSP_request_onereq_count(req);
1149 if (id_count <= 0) {
1161 for (i = 0; i < id_count; i++) {
/freebsd-13-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c129 int anonymous_only, daemonize, id_count, ipv6_mode, loglevel, max_sessions, variable
551 s->id = id_count++;
626 id_count = 1;

Completed in 67 milliseconds