OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_input
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntp_refclock.h
97
int (*
io_input
) (struct recvbuf *); /* input routine -
member in struct:refclockio
/src/external/mit/lua/dist/src/
liolib.c
153
#define
IO_INPUT
(IO_PREFIX "input")
337
static int
io_input
(lua_State *L) {
function
338
return g_iofile(L,
IO_INPUT
, "r");
392
lua_getfield(L, LUA_REGISTRYINDEX,
IO_INPUT
); /* get default input */
619
return g_read(L, getiofile(L,
IO_INPUT
), 1);
746
{"input",
io_input
},
825
createstdfile(L, stdin,
IO_INPUT
, "stdin");
/src/external/bsd/ntp/dist/ntpd/
ntp_refclock.c
891
if (rio->
io_input
!= NULL && (*rio->
io_input
)(rb) == 0) {
909
* Used for deferred processing of '
io_input
' on systems where threading
928
if (rio->
io_input
== NULL || (*rio->
io_input
)(rb) != 0) {
refclock_parse.c
3265
parse->generic->io.
io_input
= parse->binding->bd_io_input; /* pick correct input routine */
Completed in 21 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026