Lines Matching defs:output

418  * any further output occuring.
419 * Must be called only in contexts where it is OK to send output.
452 Must be called only in contexts where it is OK to send output. */
457 * the buffer output routines might try and allocate memory.
889 /* Strictly speaking, we're not supposed to output anything
3160 authentication. Flush everything we've output so far, and
3281 /* This is the output which we are saving up to send to the server, in the
3607 * is so we can intercept its standard output. Even if all of CVS
3943 we might not get output in the same order in which it
5739 send the output now. */
6047 must send the output now. */
6078 * <li>Waits on the command process, draining output as necessary.</li>
6094 * buf_to_net The output buffer which moves data to the CVS
6151 * mode and send any pending output. In the usual case there won't
6160 * have generated any final output, we shut down BUF_TO_NET.
6188 * output while waiting for it to unblock the signal we sent
7574 krb_encrypt_input( void *fnclosure, const char *input, char *output, int size )
7579 des_cbc_encrypt ((char *) input, (char *) output,
7589 tcount = ((output[0] & 0xff) << 8) + (output[1] & 0xff);
7600 krb_encrypt_output( void *fnclosure, const char *input, char *output,
7623 des_cbc_encrypt ((char *) input, (char *) output, aligned,
7659 /* Output LEN bytes at STR. If LEN is zero, then output up to (not including)
7722 output zero bytes. */
7807 /* Like CVS_OUTPUT but output is for stderr not stdout. */
7852 /* Make sure that output appears in order if stdout and stderr
7937 case (e.g. non-client/server), TAG is just "newline" to output a
7939 output normal text.
7941 Note that there is no way to output either \0 or \n as part of TEXT. */