out_count
extern int out_count; /* Index in output buffer */
#define clear_buffer() (out_count = 0)
if (out_count <= 0) /* There is nothing to flush */
printf("%.*s", out_count, screen);
if (write(fd, screen, out_count) != out_count) {
int out_count; /* Index in output buffer */
screen [out_count++] = c;
if (out_count == SCREEN_SIZE) /* Flush on SCREEN_SIZE chars */
long length,int out_count,DES_cblock *seed);
int tls1_count_shared_groups(const SSL *ssl, size_t *out_count);
tls1_count_shared_groups(const SSL *ssl, size_t *out_count)
*out_count = count;
out_count = 0;
out_count++;
out_count++;
out_count = 0; /* # of codes output (for debugging). */