HomeSort by relevance Sort by last modified time
    Searched refs:read_stdin (Results 1 - 9 of 9) sorted by null

  /external/libjpeg-turbo/
cdjpeg.c 112 read_stdin (void) function
cdjpeg.h 132 EXTERN(FILE *) read_stdin (void);
jpegtran.c 449 fp = read_stdin();
cjpeg.c 572 input_file = read_stdin();
djpeg.c 575 input_file = read_stdin();
  /toolchain/binutils/binutils-2.27/include/gdb/
callback.h 83 int (*read_stdin) ( host_callback *, char *, int);
82 int (*read_stdin) ( host_callback *, char *, int); member in struct:host_callback_struct
  /toolchain/binutils/binutils-2.27/binutils/
addr2line.c 223 int read_stdin = (naddr == 0);
227 if (read_stdin)
220 int read_stdin = (naddr == 0); local
  /external/curl/tests/server/
sockfilt.c 445 * read_stdin tries to read from stdin nbytes into the given buffer. This is a
451 static bool read_stdin(void *buffer, size_t nbytes) function
1056 if(!read_stdin(buffer, 5))
1087 if(!read_stdin(buffer, 5))
1100 if(!read_stdin(buffer, buffer_len))
    [all...]
  /external/toybox/toys/pending/
diff.c 178 static FILE* read_stdin() function
376 if (IS_STDIN(files[i])) file[i].fp = read_stdin();

Completed in 607 milliseconds