OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_stdin
(Results
1 - 11
of
11
) sorted by null
/external/pdfium/third_party/libjpeg/
cdjpeg.h
113
#define
read_stdin
RdStdin
macro
150
EXTERN(FXSYS_FILE *)
read_stdin
JPP((void));
/external/libjpeg-turbo/
cdjpeg.c
111
read_stdin
(void)
function
cdjpeg.h
123
EXTERN(FILE *)
read_stdin
(void);
jpegtran.c
448
fp =
read_stdin
();
cjpeg.c
570
input_file =
read_stdin
();
djpeg.c
573
input_file =
read_stdin
();
/toolchain/binutils/binutils-2.25/include/gdb/
callback.h
82
int (*
read_stdin
) ( host_callback *, char *, int);
81
int (*
read_stdin
) ( host_callback *, char *, int);
member in struct:host_callback_struct
/ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c
205
int
read_stdin
= (naddr == 0);
209
if (
read_stdin
)
202
int
read_stdin
= (naddr == 0);
local
/toolchain/binutils/binutils-2.25/binutils/
addr2line.c
215
int
read_stdin
= (naddr == 0);
219
if (
read_stdin
)
212
int
read_stdin
= (naddr == 0);
local
/external/curl/tests/server/
sockfilt.c
432
*
read_stdin
tries to read from stdin nbytes into the given buffer. This is a
438
static bool
read_stdin
(void *buffer, size_t nbytes)
function
1025
if(!
read_stdin
(buffer, 5))
1056
if(!
read_stdin
(buffer, 5))
1069
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 724 milliseconds