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

1 2 3 4 5 6 7 8 91011>>

  /external/clearsilver/man/man3/
filter_create_fp.3 31 in -> pointer to return the stdin pipe, or NULL if you don't
33 want the stdin pipe
48 in -> the stdin FILE of the sub process
filter_create_fd.3 31 fdin -> pointer to return the stdin pipe, or NULL if you don't
33 want the stdin pipe
57 fdin -> the stdin file descriptor of the sub process
cgiwrap_read.3 32 wraps the part of fread(stdin).
  /external/webkit/WebCore/manual-tests/resources/multiFileResources/
post-echo-and-notify-done.cgi 6 read(STDIN, $request, $ENV{'CONTENT_LENGTH'})
  /external/dropbear/libtomcrypt/notes/etc/
whirltest.c 8 while (fgets(buf, sizeof(buf)-2, stdin) != NULL) {
  /external/openssl/crypto/bio/
bio_lcl.h 5 #define UP_stdin stdin
  /build/tools/bin2asm/
data 3 * This reads from stdin and writes to stdout and takes a single
37 while (! feof(stdin)) {
38 amt = fread(buf, 1, sizeof(buf), stdin);
icudata.c 3 * This reads from stdin and writes to stdout and takes a single
48 while (! feof(stdin)) {
49 amt = fread(buf, 1, sizeof(buf), stdin);
  /external/dropbear/libtommath/demo/
demo.c 233 fgets(buf, sizeof(buf), stdin);
431 fgets(cmd, 4095, stdin);
437 fgets(buf, 4095, stdin);
439 fgets(buf, 4095, stdin);
441 fgets(buf, 4095, stdin);
454 fgets(buf, 4095, stdin);
456 fgets(buf, 4095, stdin);
458 fgets(buf, 4095, stdin);
474 fgets(buf, 4095, stdin);
476 fgets(buf, 4095, stdin);
    [all...]
  /external/clearsilver/util/
filter.h 53 * fdin -> pointer to return the stdin pipe, or NULL if you don't
54 * want the stdin pipe
59 * Output: fdin -> the stdin file descriptor of the sub process
75 * in -> pointer to return the stdin pipe, or NULL if you don't
76 * want the stdin pipe
81 * Output: in -> the stdin FILE of the sub process
  /external/bison/djgpp/
subpipe.c 99 is output, this file is closed and connected to m4's stdin. All m4's output
101 bison's stdin. */
114 * Save original stdin and stdout
119 error(EXIT_FAILURE, 0, _("saving stdin failed"));
141 * and will be redirected to m4's stdin.
186 * Redirect bison's output to m4's stdin.
193 error(EXIT_FAILURE, 0, _("redirecting m4's stdin from the temporary file failed"));
199 * and will be redirected to bison's stdin.
241 * Redirect m4's output to bison's stdin.
257 error(EXIT_FAILURE, 0, _("redirecting bison's stdin from the temporary file failed"))
    [all...]
  /external/wpa_supplicant/
wpa_passphrase.c 30 "stdin\n");
39 printf("# reading passphrase from stdin\n");
40 if (fgets(buf, sizeof(buf), stdin) == NULL) {
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_passphrase.c 30 "stdin\n");
39 printf("# reading passphrase from stdin\n");
40 if (fgets(buf, sizeof(buf), stdin) == NULL) {
  /external/ipsec-tools/src/racoon/
stats.pl 5 while(<STDIN>) {
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
mywc.c 9 FILE *f = stdin;
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 164 # line 1 "<stdin>"
167 # line 5 "<stdin>"
251 # line 84 "<stdin>"
    [all...]
  /system/core/toolbox/
cat.c 129 fp = stdin;
130 filename = "stdin";
134 fp = stdin;
145 if (fp != stdin)
191 fd = fileno(stdin);
192 filename = "stdin";
196 fd = fileno(stdin);
224 if (fd != fileno(stdin))
  /external/dropbear/libtomcrypt/demos/
hashsum.c 3 * hash.c: This app uses libtomcrypt to hash either stdin or a file
43 x = fread(hash_buffer, 1, sizeof(hash_buffer), stdin);
50 printf(" (stdin)\n");
  /external/expat/examples/
outline.c 87 len = (int)fread(Buff, 1, BUFFSIZE, stdin);
88 if (ferror(stdin)) {
92 done = feof(stdin);
  /external/netcat/data/
xor.c 3 With no args, xors stdin against 0xFF to stdout. A single argument is a
57 x = setmode (0, O_BINARY); /* make stdin raw */
59 fprintf (stderr, "stdin binary setmode oops: %d\n", x);
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
openbugs.py 38 help_text = "Finds all bug numbers passed in arguments (or stdin if no args provided) and opens them in a web browser"
58 # This won't open bugs until stdin is closed but could be made to easily. That would just make unit testing slightly harder.
59 bug_ids = self._find_bugs_in_iterable(sys.stdin)
  /external/jpeg/
jconfig.mac 37 #define TWO_FILE_COMMANDLINE /* Binary I/O thru stdin/stdout doesn't work */
  /bionic/libc/stdio/
getchar.c 44 return (getc_unlocked(stdin));
57 return (getc(stdin));
  /build/tools/fs_config/
fs_config.c 26 // trailing slash) on the stdin, and prints to stdout each input
46 while (fgets(buffer, 1023, stdin) != NULL) {
  /external/webkit/WebKitTools/iExploder/tools/
lasthit.rb 5 # It takes all or part of an apache logfile via stdin, and outputs a list
17 file = $stdin

Completed in 75 milliseconds

1 2 3 4 5 6 7 8 91011>>