OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:os_read
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/sandbox/cpu/
os.c
36
ssize_t
os_read
(int fd, void *buf, size_t count)
function
46
return
os_read
(fd, buf, count);
/external/python/cpython3/Modules/clinic/
posixmodule.c.h
3615
os_read
(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
function
[
all
...]
Completed in 555 milliseconds