Home
last modified time | relevance | path

Searched refs:read_stdio (Results 1 – 9 of 9) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/fastcgi/
H A Dfastcgi_wrappers.c65 static char * read_stdio(FILE *);
137 return read_stdio(stdin); in fcgi_read_stdin()
139 static char * read_stdio(FILE * f) { in read_stdio() function
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/musepack/
H A Dmpc_reader.c50 read_stdio(mpc_reader *p_reader, void *ptr, mpc_int32_t size) in read_stdio() function
114 tmp_reader.read = read_stdio; in mpc_reader_init_stdio_stream()
/dports/emulators/mednafen/mednafen/src/mpcdec/
H A Dmpc_reader.c50 read_stdio(mpc_reader *p_reader, void *ptr, mpc_int32_t size) in read_stdio() function
114 tmp_reader.read = read_stdio; in mpc_reader_init_stdio_stream()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libmpcdec/
H A Dmpc_reader.c51 read_stdio(mpc_reader *p_reader, void *ptr, mpc_int32_t size) in read_stdio() function
115 tmp_reader.read = read_stdio; in mpc_reader_init_stdio_stream()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libmpcdec/
H A Dmpc_reader.c51 read_stdio(mpc_reader *p_reader, void *ptr, mpc_int32_t size) in read_stdio() function
115 tmp_reader.read = read_stdio; in mpc_reader_init_stdio_stream()
/dports/audio/musepack/musepack_src_r475/libmpcdec/
H A Dmpc_reader.c50 read_stdio(mpc_reader *p_reader, void *ptr, mpc_int32_t size) in read_stdio() function
114 tmp_reader.read = read_stdio; in mpc_reader_init_stdio_stream()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dfileformat.c33 static int read_stdio(void * priv, uint8_t * data, int len) in read_stdio() function
72 io->read_callback = read_stdio; in bg_f_io_open_stdio_read()
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung_controller/
H A Dts_config.erl64 XML = read_stdio(),
1253 read_stdio()-> function
1254 read_stdio(io:get_line(""),[]).
1256 read_stdio(eof, Data)-> function
1258 read_stdio(Data,Acc) -> function
1259 read_stdio(io:get_line(""),[Acc,Data]).
/dports/devel/gindent/indent-2.2.12/
H A DChangeLog-1990258 * io.c (read_stdio): Change ch from char to int so that EOF