/external/qemu/ |
offset_layout.py | 21 Reads from stdin, outputs to stdout. 60 line = sys.stdin.readline()
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
vms-code.c | 83 if (!freopen(name[IN_FD], mode[IN_FD], stdin)) 84 lerrsf("failed to redirect `stdin' from \"%s\"", name[IN_FD]);
|
/external/iproute2/tc/ |
tc.c | 256 if (freopen(name, "r", stdin) == NULL) { 271 while (getcmdline(&line, &len, stdin) != -1) {
|
/external/webkit/Tools/DumpRenderTree/cg/ |
ImageDiffCG.cpp | 79 size_t bytesRead = fread(buffer, 1, bytesToRead, stdin); 199 while (fgets(buffer, sizeof(buffer), stdin)) {
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
ImageDiff.cpp | 53 size_t bytesRead = fread(imageBuffer, 1, bytesToRead, stdin); 195 while (fgets(buffer, sizeof(buffer), stdin)) {
|
/external/webkit/Tools/DumpRenderTree/win/ |
ImageDiffCairo.cpp | 80 size_t bytesRead = fread(buffer, 1, bytesToRead, stdin); 202 while (fgets(buffer, sizeof(buffer), stdin)) {
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 80 rem vcdiff using stdin/stdout. Verify that output file matches target file 85 || ( echo Encode using stdin/stdout failed ^ 90 || ( echo Decode using stdin/stdout failed ^ 100 rem vcdiff with mixed stdin/stdout. 280 rem Using -buffersize=1 with stdin/stdout means that vcdiff 287 || ( echo Encode using stdin/stdout with -buffersize=1 failed ^ 294 || ( echo Decode using stdin/stdout with -buffersize=1 failed ^
|
/external/openssl/ |
e_os.h | 310 # if defined(_MSC_VER) && !defined(_DLL) && defined(stdin) 312 # undef stdin macro 316 # define stdin (&__iob_func()[0]) macro 320 # undef stdin macro 330 # define stdin (&_imp___iob[0]) macro
|
/dalvik/tools/hprof-conv/ |
HprofConv.c | 670 FILE* in = stdin; 677 "Specify '-' for either or both to use stdin/stdout.\n\n"); 705 if (in != stdin) 713 if (in != stdin)
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 47 "Target file (default is stdin for encode, stdout for decode"); 50 "stdin for decode"); 90 // opened for reading only, not an input stream such as stdin. The function 163 // The filenames used for input and output. Will be empty if stdin 176 // comes from stdin because no input file was specified, then the size of 199 if (input_file_ && (input_file_ != stdin)) { 259 _setmode(_fileno(stdin), _O_BINARY); 261 *file = stdin; 312 // Read from file or stdin 623 // and --delta file arguments must be specified, rather than using stdin [all...] |
/external/openssl/crypto/ui/ |
ui_openssl.c | 482 tty_in=stdin; 491 tty_in=stdin; 571 if (tty_in != stdin) fclose(tty_in);
|
/external/v8/tools/ |
gc-nvp-trace-processor.py | 80 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE) 81 gnuplot.stdin.write(script) 82 gnuplot.stdin.close()
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
executive.py | 139 # capture their output and print out to stdin. Useful for things 318 """Returns (stdin, string_to_communicate)""" 319 # FIXME: We should be returning /dev/null for stdin 320 # or closing stdin after process creation to prevent 363 stdin, string_to_communicate = self._compute_stdin(input) 367 stdin=stdin,
|
/development/testrunner/ |
run_command.py | 47 stdin_input: data to feed to stdin 73 stdin_input: data to feed to stdin 101 stdin=stdin_dest,
|
/external/chromium/testing/gtest/scripts/ |
fuse_gtest_files.py | 124 answer = sys.stdin.readline().strip()
|
/external/clang/tools/scan-view/ |
startfile.py | 47 # for TTY programs, we need stdin/out 57 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout,
|
/external/dropbear/libtomcrypt/demos/ |
encrypt.c | 159 fgets((char *)tmpkey,sizeof(tmpkey), stdin);
|
/external/e2fsprogs/lib/ss/ |
listen.c | 80 if (fgets(input, BUFSIZ, stdin) == input)
|
/external/gtest/scripts/ |
fuse_gtest_files.py | 136 answer = sys.stdin.readline().strip()
|
/external/icu4c/tools/toolutil/ |
filestrm.c | 206 return (FileStream*)stdin;
|
/external/netcat/data/ |
data.c | 107 x = setmode (0, O_BINARY); /* make stdin raw */ 109 fprintf (stderr, "stdin binary setmode oops: %d\n", x); 166 p = fgetss (buf_in, 120, stdin);
|
/external/openssl/crypto/pkcs7/ |
dec.c | 132 BIO_set_fp(data,stdin,BIO_NOCLOSE);
|
verify.c | 129 BIO_set_fp(data,stdin,BIO_NOCLOSE);
|
/external/protobuf/gtest/scripts/ |
fuse_gtest_files.py | 124 answer = sys.stdin.readline().strip()
|
/external/srec/config/en.us/dictionary/ |
cmu2nuance.cpp | 46 for (int lineno = 1; NULL != fgets(line, sizeof(line), stdin); lineno++)
|