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

  /src/crypto/external/apache2/openssl/dist/test/
bio_base64_test.c 35 #define NLEN 6
373 lencase = quotrem(q, NLEN, &q);
472 numidx = NLEN * (NVAR * NPAD - NPAD + 1) * 2 * 2;
  /src/external/bsd/am-utils/dist/amd/
opts.c 51 #define NLEN 16 /* Length of longest option name (conservative) */
73 int nlen; /* Length of option name */ member in struct:opt
1033 char nbuf[NLEN + 1];
1136 if (len > NLEN)
1137 len = NLEN;
1163 if (len == op->nlen && STREQ(op->name, nbuf)) {
1164 char xbuf[NLEN + 3];

Completed in 16 milliseconds