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

  /src/external/mit/libuv/dist/test/
benchmark-spawn.c 39 #define OUTPUT_SIZE 1024
40 static char output[OUTPUT_SIZE];
80 buf->len = OUTPUT_SIZE - output_used;
test-stdio-over-pipes.c 40 #define OUTPUT_SIZE 1024
41 static char output[OUTPUT_SIZE];
80 buf->len = OUTPUT_SIZE - output_used;
test-spawn.c 56 #define OUTPUT_SIZE 1024
57 static char output[OUTPUT_SIZE];
128 buf->len = OUTPUT_SIZE - output_used;
1889 unsigned char ubuf[OUTPUT_SIZE - 1];

Completed in 33 milliseconds