Searched refs:stdin (Results 251 - 275 of 517) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch.rb731 stdin, stdout, stderr = *Open3.popen3(cmd)
733 stdin.puts(patch)
734 stdin.close
742 stdin.close unless stdin.closed?
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-top.c310 if (getline(&buf, &dummy, stdin) < 0)
352 if (getline(&buf, &dummy, stdin) < 0)
455 c = getc(stdin);
609 getc(stdin);
625 c = getc(stdin);
/external/lldb/test/pexpect-2.4/examples/
H A Dcgishell.cgi154 def daemonize (stdin=None, stdout=None, stderr=None, daemon_pid_filename=None):
156 The arguments stdin, stdout, stderr allow you to set the filename that the daemon reads and writes to.
170 if stdin is None: stdin = DEVNULL
219 si = open(stdin, 'r')
222 os.dup2(si.fileno(), sys.stdin.fileno())
/external/chromium_org/third_party/codesighs/
H A Dcodesighs.c58 ** Default is stdin.
117 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
618 outOptions->mInput = stdin;
619 outOptions->mInputName = strdup("stdin");
627 ERROR_REPORT(retval, "stdin/stdout", "Unable to strdup.");
693 if(NULL != outOptions->mInput && stdin != outOptions->mInput)
974 if(NULL != inOptions->mInput && stdin != inOptions->mInput)
H A Dmsdump2symdb.c58 ** Default is stdin.
91 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
881 outOptions->mInput = stdin;
882 outOptions->mInputName = strdup("stdin");
889 ERROR_REPORT(retval, "stdin/stdout", "Unable to strdup.");
955 if(NULL != outOptions->mInput && stdin != outOptions->mInput)
1024 if(NULL != inOptions->mInput && stdin != inOptions->mInput)
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-nfc.py372 fd = sys.stdin.fileno()
380 fd = sys.stdin.fileno()
388 ch = sys.stdin.read(1)
/external/zlib/src/test/
H A Dminigzip.c605 SET_BINARY_MODE(stdin);
608 file = gzdopen(fileno(stdin), "rb");
609 if (file == NULL) error("can't gzdopen stdin");
614 gz_compress(stdin, file);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dppucd.cpp68 file=stdin;
84 if(file!=stdin) {
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlua.c52 #define lua_stdin_is_tty() _isatty(_fileno(stdin))
54 #define lua_stdin_is_tty() 1 /* assume stdin is a tty */
79 fgets(b, LUA_MAXINPUT, stdin) != NULL) /* get line */
123 " - stop handling options and execute stdin\n"
289 status = luaL_loadbuffer(L, line, l, "=stdin");
333 fname = NULL; /* stdin */
473 else dofile(L, NULL); /* executes stdin as a file */
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp68 file=stdin;
84 if(file!=stdin) {
/external/libmtp/examples/
H A Dsendtr.c70 if ( fgets(buffer, bufsz, stdin) == NULL ) {
71 if (ferror(stdin)) {
74 fprintf(stderr, "EOF on stdin\n");
/external/libpng/contrib/gregbook/
H A Drpng-win.c99 int fd = fileno(stdin);
106 fread(&ch, 1, sizeof(ch), stdin);
/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c409 SET_BINARY_MODE(stdin);
410 count = fread(buffer, 1, sizeof(buffer), stdin);
/external/pcre/dist/
H A Dpcregrep.c2118 /* If the file name is "-" we scan stdin */
2122 return pcregrep(stdin, FR_PLAIN, stdin_name,
2507 name the name of the file; "-" is stdin
2525 f = stdin;
2555 if (f != stdin) fclose(f);
2570 if (f != stdin) fclose(f);
2579 if (f != stdin) fclose(f);
3201 no file arguments, search stdin, and then exit. */
3205 rc = pcregrep(stdin, FR_PLAIN, stdin_name,
3217 if (strcmp(fn->name, "-") == 0) fl = stdin; els
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive_mock.py43 self.stdin = StringIO.StringIO()
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A Dutility.cc114 EXPECT_TRUE(fgets(myStr, 10, stdin) != NULL);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-preproc.c148 f = stdin;
/external/chromium_org/tools/clang/scripts/
H A Dupdate.py235 # Work around this by setting stderr of the update.sh process to stdin (!):
236 # gclient doesn't redirect stdin, and while stdin itself is read-only, a
237 # dup()ed sys.stdin is writable, try
238 # fd2 = os.dup(sys.stdin.fileno()); os.write(fd2, 'hi')
242 stderr=os.fdopen(os.dup(sys.stdin.fileno())))
/external/chromium_org/tools/deep_memory_profiler/
H A Daccumulate.py266 do_main(sys.stdin, sys.stdout,
/external/chromium_org/tools/find_runtime_symbols/
H A Dfind_runtime_symbols.py203 sys.stdin)
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dandroid_browser_finder.py167 stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=devnull)
/external/chromium_org/tools/valgrind/
H A Dtest_suppressions.py56 pipe = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
/external/clang/utils/
H A DCmpDriver117 stdin=None,
/external/e2fsprogs/misc/
H A Dutil.c75 if (!fgets(buf, sizeof(buf), stdin) ||
/external/elfutils/0.153/src/
H A Dranlib.c93 (void) __fsetlocking (stdin, FSETLOCKING_BYCALLER);

Completed in 817 milliseconds

<<11121314151617181920>>