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

  /src/bin/sh/
output.c 89 struct output memout = {NULL, 0, 0, NULL, MEM_OUT, 0 CHAIN }; variable in typeref:struct:output
106 if (memout.buf != NULL) {
107 ckfree(memout.buf);
108 memout.buf = NULL;
  /src/crypto/external/apache2/openssl/dist/test/
bio_base64_test.c 65 static int memout(BIO *mem, char c, int llen, int *pos) function
83 && memout(mem, ' ', llen, pos) == 0)
85 return memout(mem, c, llen, pos);

Completed in 19 milliseconds