HomeSort by relevance Sort by last modified time
    Searched full:fdout (Results 1 - 7 of 7) sorted by null

  /external/dropbear/libtomcrypt/demos/
encrypt.c 105 FILE *fdin, *fdout; local
133 fdout = fopen(outfile,"wb");
134 if (fdout == NULL) {
187 if (fwrite(plaintext,1,y,fdout) != y) {
193 fclose(fdout);
210 if (fwrite(IV,1,ivsize,fdout) != ivsize) {
228 if (fwrite(ciphertext,1,y,fdout) != y) {
233 fclose(fdout);
  /external/dropbear/
svr-chansession.c 669 #define FDOUT 1
671 (dup2(outfds[FDOUT], STDOUT_FILENO) < 0) ||
672 (dup2(errfds[FDOUT], STDERR_FILENO) < 0)) {
677 close(infds[FDOUT]);
680 close(outfds[FDOUT]);
682 close(errfds[FDOUT]);
710 close(outfds[FDOUT]);
711 close(errfds[FDOUT]);
712 channel->writefd = infds[FDOUT];
725 #undef FDOUT
    [all...]
scp.c 169 do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout, int argc)
257 *fdout = pin[1];
  /bionic/linker/
linker_format.c 186 } FdOut;
191 FdOut *fdo = opaque;
210 fd_out_init(FdOut *fdo, int fd)
221 fd_out_length(FdOut *fdo)
230 FdOut fdo;
  /system/core/adb/
sysdeps_win32.c 865 int fdout; member in struct:BipBufferRec_
886 buffer->fdout = 0;
909 BIPD(( "bip_buffer_done: %d->%d\n", bip->fdin, bip->fdout ));
923 BIPD(( "bip_buffer_write: enter %d->%d len %d\n", bip->fdin, bip->fdout, len ));
939 D( "bip_buffer_write: error %d->%d WaitForSingleObject returned %d, error %ld\n", bip->fdin, bip->fdout, ret, GetLastError() );
949 BIPD(( "bip_buffer_write: exec %d->%d len %d\n", bip->fdin, bip->fdout, len ));
998 bip->fdin, bip->fdout, count, bip->a_start, bip->a_end, bip->b_end, bip->can_write, bip->can_read ));
1012 BIPD(( "bip_buffer_read: enter %d->%d len %d\n", bip->fdin, bip->fdout, len ));
1032 D( "bip_buffer_read: error %d->%d WaitForSingleObject returned %d, error %ld\n", bip->fdin, bip->fdout, ret, GetLastError());
1043 BIPD(( "bip_buffer_read: exec %d->%d len %d\n", bip->fdin, bip->fdout, len ))
    [all...]
  /external/llvm/tools/llc/
llc.cpp 194 tool_output_file *FDOut = new tool_output_file(OutputFilename.c_str(), error,
198 delete FDOut;
202 return FDOut;
  /external/qemu/
qemu-char.c 737 int fd_out = qemu_opt_get_number(opts, "fdout",-1);
2510 int fdin, fdout; local
    [all...]

Completed in 122 milliseconds