Searched refs:read_char (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/regress/usr.sbin/relayd/
H A Dargs-reverse.pl8 func => \&read_char,
H A Dargs-timeget.pl8 func => \&read_char,
H A Dargs-timeget-ssl.pl8 func => \&read_char,
H A Ddirect.pl42 func => \&read_char,
H A Dargs-http-slow-consumer.pl24 read_char($self, $size);
H A Drelayd.pl47 func => \&read_char,
H A Dfuncs.pl284 read_char($self, $len)
306 read_char($self, $len);
342 sub read_char { subroutine
444 read_char($self, $len);
H A Dremote.pl103 func => \&read_char,
/openbsd-current/regress/lib/libedit/read/
H A DMakefile8 REGRESS_TARGETS += run-read_char
9 run-read_char: test_read_char
H A Dtest_read_char.c27 * Unit test steering program for editline/read.c, read_char().
28 * Reads from standard input until read_char() returns 0.
30 * If EILSEQ is set after read_char(), indicating that there were some
37 * sure that read_char() doesn't clobber errno.
55 irc = read_char(&el, &cp);
/openbsd-current/usr.bin/make/
H A Dlowparse.c89 * c = read_char();
91 #define read_char() \ macro
94 * Guts for read_char. Grabs a new line off fgetln when we have
259 c = read_char();
272 while ((c = read_char()) != '.') {
273 for (;c != '\n'; c = read_char()) {
275 c = read_char();
301 c = read_char();
303 c = read_char();
308 c = read_char();
[all...]
/openbsd-current/lib/libedit/
H A Dread.c65 el_rfunc_t read_char; /* Function to read a character. */ member in struct:el_read_t
69 static int read_char(EditLine *, wchar_t *);
94 /* builtin read_char */
95 el->el_read->read_char = read_char;
117 el_read->read_char = (rc == EL_BUILTIN_GETCFN) ? read_char : rc;
129 return el_read->read_char == read_char ?
130 EL_BUILTIN_GETCFN : el_read->read_char;
210 read_char(EditLine *el, wchar_t *cp) function
[all...]
/openbsd-current/regress/usr.sbin/httpd/tests/
H A Dfuncs.pl233 read_char($self, $len)
254 read_char($self, $len);
330 sub read_char { subroutine

Completed in 158 milliseconds