Home
last modified time | relevance | path

Searched refs:read_stdin (Results 1 – 23 of 23) sorted by relevance

/third_party/libuv/test/
Dtest-pipe-close-stdout-read-stdin.c40 void read_stdin(uv_stream_t *stream, ssize_t nread, const uv_buf_t* buf) in read_stdin() function
82 r = uv_read_start((uv_stream_t *)&stdin_pipe, alloc_buffer, read_stdin); in TEST_IMPL()
/third_party/libuv/docs/code/uvtee/
Dmain.c44 void read_stdin(uv_stream_t *stream, ssize_t nread, const uv_buf_t *buf) { in read_stdin() function
76 uv_read_start((uv_stream_t*)&stdin_pipe, alloc_buffer, read_stdin); in main()
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dbench-c-deflate-fragmentation.c129 const char* read_stdin() { in read_stdin() function
350 const char* msg = read_stdin(); in main()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dcdjpeg.c113 read_stdin(void) in read_stdin() function
Dcdjpeg.h133 EXTERN(FILE *) read_stdin(void);
Djpegtran.c463 fp = read_stdin(); in main()
Dcjpeg.c590 input_file = read_stdin(); in main()
Ddjpeg.c590 input_file = read_stdin(); in main()
/third_party/libjpeg-turbo/
Dcdjpeg.c113 read_stdin(void) in read_stdin() function
Dcdjpeg.h133 EXTERN(FILE *) read_stdin(void);
Djpegtran.c463 fp = read_stdin(); in main()
Dcjpeg.c590 input_file = read_stdin(); in main()
Ddjpeg.c592 input_file = read_stdin(); in main()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dcdjpeg.c124 read_stdin(void) in read_stdin() function
Dcdjpeg.h137 EXTERN(FILE *) read_stdin(void);
Dcjpeg.c641 input_file = read_stdin(); in cjpeg()
Djpegtran.c547 fp = read_stdin(); in jpegtran()
Ddjpeg.c628 input_file = read_stdin(); in djpeg()
/third_party/flutter/skia/third_party/externals/wuffs/example/gifplayer/
Dgifplayer.c108 const char* read_stdin() { in read_stdin() function
446 const char* status = read_stdin(); in main()
/third_party/curl/tests/server/
Dsockfilt.c318 static bool read_stdin(void *buffer, size_t nbytes) in read_stdin() function
1040 if(!read_stdin(buffer, 5)) in juggle()
1071 if(!read_stdin(buffer, 5)) in juggle()
1084 if(!read_stdin(buffer, buffer_len)) in juggle()
/third_party/alsa-utils/amixer/
Damixer.c1779 int read_stdin = 0; in main() local
1856 read_stdin = 1; in main()
1874 if (read_stdin) { in main()
/third_party/toybox/toys/pending/
Ddiff.c183 static FILE* read_stdin() in read_stdin() function
384 if (IS_STDIN(files[i])) file[i].fp = read_stdin(); in diff()
/third_party/libuv/docs/src/guide/
Dfilesystem.rst224 buffers are required to hold incoming data. ``read_stdin`` will be called with