HomeSort by: relevance | last modified time | path
    Searched defs:id_count (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
keyword-gen.c 656 u_short id_count; local
666 id_count = highest_id - lowest_id + 1;
670 printf("const char * const keyword_text[%d] = {", id_count);
  /src/external/gpl3/binutils/dist/binutils/
rescoff.c 70 bfd_byte id_count[2]; member in struct:extern_res_directory
212 int name_count, id_count, i;
243 id_count = windres_get_16 (wrbfd, erd->id_count);
333 for (i = 0; i < id_count; i++, ere++)
825 windres_put_16 (cwi->wrbfd, erd->id_count, ci);
211 int name_count, id_count, i; local
  /src/external/gpl3/binutils.old/dist/binutils/
rescoff.c 70 bfd_byte id_count[2]; member in struct:extern_res_directory
212 int name_count, id_count, i;
243 id_count = windres_get_16 (wrbfd, erd->id_count);
329 for (i = 0; i < id_count; i++, ere++)
811 windres_put_16 (cwi->wrbfd, erd->id_count, ci);
211 int name_count, id_count, i; local
  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 129 int anonymous_only, daemonize, id_count, ipv6_mode, loglevel, max_sessions, variable
558 s->id = id_count++;
637 id_count = 1;
  /src/crypto/external/bsd/openssl/dist/apps/
ocsp.c 1039 int i, id_count; local
1043 id_count = OCSP_request_onereq_count(req);
1045 if (id_count <= 0) {
1057 for (i = 0; i < id_count; i++) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c 1143 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++) {
  /src/crypto/external/apache2/openssl/dist/apps/
ocsp.c 1085 int i, id_count; local
1089 id_count = OCSP_request_onereq_count(req);
1091 if (id_count <= 0) {
1106 for (i = 0; i < id_count; i++) {

Completed in 51 milliseconds