HomeSort by relevance Sort by last modified time
    Searched defs:inout (Results 1 - 5 of 5) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
default.pass.cpp 21 std::strstream inout; local
25 inout << i << ' ' << d << ' ' << s << std::ends;
26 assert(inout.str() == std::string("123 4.5 dog"));
30 inout >> i >> d >> s;
  /external/ipsec-tools/src/racoon/
privsep.c 510 int inout; local
526 memcpy(&inout, bufs[3], sizeof(port));
537 raddr, bufs[2], inout) != 0) {
570 int inout; local
581 memcpy(&inout, bufs[1], sizeof(inout));
593 port, inout);
596 if (isakmp_cfg_accounting_pam(port, inout) != 0) {
991 privsep_accounting_system(port, raddr, usr, inout)
995 int inout;
    [all...]
  /external/openssh/
session.c 479 int inout[2], err[2]; local
485 if (socketpair(AF_UNIX, SOCK_STREAM, 0, inout) < 0) {
492 close(inout[0]);
493 close(inout[1]);
512 close(inout[0]);
513 close(inout[1]);
559 close(inout[1]);
561 if (dup2(inout[0], 0) < 0) /* stdin */
563 if (dup2(inout[0], 1) < 0) /* stdout (same as stdin) */
565 close(inout[0])
    [all...]
sftp.c 2021 int inout[2]; local
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 80 milliseconds