Searched refs:stdin (Results 451 - 475 of 517) sorted by relevance

<<11121314151617181920>>

/external/tcpdump/
H A Dtcpdump.c1209 VFile = stdin;
/external/vixl/src/a64/
H A Ddebugger-a64.cc703 if (fgets(buffer, length, stdin) == NULL) {
/external/srtp/
H A Dconfigure7862 - | *:- | *:-:* ) # input from stdin
7863 cat >$tmp/stdin
8001 -) echo $tmp/stdin ;;
8042 rm -f $tmp/stdin
8075 - | *:- | *:-:* ) # input from stdin
8076 cat >$tmp/stdin
8092 -) echo $tmp/stdin ;;
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c5758 fp = (writing ? stdout : stdin);
5783 if (fp != stdin && fp != stdout) fclose(fp);
5794 case path="" or NULL => use stdin or stdout.
5864 if(fp!=stdin && fp!=stdout){
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c5782 fp = (writing ? stdout : stdin);
5807 if (fp != stdin && fp != stdout) fclose(fp);
5818 case path="" or NULL => use stdin or stdout.
5888 if(fp!=stdin && fp!=stdout){
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c5774 fp = (writing ? stdout : stdin);
5799 if (fp != stdin && fp != stdout) fclose(fp);
5810 case path="" or NULL => use stdin or stdout.
5880 if(fp!=stdin && fp!=stdout){
H A Dvarinfo6.c5811 fp = (writing ? stdout : stdin);
5836 if (fp != stdin && fp != stdout) fclose(fp);
5847 case path="" or NULL => use stdin or stdout.
5917 if(fp!=stdin && fp!=stdout){
/external/valgrind/main/perf/
H A Dbz2.c5773 fp = (writing ? stdout : stdin);
5798 if (fp != stdin && fp != stdout) fclose(fp);
5809 case path="" or NULL => use stdin or stdout.
5879 if(fp!=stdin && fp!=stdout){
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py2013 soup = BeautifulSoup(sys.stdin)
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dfiletst.c344 uStdIn = u_finit(stdin, NULL, NULL);
/external/elfutils/0.153/src/
H A Dstrip.c170 __fsetlocking (stdin, FSETLOCKING_BYCALLER);
H A Dunstrip.c2233 __fsetlocking (stdin, FSETLOCKING_BYCALLER);
/external/icu/icu4c/source/test/iotest/
H A Dfiletst.c344 uStdIn = u_finit(stdin, NULL, NULL);
/external/iproute2/ip/
H A Diproute.c1534 exit(rtnl_from_file(stdin, &restore_handler, NULL));
/external/lldb/source/Core/
H A DDebugger.cpp738 in_file.SetStream (stdin, true);
/external/lldb/test/
H A Dlldbtest.py985 stdin = PIPE)
/external/ppp/pppd/
H A Dsys-solaris.c882 fclose(stdin); /* don't need stdin, stdout, stderr */
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py4594 # Support the UNIX convention of using "-" for stdin. Note that
4605 lines = codecs.StreamReaderWriter(sys.stdin,
4627 # When reading from stdin, the extension is unknown, so no cpplint tests
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c898 ? fopen(input->filename, "rb") : set_binary_mode(stdin);
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dinput.py910 stdin=subprocess.PIPE,
/external/chromium_org/v8/src/
H A Dd8.cc525 input = fgets(buffer, kBufferSize, stdin);
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py3876 # Support the UNIX convention of using "-" for stdin. Note that
3887 lines = codecs.StreamReaderWriter(sys.stdin,
3909 # When reading from stdin, the extension is unknown, so no cpplint tests
/external/genext2fs/
H A Dgenext2fs.c2658 fs = load_fs(stdin, bigendian);
/external/iproute2/misc/
H A Dss.c2846 filter_fp = stdin;
/external/libvpx/libvpx/tools/
H A Dcpplint.py4594 # Support the UNIX convention of using "-" for stdin. Note that
4605 lines = codecs.StreamReaderWriter(sys.stdin,
4627 # When reading from stdin, the extension is unknown, so no cpplint tests

Completed in 910 milliseconds

<<11121314151617181920>>