Home
last modified time | relevance | path

Searched refs:c_read (Results 1 – 4 of 4) sorted by relevance

/openbsd/regress/sys/kern/pipe/
H A Dtest-thundering-herd.c43 int c_read; member
94 ctx.c_read = doread; in test_thundering_herd()
100 ctx.c_bufsiz = ctx.c_read ? 1 : BIG_PIPE_SIZE; in test_thundering_herd()
114 if (ctx.c_read) in test_thundering_herd()
136 if (ctx.c_read) in test_thundering_herd()
168 if (ctx->c_read) in block_proc()
177 if (ctx->c_read) in block_proc()
/openbsd/regress/sys/fileops/
H A Dfileops.c100 c_read(void *buf, size_t size) in c_read() function
169 c_read(gbuf, to_read); in check_read()
/openbsd/bin/ksh/
H A Dc_sh.c250 c_read(char **wp) in c_read() function
901 {"+read", c_read},
H A Dsh.h404 int c_read(char **);