Searched refs:inbuffer (Results 1 – 5 of 5) sorted by relevance
351 int offinblock, inbuffer; in tftp_read() local355 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()
368 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()
107 char *lpbuf, *lpnt, *inbuffer, *lpend; /* input/output pointers to the buffers */ variable
114 inbuffer = malloc((5 * MAXIBUF) >> 2); /* output buffer */ in main()115 if ((lpbuf == NULL) || (inbuffer == NULL)) /* malloc() failure */ in main()
334 extern char *inbuffer, is_alpha[], is_digit[];