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

<<11121314151617181920>>

  /system/core/toolbox/
powerd.c 335 // printf("goto data on stdin quit\n");
  /external/openssl/apps/
x509.c 97 " -in arg - input file - default stdin\n",
558 BIO_set_fp(in,stdin,BIO_NOCLOSE|BIO_FP_TEXT);
    [all...]
smime.c 616 in = BIO_new_fp(stdin, BIO_NOCLOSE);
  /external/ppp/pppd/
pppd.h 305 extern bool notty; /* Stdin/out is not a tty */
479 /* Run `cmd' with given stdin and stdout */
    [all...]
  /prebuilt/linux-x86/flex/
flex-2.5.4a 
  /external/libxml2/
xmllint.c 801 if (!fgets(line_read, 500, stdin))
825 if (f != stdin) {
    [all...]
  /external/blktrace/
blkparse.c     [all...]
blkiomon.c 732 perror("blkiomon: could not open stdin for reading");
  /prebuilt/sdk/tools/linux/
aidl 
  /external/e2fsprogs/e2fsck/
dict.c 1308 if (!fgets(in, sizeof(input_t), stdin))
    [all...]
profile.c     [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 318 "\t'-' by itself means to read from stdin.\n"
    [all...]
  /external/opencore/tools_v2/build/document/bin/
doc_build.bat 173 $VIEW = <STDIN>;
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flexdef.h 414 * do_stdinit - whether to initialize yyin/yyout to stdin/stdout
    [all...]
  /development/pdk/docs/porting/
debugging_native.jd 302 <p>Or you can run <code>logcat</code> without any parameters and it will read from <code>stdin</code>. You can then paste output into the terminal or pipe it. Run <code>logcat</code> from the top of the tree in the environment in which you do builds so that the application can determine relative paths to the toolchain to use to decode the object files.
  /external/bison/tests/
calc.at 327 input = stdin;
  /external/bluetooth/bluez/audio/
ipctest.c 1098 assert(data.gin = g_io_channel_unix_new(fileno(stdin)));
  /external/bluetooth/bluez/tools/
dfutool.c 168 if (!fgets(str, sizeof(str) - 1, stdin))
  /external/clearsilver/cgi/
cgi.h 136 * NERR_IO - error reading HDF file or reading CGI stdin, or
  /external/clearsilver/mod_ecs/
mod_ecs.c 9 access methods, namely environment variables and stdin/stdout, allowing
  /external/elfutils/src/
size.c 158 __fsetlocking (stdin, FSETLOCKING_BYCALLER);
  /external/expat/xmlwf/
xmlwf.c 776 const XML_Char *file = useStdin ? T("STDIN") : argv[i];
  /external/iproute2/
ChangeLog 171 * Assume stdin if no argument is given to -batch
  /external/iproute2/doc/
ss.sgml 330 If <tt/FILE/ is <tt/-/ <tt/stdin/ is used.
  /external/iptables/
iptables-xml.c 649 in = stdin;

Completed in 192 milliseconds

<<11121314151617181920>>