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

  /src/external/ibm-public/postfix/dist/src/util/
argv.c 463 #define ARRAY_LEN (10)
467 const char *inputs[ARRAY_LEN]; /* input strings */
472 const char *exp_argv[ARRAY_LEN]; /* expected array content */
  /src/crypto/external/apache2/openssl/dist/demos/http3/
ossl-nghttp3.c 13 #define ARRAY_LEN(x) (sizeof(x) / sizeof((x)[0]))
616 vecs, ARRAY_LEN(vecs));

Completed in 82 milliseconds