Searched refs:dstlim (Results 1 – 3 of 3) sorted by relevance
81 char *dstlim; in SReadline() local90 dstlim = dst + linebufsize - 1; /* Leave room for NUL. */ in SReadline()94 dstlim--; in SReadline()95 if (dstlim <= dst) in SReadline()99 if ((requireEOLN == 0) && (dst >= dstlim)) in SReadline()133 if (dst < dstlim) in SReadline()139 if (dst < dstlim) in SReadline()
983 char *dstlim; in BufferGets() local990 dstlim = dst + bufsize - 1; /* Leave room for NUL. */ in BufferGets()992 for ( ; dst < dstlim; ) { in BufferGets()
1838 char *dst, *dstlim; in FTPGetOneF() local2255 dstlim = dst + sizeof(outbuf); in FTPGetOneF()2261 if (dst >= dstlim) { in FTPGetOneF()