/external/openssl/apps/ |
apps.c | 653 } else if(!strcmp(arg, "stdin")) { 654 pwdbio = BIO_new_fp(stdin, BIO_NOCLOSE); 656 BIO_printf(err, "Can't open BIO for stdin\n"); 765 setvbuf(stdin, NULL, _IONBF, 0); 766 BIO_set_fp(cert,stdin,BIO_NOCLOSE); 884 setvbuf(stdin, NULL, _IONBF, 0); 885 BIO_set_fp(key,stdin,BIO_NOCLOSE); 961 setvbuf(stdin, NULL, _IONBF, 0); 962 BIO_set_fp(key,stdin,BIO_NOCLOSE); 1063 BIO_set_fp(certs,stdin,BIO_NOCLOSE) [all...] |
asn1pars.c | 73 * -in arg - input file - default stdin 246 BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
dgst.c | 411 BIO_set_fp(in,stdin,BIO_NOCLOSE); 413 siglen,"","(stdin)",bmd,hmac_key,non_fips_allow);
|
dsaparam.c | 85 * -in arg - input file - default stdin 252 BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
/build/tools/releasetools/ |
check_target_files_signatures | 93 stdin=subprocess.PIPE, 167 stdin=subprocess.PIPE,
|
/external/bison/tests/ |
cxx-type.at | 143 if (!freopen (argv[1], "r", stdin)) 202 ungetc (c, stdin);
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
testing.sgml | 271 @G_TEST_TRAP_INHERIT_STDIN: If this flag is given, stdin of the forked 272 child process is shared with stdin of its parent process. It is
|
/external/emma/lib/internal/ |
stamptool.jar | |
/external/icu4c/io/ |
ustdio.c | 411 /* Don't read from stdin too many times. There is still some data. */ 430 /* Special case. Read from stdin one line at a time. */
|
/external/jpeg/ |
jpegtran.c | 414 /* default input file is stdin */ 492 if (input_file != stdin)
|
/external/quake/quake/src/WinQuake/ |
sys_linux.cpp | 144 // change stdin to non blocking 328 FD_SET(0, &fdset); // stdin
|
/external/v8/samples/ |
lineprocessor.cc | 275 while (!feof(stdin)) { 411 res = fgets(buffer, kBufferSize, stdin);
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
MVS.uudecode | 101 X be specified, and the input will come from STDIN */ 106 X in=stdin;
|
/development/pdk/docs/porting/ |
release_keys.jd | 47 openssl pkcs8 -in $1.pem -topk8 -outform DER -out $1.pk8 -passout stdin
|
/development/simulator/wrapsim/ |
LaunchWrapper.c | 228 if (tcsetpgrp(fileno(stdin), getpgrp()) != 0)
|
/external/bluetooth/bluez/cups/ |
hcrp.c | 276 /* Ignore SIGTERM signals if printing from stdin */
|
/external/bluetooth/bluez/sbc/ |
sbcenc.c | 69 fd = fileno(stdin);
|
sbcinfo.c | 190 fd = fileno(stdin);
|
/external/dhcpcd/ |
common.c | 152 dup2(fd, fileno(stdin));
|
/external/dropbear/ |
cli-kex.c | 139 response = getc(stdin);
|
cli-session.c | 218 /* keeping stdin open steals input from the terminal and
|
/external/e2fsprogs/misc/ |
util.c | 74 fgets(buf, sizeof(buf), stdin);
|
/external/e2fsprogs/tests/progs/ |
test_icount.c | 256 f = stdin;
|
/external/e2fsprogs/util/ |
subst.c | 348 in = stdin;
|
/external/icu4c/extra/uconv/ |
uconv.cpp | 644 // Open the correct input file or connect to stdin for reading input 659 infile = stdin; 661 if (setmode(fileno(stdin), O_BINARY) == -1) { [all...] |