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

<<11121314151617181920>>

  /external/openssl/
e_os.h 309 # if defined(_MSC_VER) && !defined(_DLL) && defined(stdin)
311 # undef stdin macro
315 # define stdin (&__iob_func()[0]) macro
319 # undef stdin macro
329 # define stdin (&_imp___iob[0]) macro
  /external/sepolicy/tools/
check_seapp.c 566 "Processes an seapp_contexts file specified by argument <input file> (default stdin) "
577 /* If not set on stdin already */
636 log_info("Input file set to: %s\n", (in_file_name == NULL) ? "stdin" : in_file_name);
698 input_file = stdin;
699 in_file_name = "stdin";
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 259 * open file descriptors for attaching stdin/stdout/sterr
287 // This means the READ side of stdin pipe goes into pipe[1]
524 * Set up inherited stdin, stdout, stderr for child
697 * Create stdin thread, if needed
1178 * using the default stdin, stdout, and stderr handles.
  /bionic/libc/include/
stdio.h 191 #define stdin (&__sF[0]) macro
438 #define getchar() getc(stdin)
440 #define getchar_unlocked() getc_unlocked(stdin)
  /development/ndk/platforms/android-3/include/
stdio.h 195 #define stdin (&__sF[0]) macro
416 #define getchar() getc(stdin)
418 #define getchar_unlocked() getc_unlocked(stdin)
  /development/ndk/platforms/android-8/include/
stdio.h 195 #define stdin (&__sF[0]) macro
416 #define getchar() getc(stdin)
418 #define getchar_unlocked() getc_unlocked(stdin)
  /development/scripts/
stack 41 print " stdin."
389 print "Reading native crash info from stdin"
390 f = sys.stdin
  /external/libmtp/examples/
sendtr.c 70 if ( fgets(buffer, bufsz, stdin) == NULL ) {
71 if (ferror(stdin)) {
74 fprintf(stderr, "EOF on stdin\n");
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.h 133 // descriptor.proto). This is piped to the plugin's stdin. The set will
266 MODE_ENCODE, // --encode: read text from stdin, write binary to stdout.
267 MODE_DECODE // --decode: read binary from stdin, write text to stdout.
  /external/v8/tools/
gc-nvp-trace-processor.py 80 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE)
81 gnuplot.stdin.write(script)
82 gnuplot.stdin.close()
  /external/webkit/Tools/android/flex-2.5.4a/
scan.l 666 /* set_input_file - open the given file (if NULL, stdin) for scanning */
682 yyin = stdin;
683 infilename = copy_string( "<stdin>" );
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 225 #define stdin (&__sF[0]) macro
446 #define getchar() getc(stdin)
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 204 #define stdin (&__sF[0]) macro
425 #define getchar() getc(stdin)
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 225 #define stdin (&__sF[0]) macro
446 #define getchar() getc(stdin)
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 204 #define stdin (&__sF[0]) macro
425 #define getchar() getc(stdin)
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 225 #define stdin (&__sF[0]) macro
446 #define getchar() getc(stdin)
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 204 #define stdin (&__sF[0]) macro
425 #define getchar() getc(stdin)
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 225 #define stdin (&__sF[0]) macro
446 #define getchar() getc(stdin)
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 204 #define stdin (&__sF[0]) macro
425 #define getchar() getc(stdin)
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 225 #define stdin (&__sF[0]) macro
446 #define getchar() getc(stdin)
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 204 #define stdin (&__sF[0]) macro
425 #define getchar() getc(stdin)
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 225 #define stdin (&__sF[0]) macro
446 #define getchar() getc(stdin)
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 204 #define stdin (&__sF[0]) macro
425 #define getchar() getc(stdin)
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 216 #define stdin (&__sF[0]) macro
435 #define getchar() getc(stdin)
437 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h 216 #define stdin (&__sF[0]) macro
435 #define getchar() getc(stdin)
437 #define getchar_unlocked() getc_unlocked(stdin)

Completed in 642 milliseconds

<<11121314151617181920>>