Home
last modified time | relevance | path

Searched refs:inbuffer (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/stand/lib/
H A Dtftp.c351 int offinblock, inbuffer; in tftp_read() local
355 inbuffer = tftpfile->validsize - offinblock; in tftp_read()
356 if (inbuffer < 0) { in tftp_read()
363 count = (size < inbuffer ? size : inbuffer); in tftp_read()
371 if ((tftpfile->islastblock) && (count == inbuffer)) in tftp_read()
/dflybsd-src/games/larn/
H A Dio.c368 return (inbuffer[ipoint++]); in lgetc()
371 if ((i = read(io_infd, inbuffer, MAXIBUF)) <= 0) { in lgetc()
379 return (*inbuffer); in lgetc()
433 pnt = inbuffer + ipoint; in lrfill()
H A Ddata.c107 char *lpbuf, *lpnt, *inbuffer, *lpend; /* input/output pointers to the buffers */ variable
H A Dmain.c114 inbuffer = malloc((5 * MAXIBUF) >> 2); /* output buffer */ in main()
115 if ((lpbuf == NULL) || (inbuffer == NULL)) /* malloc() failure */ in main()
H A Dheader.h334 extern char *inbuffer, is_alpha[], is_digit[];