/src/sys/arch/evbarm/stand/gzboot/ |
gzboot.c | 177 readbuf(struct state *s, void *buf, size_t len) function in typeref:typename:ssize_t 207 got = readbuf(s, s->inbuf, Z_BUFSIZE); 268 got = readbuf(s, s->inbuf, Z_BUFSIZE);
|
gzboot.c | 177 readbuf(struct state *s, void *buf, size_t len) function in typeref:typename:ssize_t 207 got = readbuf(s, s->inbuf, Z_BUFSIZE); 268 got = readbuf(s, s->inbuf, Z_BUFSIZE);
|
/src/games/monop/ |
execute.c | 362 char readbuf[512]; local in function:rest_f 382 while (fgets(readbuf, sizeof(readbuf), inf)) { 388 sp = strchr(readbuf, '\n'); 396 if (restore_parseline(readbuf)) {
|
execute.c | 362 char readbuf[512]; local in function:rest_f 382 while (fgets(readbuf, sizeof(readbuf), inf)) { 388 sp = strchr(readbuf, '\n'); 396 if (restore_parseline(readbuf)) {
|