HomeSort by relevance Sort by last modified time
    Searched full:stdin (Results 51 - 75 of 627) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/iptables/
ip6tables-restore.8 29 is used to restore IPv6 Tables from data specified on STDIN. Use
iptables-restore.8 29 is used to restore IP Tables from data specified on STDIN. Use
  /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/libpng/contrib/pngminus/
pnm2png.c 32 #define STDIN 0
63 FILE *fp_rd = stdin;
103 else if (fp_rd == stdin)
131 /* set stdin/stdout to binary, we're reading the PNM always! in binary format */
132 if (fp_rd == stdin)
134 setmode (STDIN, O_BINARY);
  /external/openssl/apps/
passwd.c 51 * -stdin - read passwords from stdin
125 else if (strcmp(argv[i], "-stdin") == 0)
182 BIO_printf(bio_err, "-stdin read passwords from stdin\n");
205 BIO_set_fp(in, stdin, BIO_NOCLOSE);
  /external/clearsilver/python/examples/base/
CSPage.py 20 self.stdin = sys.stdin
38 neo_cgi.cgiWrap(context.stdin, context.stdout, context.environ)
  /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);
  /bionic/libc/tools/
genserv.py 69 services = parse(sys.stdin)
  /dalvik/dvz/
dvz.c 89 "process. stdin, stdout, and stderr are hooked up. This process remains\n"
  /dalvik/libcore/luni/src/main/java/java/lang/
Process.java 67 * <em>(stdin)</em> of the native process represented by this object.
  /development/tools/
make_key 63 -passout stdin
  /external/blktrace/doc/
blkiomon.8 19 and variance. For this purpose, it consumes D and C traces read from stdin.
  /external/bluetooth/bluez/cups/
spp.c 83 /* Ignore SIGTERM signals if printing from stdin */
  /external/bluetooth/glib/tests/
unicode-collate.c 88 in = g_io_channel_unix_new (fileno (stdin));
  /external/e2fsprogs/resize/
test_extent.c 115 do_test(stdin, stdout);
  /external/icu4c/io/
ufile.h 72 int32_t fFileno; /* File number. Useful to determine if it's stdin. */
  /external/qemu/distrib/sdl-1.2.12/src/main/epoc/
SDL_main.cpp 72 /* arrange for access to Win32 stdin/stdout/stderr */
  /external/webkit/WebKitTools/Scripts/webkitpy/
user.py 51 child_process = subprocess.Popen([pager], stdin=subprocess.PIPE)
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
README 3 version of the Unix "wc" tool: read text from stdin and print the number of
  /external/zlib/
minigzip.c 301 SET_BINARY_MODE(stdin);
304 file = gzdopen(fileno(stdin), "rb");
305 if (file == NULL) error("can't gzdopen stdin");
310 gz_compress(stdin, file);
  /frameworks/base/tests/backup/
test_backup.sh 23 ruby -e 'p_stanza = STDIN.read.match(/Participants:.*?(?=Ever)/m)[0]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 337 /* open input, or stdin if '-' is specified */
338 log = strcmp(argv [i], "-") ? fopen(argv [i], "rb") : stdin;
352 /* don't close stdin! */
353 if (log != stdin) fclose(log);
  /bionic/libc/stdio/
findfp.c 53 /* the usual - (stdin + stdout + stderr) */
60 std(__SRD, STDIN_FILENO), /* stdin */
freopen.c 67 * a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin)
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
TouchDex.java 60 * path list, or "-" to read from stdin.
79 throw new RuntimeException ("Error processing stdin");

Completed in 227 milliseconds

1 23 4 5 6 7 8 91011>>